Package org.biojava.utils.io
Class RAF
java.lang.Object
java.io.RandomAccessFile
org.biojava.utils.io.RAF
- All Implemented Interfaces:
Closeable
,DataInput
,DataOutput
,AutoCloseable
- Author:
- Matthew Pocock
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
RAF
- Throws:
FileNotFoundException
-
RAF
- Throws:
FileNotFoundException
-
-
Method Details
-
getFile
-