net.java.sen.io
Interface FileAccessor

All Known Implementing Classes:
FullBufferedReader, MappedBufferedReader, RandomAccessReader

public interface FileAccessor


Method Summary
 void close()
           
 int read()
           
 int read(byte[] b, int start, int length)
           
 int readInt()
           
 short readShort()
           
 void seek(int pos)
           
 

Method Detail

seek

public void seek(int pos)
          throws java.io.IOException
Throws:
java.io.IOException

readShort

public short readShort()
                throws java.io.IOException
Throws:
java.io.IOException

readInt

public int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b,
                int start,
                int length)
         throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException