org.experlog.util
Class BufferedRandomAccessFile
java.lang.Object
org.experlog.util.BufferedRandomAccessFile
public class BufferedRandomAccessFile
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedRandomAccessFile
public BufferedRandomAccessFile(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
read
public final int read()
throws java.io.IOException
- Throws:
java.io.IOException
readLine
public final java.lang.String readLine()
throws java.io.IOException
- Throws:
java.io.IOException
getFilePointer
public long getFilePointer()
throws java.io.IOException
- Throws:
java.io.IOException
seek
public void seek(long pos)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException