C# Class Org.BouncyCastle.Asn1.IndefiniteLengthInputStream

Inheritance: LimitedInputStream
Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Private Methods

Method Description
CheckForEof ( ) : bool
IndefiniteLengthInputStream ( Stream inStream, int limit ) : System
RequireByte ( ) : int
SetEofOn00 ( bool eofOn00 ) : void

Method Details

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int