org.apache.commons.ssl.asn1
Class LimitedInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.apache.commons.ssl.asn1.LimitedInputStream
Direct Known Subclasses:
DefiniteLengthInputStream, IndefiniteLengthInputStream

abstract class LimitedInputStream
extends InputStream


Field Summary
protected  InputStream _in
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
(package private) LimitedInputStream(InputStream in)
           
 
Method Summary
(package private)  InputStream getUnderlyingStream()
           
protected  void setParentEofDetect(boolean on)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_in

protected final InputStream _in
Constructor Detail

LimitedInputStream

LimitedInputStream(InputStream in)
Method Detail

getUnderlyingStream

InputStream getUnderlyingStream()

setParentEofDetect

protected void setParentEofDetect(boolean on)