Class LegacyPackedInts


  • public class LegacyPackedInts
    extends java.lang.Object
    Legacy PackedInts operations.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LegacyPackedInts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PackedInts.Reader getReaderNoHeader​(DataInput in, PackedInts.Format format, int version, int valueCount, int bitsPerValue)
      Expert: Restore a PackedInts.Reader from a stream without reading metadata at the beginning of the stream.
      • Methods inherited from class java.lang.Object

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

      • LegacyPackedInts

        private LegacyPackedInts()