|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.RandomAccessFile
net.java.sen.io.RandomAccessReader
Constructor Summary | |
RandomAccessReader(java.io.File file)
|
|
RandomAccessReader(java.lang.String name)
|
Method Summary | |
void |
seek(int pos)
|
Methods inherited from class java.io.RandomAccessFile |
close, getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.java.sen.io.FileAccessor |
close, read, read, readInt, readShort |
Constructor Detail |
public RandomAccessReader(java.lang.String name) throws java.io.IOException
public RandomAccessReader(java.io.File file) throws java.io.IOException
Method Detail |
public void seek(int pos) throws java.io.IOException
seek
in interface FileAccessor
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |