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

Inheritance: LimitedInputStream
Show file Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Private Properties

Property Type Description
DefiniteLengthInputStream System
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
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