public class MarkableInputStream extends FilterInputStream
in| Constructor and Description |
|---|
MarkableInputStream(InputStream in,
int available,
boolean markSupported) |
MarkableInputStream(InputStream in,
long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
close, mark, markSupported, read, read, read, reset, skippublic MarkableInputStream(InputStream in, long contentLength)
public MarkableInputStream(InputStream in, int available, boolean markSupported)
public int available()
throws IOException
available in class FilterInputStreamIOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.