C# Class BraintreeEncryption.Library.BouncyCastle.Asn1.IndefiniteLengthInputStream

Inheritance: LimitedInputStream
Show file Open project: braintree/braintree_windows_phone_encryption 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.IO
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