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) InputStreamprotected voidsetParentEofDetect(boolean on) Methods inherited from class 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)
-