gate.creole.annic.apache.lucene.store
Class FSInputStream.Descriptor

java.lang.Object
  extended by java.io.RandomAccessFile
      extended by gate.creole.annic.apache.lucene.store.FSInputStream.Descriptor
All Implemented Interfaces:
Closeable, DataInput, DataOutput
Enclosing class:
FSInputStream

private class FSInputStream.Descriptor
extends RandomAccessFile


Field Summary
 long position
           
 
Constructor Summary
FSInputStream.Descriptor(File file, 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
 

Field Detail

position

public long position
Constructor Detail

FSInputStream.Descriptor

public FSInputStream.Descriptor(File file,
                                String mode)
                         throws IOException
Throws:
IOException