public class ResettableTempFileInputStream extends TempFileInputStream
in
Constructor and Description |
---|
ResettableTempFileInputStream(File file) |
Modifier and Type | Method and Description |
---|---|
void |
mark(int readlimit) |
boolean |
markSupported() |
void |
reset() |
close, finalize
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 © 2004–2021 The Apache Software Foundation. All rights reserved.