|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.io.RandomAccessFile
com.essbase.eas.utils.CRandomAccessFile
public class CRandomAccessFile
Title: CRandomAccessFile Description: Copyright: Copyright (c) 2003 Company: Hyperion Solutions, Inc.
Constructor Summary | |
---|---|
CRandomAccessFile(java.io.File file, java.lang.String mode) |
Method Summary | |
---|---|
void |
close() |
void |
closeAndDelete() |
java.io.File |
getFile() |
boolean |
isClosed() |
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRandomAccessFile(java.io.File file, java.lang.String mode) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public void closeAndDelete()
public java.io.File getFile()
public boolean isClosed()
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.RandomAccessFile
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |