gate.creole.annic.apache.lucene.index
Class CompoundFileWriter.FileEntry

java.lang.Object
  extended by gate.creole.annic.apache.lucene.index.CompoundFileWriter.FileEntry
Enclosing class:
CompoundFileWriter

private static final class CompoundFileWriter.FileEntry
extends Object


Field Summary
(package private)  long dataOffset
          temporary holder for the start of this file's data section
(package private)  long directoryOffset
          temporary holder for the start of directory entry for this file
(package private)  String file
          source file
 
Constructor Summary
private CompoundFileWriter.FileEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

String file
source file


directoryOffset

long directoryOffset
temporary holder for the start of directory entry for this file


dataOffset

long dataOffset
temporary holder for the start of this file's data section

Constructor Detail

CompoundFileWriter.FileEntry

private CompoundFileWriter.FileEntry()