Class PackedDataOutput

    • Constructor Detail

      • PackedDataOutput

        public PackedDataOutput​(DataOutput out)
        Create a new instance that wraps out.
    • Method Detail

      • writeLong

        public void writeLong​(long value,
                              int bitsPerValue)
                       throws IOException
        Write a value using exactly bitsPerValue bits.
        Throws:
        IOException