C# Class Org.BouncyCastle.Asn1.LimitedInputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Afficher le fichier Open project: nonorganic/dssnet

Protected Properties

Свойство Type Description
_in System.IO.Stream

Méthodes protégées

Méthode Description
SetParentEofDetect ( bool on ) : void

Private Methods

Méthode Description
GetRemaining ( ) : int
LimitedInputStream ( Stream inStream, int limit ) : System.IO

Method Details

SetParentEofDetect() protected méthode

protected SetParentEofDetect ( bool on ) : void
on bool
Résultat void

Property Details

_in protected_oe property

protected Stream,System.IO _in
Résultat System.IO.Stream