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

Inheritance: BraintreeEncryption.Library.BouncyCastle.Util.Io.BaseInputStream
Mostra file Open project: braintree/braintree_windows_phone_encryption

Protected Properties

Property Type Description
_in System.IO.Stream

Protected Methods

Method Description
SetParentEofDetect ( bool on ) : void

Private Methods

Method Description
GetRemaining ( ) : int
LimitedInputStream ( Stream inStream, int limit ) : System.IO

Method Details

SetParentEofDetect() protected method

protected SetParentEofDetect ( bool on ) : void
on bool
return void

Property Details

_in protected_oe property

protected Stream,System.IO _in
return System.IO.Stream