C# Class Sharpen.DigestInputStream

Inheritance: FilterInputStream
Afficher le fichier Open project: nonorganic/dssnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DigestInputStream ( InputStream stream, MessageDigest digest ) : System
Read ( ) : int
Read ( byte buf ) : int
Read ( byte b, int off, int len ) : int

Method Details

DigestInputStream() public méthode

public DigestInputStream ( InputStream stream, MessageDigest digest ) : System
stream InputStream
digest MessageDigest
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte buf ) : int
buf byte
Résultat int

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int