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, skippublic TempFileInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionprotected TempFileInputStream(FileInputStream in, File file)
public void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.