C# Class Org.BouncyCastle.Asn1.DefiniteLengthInputStream

Inheritance: LimitedInputStream
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Property Type Description
DefiniteLengthInputStream System
ReadAllIntoByteArray void
ToArray byte[]

Public Methods

Method Description
Read ( byte buf, int off, int len ) : int
ReadByte ( ) : int

Private Methods

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

Method Details

Read() public method

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
return int

ReadByte() public method

public ReadByte ( ) : int
return int