com.fernsroth.easyio
Class EasyIORandomAccessFile

java.lang.Object
  extended by java.io.RandomAccessFile
      extended by com.fernsroth.easyio.EasyIORandomAccessFile
All Implemented Interfaces:
IInputStream, IOutputStream, IRandomAccessSource, java.io.Closeable, java.io.DataInput, java.io.DataOutput

public class EasyIORandomAccessFile
extends java.io.RandomAccessFile
implements IRandomAccessSource

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
EasyIORandomAccessFile(java.io.File file, 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
 
Methods inherited from interface com.fernsroth.easyio.IRandomAccessSource
getFilePointer, length, seek, setLength
 
Methods inherited from interface com.fernsroth.easyio.IInputStream
read, read, read
 
Methods inherited from interface com.fernsroth.easyio.IOutputStream
write, write, write
 

Constructor Detail

EasyIORandomAccessFile

public EasyIORandomAccessFile(java.io.File file,
                              java.lang.String mode)
                       throws java.io.FileNotFoundException
Parameters:
file - the file to use for random access.
mode - the mode.
Throws:
java.io.FileNotFoundException


Copyright © 2006 null. All Rights Reserved.