public class ResettableTempFileInputStream extends TempFileInputStream
| Constructor and Description |
|---|
ResettableTempFileInputStream(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int readlimit) |
boolean |
markSupported() |
void |
reset() |
closepublic ResettableTempFileInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic boolean markSupported()
markSupported in class FilterInputStreampublic void mark(int readlimit)
mark in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved