net.java.sen.io
Interface FileAccessor
- All Known Implementing Classes:
- FullBufferedReader, MappedBufferedReader, RandomAccessReader
- public interface FileAccessor
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