C# Class Org.BouncyCastle.Asn1.LimitedInputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
显示文件 Open project: nonorganic/dssnet

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