Class Lucene90CompoundFormat.SizedFile

java.lang.Object
org.apache.lucene.codecs.lucene90.Lucene90CompoundFormat.SizedFile
Enclosing class:
Lucene90CompoundFormat

private static class Lucene90CompoundFormat.SizedFile extends Object
  • Field Details

    • name

      private final String name
    • length

      private final long length
  • Constructor Details

    • SizedFile

      private SizedFile(String name, long length)