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