|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
PackedInts.Decoder | A decoder for packed integers. |
PackedInts.Encoder | An encoder for packed integers. |
PackedInts.Mutable | A packed integer array that can be modified. |
PackedInts.Reader | A read-only random access array of positive integers. |
PackedInts.ReaderIterator | Run-once iterator interface, to decode previously saved PackedInts. |
Class Summary | |
---|---|
GrowableWriter | Implements PackedInts.Mutable , but grows the
bit count of the underlying packed ints on-demand. |
PackedInts | Simplistic compression for array of unsigned long values. |
PackedInts.FormatAndBits | Simple class that holds a format and a number of bits per value. |
PackedInts.Writer | A write-once Writer. |
Enum Summary | |
---|---|
PackedInts.Format | A format to write packed ints. |
Packed integer arrays and streams.
The packed package provides
The main access point is the PackedInts
factory.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |