abstract class LimitedInputStream extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
protected java.io.InputStream |
_in |
Constructor and Description |
---|
LimitedInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
(package private) java.io.InputStream |
getUnderlyingStream() |
protected void |
setParentEofDetect(boolean on) |
protected final java.io.InputStream _in
LimitedInputStream(java.io.InputStream in)
java.io.InputStream getUnderlyingStream()
protected void setParentEofDetect(boolean on)