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

Inheritance: BraintreeEncryption.Library.BouncyCastle.Util.Io.BaseInputStream
Exibir arquivo Open project: braintree/braintree_windows_phone_encryption

Public Methods

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

Private Methods

Method Description
ConstructedOctetStream ( Asn1StreamParser parser ) : System.IO

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