public class JediFile extends RandomAccessFile
Constructor and Description |
---|
JediFile(String name) |
JediFile(String name,
String mode) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
String |
getMode() |
String |
mode() |
void |
mode(String mode) |
void |
setMode(String mode) |
void |
write(Object object) |
void |
write(String text) |
void |
write(String format,
Object... objects) |
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
private String mode
public JediFile(String name, String mode) throws FileNotFoundException
FileNotFoundException
public JediFile(String name) throws FileNotFoundException
FileNotFoundException