public class DeleteOnCloseFileInputStream extends FileInputStream
| Constructor and Description |
|---|
DeleteOnCloseFileInputStream(File file) |
DeleteOnCloseFileInputStream(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, finalize, getChannel, getFD, read, read, read, skipmark, markSupported, resetpublic DeleteOnCloseFileInputStream(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic DeleteOnCloseFileInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FileInputStreamIOExceptionCopyright © 2016–2022. All rights reserved.