public class TempFileInputStream extends FilterInputStream
in
Modifier | Constructor and Description |
---|---|
|
TempFileInputStream(File file) |
protected |
TempFileInputStream(FileInputStream in,
File file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
available, mark, markSupported, read, read, read, reset, skip
public TempFileInputStream(File file) throws FileNotFoundException
FileNotFoundException
protected TempFileInputStream(FileInputStream in, File file)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.