|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RandomDataInput
This interface represents an interface on a RandomAccessFile.
Method Summary | |
---|---|
long |
getFilePointer()
Return the current position in the file |
long |
length()
Returns the length of the file |
void |
seek(long pos)
Seek to specified position in the file |
Methods inherited from interface java.io.DataInput |
---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
long getFilePointer() throws java.io.IOException
java.io.IOException
void seek(long pos) throws java.io.IOException
java.io.IOException
long length() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |