C# Class Org.BouncyCastle.Asn1.DefiniteLengthInputStream

Inheritance: LimitedInputStream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Свойство Type Description
DefiniteLengthInputStream System
ReadAllIntoByteArray void
ToArray byte[]

Méthodes publiques

Méthode Description
Read ( byte buf, int off, int len ) : int
ReadByte ( ) : int

Private Methods

Méthode Description
DefiniteLengthInputStream ( Stream inStream, int length ) : System
ReadAllIntoByteArray ( byte buf ) : void
ToArray ( ) : byte[]

Method Details

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int