j2ee.io
Class RandomAccessFile

java.lang.Object
  extended by java.io.RandomAccessFile
      extended by j2ee.io.RandomAccessFile
All Implemented Interfaces:
java.io.Closeable, java.io.DataInput, java.io.DataOutput

public class RandomAccessFile
extends java.io.RandomAccessFile


Constructor Summary
RandomAccessFile(java.io.File file, java.lang.String mode)
           
RandomAccessFile(java.lang.String name, java.lang.String mode)
           
 
Method Summary
 
Methods inherited from class java.io.RandomAccessFile
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAccessFile

public RandomAccessFile(java.io.File file,
                        java.lang.String mode)
                 throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

RandomAccessFile

public RandomAccessFile(java.lang.String name,
                        java.lang.String mode)
                 throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException