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, skip
mark, markSupported, reset
public DeleteOnCloseFileInputStream(File file) throws FileNotFoundException
DeleteOnCloseFileInputStream
.file
- #seeFileNotFoundException
- If there is a problem regarding the file.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FileInputStream
IOException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.