public class MarkableFileInputStream extends FilterInputStream
in| Constructor and Description |
|---|
MarkableFileInputStream(FileInputStream fis) |
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int readlimit) |
boolean |
markSupported() |
void |
reset() |
public MarkableFileInputStream(FileInputStream fis)
public boolean markSupported()
markSupported in class FilterInputStreampublic void mark(int readlimit)
mark in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.