Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Org
BouncyCastle
Asn1
LimitedInputStream
C# Class Org.BouncyCastle.Asn1.LimitedInputStream
Inheritance:
Org.BouncyCastle.Utilities.IO.BaseInputStream
Mostra file
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