|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.RandomAccessFile
|
+--com.go.teaservlet.io.TemporaryFile
Provides references to temporary files that are automatically deleted when closed, finalized, or when the system exits.
| Method Summary | |
void |
close()
Deprecated. |
static java.io.RandomAccessFile |
createTemporaryFile(java.lang.String prefix,
java.lang.String suffix)
Deprecated. Creates a new writable temporary file that is deleted when closed, finalized, or when the system exits. |
static java.io.RandomAccessFile |
createTemporaryFile(java.lang.String prefix,
java.lang.String suffix,
java.io.File directory)
Deprecated. Creates a new writable temporary file that is deleted when closed, finalized, or when the system exits. |
protected void |
finalize()
Deprecated. |
| Methods inherited from class java.io.RandomAccessFile |
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 |
| Method Detail |
public static java.io.RandomAccessFile createTemporaryFile(java.lang.String prefix,
java.lang.String suffix,
java.io.File directory)
throws java.io.IOException
File.createTempFile(java.lang.String, java.lang.String, java.io.File)
public static java.io.RandomAccessFile createTemporaryFile(java.lang.String prefix,
java.lang.String suffix)
throws java.io.IOException
File.createTempFile(java.lang.String, java.lang.String, java.io.File)
public void close()
throws java.io.IOException
close in class java.io.RandomAccessFile
protected void finalize()
throws java.io.IOException
finalize in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||