@Internal public class ZipArchiveThresholdInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ZipArchiveThresholdInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
setGuardState(boolean guardState)
De-/activate threshold check.
|
long |
skip(long n) |
available, close, mark, markSupported, read, resetpublic ZipArchiveThresholdInputStream(InputStream is)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic void setGuardState(boolean guardState)
guardState - true (= default) enables the threshold check