|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.RandomAccessFile
com.imagero.uio.impl.RandomAccessFileX
com.imagero.uio.impl.TmpRandomAccessFile
TmpRandomAccessFile closes itself on finalization and tries to delete file.
| Constructor Summary | |
TmpRandomAccessFile(java.io.File file,
java.lang.String mode)
|
|
TmpRandomAccessFile(java.lang.String name,
java.lang.String mode)
|
|
| Method Summary | |
void |
close()
|
protected void |
finalize()
|
| Methods inherited from class com.imagero.uio.impl.RandomAccessFileX |
getMode, writable |
| Methods inherited from class java.io.RandomAccessFile |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TmpRandomAccessFile(java.lang.String name,
java.lang.String mode)
throws java.io.IOException
public TmpRandomAccessFile(java.io.File file,
java.lang.String mode)
throws java.io.IOException
| Method Detail |
public void close()
throws java.io.IOException
java.io.IOException
protected void finalize()
throws java.lang.Throwable
finalize in class RandomAccessFileXjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||