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() |
close
public ResettableTempFileInputStream(File file) throws FileNotFoundException
FileNotFoundException
public boolean markSupported()
markSupported
in class FilterInputStream
public void mark(int readlimit)
mark
in class FilterInputStream
public void reset() throws IOException
reset
in class FilterInputStream
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"