public class ReverseBufferedReader extends Object
| Constructor and Description |
|---|
ReverseBufferedReader(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
readPrevLine() |
void |
setBufferSize(int bufferSize) |
public ReverseBufferedReader(RandomAccessFile raf) throws IOException
raf - IOExceptionpublic void setBufferSize(int bufferSize)
bufferSize - The bufferSize to set.public String readPrevLine() throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2005–2017 IIPC. All rights reserved.