Package org.gudy.bouncycastle.asn1
Class LimitedInputStream
java.lang.Object
java.io.InputStream
org.gudy.bouncycastle.asn1.LimitedInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Direct Known Subclasses:
DefiniteLengthInputStream
,IndefiniteLengthInputStream
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) InputStream
protected void
setParentEofDetect
(boolean on) Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
_in
-
-
Constructor Details
-
LimitedInputStream
LimitedInputStream(InputStream in)
-
-
Method Details
-
getUnderlyingStream
InputStream getUnderlyingStream() -
setParentEofDetect
protected void setParentEofDetect(boolean on)
-