org.experlog.util
Class BufferedRandomAccessFile

java.lang.Object
  extended by org.experlog.util.BufferedRandomAccessFile

public class BufferedRandomAccessFile
extends java.lang.Object


Constructor Summary
BufferedRandomAccessFile(java.io.File f)
           
 
Method Summary
 void close()
           
 long getFilePointer()
           
 int read()
           
 java.lang.String readLine()
           
 void seek(long pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedRandomAccessFile

public BufferedRandomAccessFile(java.io.File f)
                         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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