GNU Prolog for Java

gnu.prolog.vm
Class RandomAccessFileReader

java.lang.Object
  extended by java.io.Reader
      extended by gnu.prolog.vm.RandomAccessFileReader
All Implemented Interfaces:
Closeable, Readable

public class RandomAccessFileReader
extends Reader

Author:
Michiel Hendriks

Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
RandomAccessFileReader(RandomAccessFile randomAccess)
           
 
Method Summary
 void close()
           
protected  void createReader()
           
 long getPosition()
           
 int read(char[] cbuf, int off, int len)
           
 void seek(long pos)
           
 long size()
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAccessFileReader

public RandomAccessFileReader(RandomAccessFile randomAccess)
Parameters:
randomAccess -
Method Detail

createReader

protected void createReader()

seek

public void seek(long pos)
          throws IOException
Throws:
IOException

getPosition

public long getPosition()
                 throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Specified by:
close in class Reader
Throws:
IOException

read

public int read(char[] cbuf,
                int off,
                int len)
         throws IOException
Specified by:
read in class Reader
Throws:
IOException

size

public long size()
          throws IOException
Returns:
Throws:
IOException

GNU Prolog for Java