C# Class Org.BouncyCastle.Asn1.IndefiniteLengthInputStream

Inheritance: LimitedInputStream
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Private Methods

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

Method Details

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int