Class Lucene50CompoundReader.FileEntry

  • Enclosing class:
    Lucene50CompoundReader

    public static final class Lucene50CompoundReader.FileEntry
    extends java.lang.Object
    Offset/Length for a slice inside of a compound file
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long length  
      (package private) long offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileEntry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offset

        long offset
      • length

        long length
    • Constructor Detail

      • FileEntry

        public FileEntry()