public class SafeRandomAccessFile extends RandomAccessFile
| Constructor and Description |
|---|
SafeRandomAccessFile(File file,
String mode) |
SafeRandomAccessFile(String name,
String mode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
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, writeUTFpublic SafeRandomAccessFile(File file, String mode) throws IOException
IOExceptionpublic SafeRandomAccessFile(String name, String mode) throws IOException
IOExceptionprotected void finalize()
throws IOException
finalize in class ObjectIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.