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