Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lucene.index
Class CompoundFileWriter.FileEntry  view CompoundFileWriter.FileEntry download CompoundFileWriter.FileEntry.java

java.lang.Object
  extended byorg.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
 
Constructor Summary
private CompoundFileWriter.FileEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

CompoundFileWriter.FileEntry

private CompoundFileWriter.FileEntry()