gate.creole.annic.apache.lucene.index
Class CompoundFileWriter.FileEntry
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CompoundFileWriter.FileEntry
private CompoundFileWriter.FileEntry()