public class ResettableFileInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ResettableFileInputStream(FileInputStream fis) |
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int ignored) |
boolean |
markSupported() |
void |
reset() |
public ResettableFileInputStream(FileInputStream fis)
public boolean markSupported()
markSupported in class FilterInputStreampublic void mark(int ignored)
mark in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionCopyright © 2024. All rights reserved.