org.apache.commons.ssl.asn1
Class LimitedInputStream
java.lang.Object
java.io.InputStream
org.apache.commons.ssl.asn1.LimitedInputStream
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- DefiniteLengthInputStream, IndefiniteLengthInputStream
abstract class LimitedInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_in
protected final InputStream _in
LimitedInputStream
LimitedInputStream(InputStream in)
getUnderlyingStream
InputStream getUnderlyingStream()
setParentEofDetect
protected void setParentEofDetect(boolean on)