abstract class LimitedInputStream extends InputStream
Modifier and Type | Field and Description |
---|---|
protected InputStream |
_in |
Constructor and Description |
---|
LimitedInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
(package private) InputStream |
getUnderlyingStream() |
protected void |
setParentEofDetect(boolean on) |
available, close, mark, markSupported, read, read, read, reset, skip
protected final InputStream _in
LimitedInputStream(InputStream in)
InputStream getUnderlyingStream()
protected void setParentEofDetect(boolean on)