public class RAF extends RandomAccessFile
Constructor and Description |
---|
RAF(File file,
String mode) |
RAF(String name,
String mode) |
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
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
public RAF(File file, String mode) throws FileNotFoundException
FileNotFoundException
public RAF(String name, String mode) throws FileNotFoundException
FileNotFoundException
Copyright © 2014 BioJava. All rights reserved.