public class DeleteOnCloseFileInputStream extends FileInputStream
| Constructor and Description |
|---|
DeleteOnCloseFileInputStream(File file)
Builds a
DeleteOnCloseFileInputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, finalize, getChannel, getFD, read, read, read, skipmark, markSupported, resetpublic DeleteOnCloseFileInputStream(File file) throws FileNotFoundException
DeleteOnCloseFileInputStream.file - #seeFileNotFoundException - If there is a problem regarding the file.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FileInputStreamIOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.