public class ResetOnCloseInputStream extends InputStream
| Constructor and Description |
|---|
ResetOnCloseInputStream(File file) |
ResetOnCloseInputStream(InputStream anInputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finalize() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic ResetOnCloseInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic ResetOnCloseInputStream(InputStream anInputStream)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void finalize()
throws IOException
finalize in class ObjectIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2003–2018 Sakai Foundation. All rights reserved.