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