Constructor Index
RandomAccessFile(File, String)
RandomAccessFile(String, String)
Method Index
close()
getFD()
getFilePointer()
length()
read()
read(byte[])
read(byte[], int, int)
readBoolean()
readByte()
readChar()
readDouble()
readFloat()
readFully(byte[])
readFully(byte[], int, int)
readInt()
readLine()
readLong()
readShort()
readUnsignedByte()
readUnsignedShort()
readUTF()
seek(long)
skipBytes(int)
write(byte[])
write(byte[], int, int)
write(int)
writeBoolean(boolean)
writeByte(int)
writeBytes(String)
writeChar(int)
writeChars(String)
writeDouble(double)
writeFloat(float)
writeInt(int)
writeLong(long)
writeShort(int)
writeUTF(String)