Uses of Class
org.apache.lucene.util.packed.PackedInts.Header
-
Packages that use PackedInts.Header Package Description org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of PackedInts.Header in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return PackedInts.Header Modifier and Type Method Description static PackedInts.HeaderPackedInts. readHeader(DataInput in)Expert: reads only the metadata from a stream.Methods in org.apache.lucene.util.packed with parameters of type PackedInts.Header Modifier and Type Method Description static PackedInts.ReaderPackedInts. getDirectReaderNoHeader(IndexInput in, PackedInts.Header header)Expert: Construct a directPackedInts.Readerfrom anIndexInputwithout reading metadata at the beginning of the stream.static PackedInts.ReaderPackedInts. getReaderNoHeader(DataInput in, PackedInts.Header header)Expert: Restore aPackedInts.Readerfrom a stream without reading metadata at the beginning of the stream.
-