public class BackwardsFileStream extends InputStream
| Constructor and Description |
|---|
BackwardsFileStream(File file)
Instantiates a new backwards file stream.
|
BackwardsFileStream(File file,
long pos)
Instantiates a new backwards file stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic BackwardsFileStream(File file) throws IOException
file - the fileIOException - Signals that an I/O exception has occurred.public BackwardsFileStream(File file, long pos) throws IOException
file - the filepos - the posIOException - Signals that an I/O exception has occurred.public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2009–2020 psi-probe. All rights reserved.