public class FileDeletingInputStream extends InputStream
| Constructor and Description |
|---|
FileDeletingInputStream(File tempFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
available, mark, markSupported, skippublic FileDeletingInputStream(File tempFile) throws FileNotFoundException
FileNotFoundExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOException