public class BufferedLineReader
extends java.lang.Object
| Constructor and Description |
|---|
BufferedLineReader(java.io.File file,
long pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getPositionOfLastLine() |
java.lang.String |
readLine() |
void |
seek(long pos) |
public BufferedLineReader(java.io.File file,
long pos)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic long getPositionOfLastLine()
public void close()
throws java.io.IOException
java.io.IOExceptionpublic void seek(long pos)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionData In Motion Consulting GmbH