java.lang.Object
org.apache.lucene.index.CompoundFileWriter.FileEntry
- Enclosing class:
- CompoundFileWriter
- private static final class CompoundFileWriter.FileEntry
- extends java.lang.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) java.lang.String |
file
source file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
java.lang.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()