public class ReverseLineInputStream extends InputStream
| Constructor and Description |
|---|
ReverseLineInputStream(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
void |
findPrevLine() |
int |
read() |
void |
setFilePointer(long pos) |
available, close, mark, markSupported, read, read, reset, skippublic ReverseLineInputStream(RandomAccessFile raf) throws IOException
IOExceptionpublic void setFilePointer(long pos)
public void findPrevLine()
throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2017. All rights reserved.