Uses of Class
me.lemire.integercompression.IntWrapper
-
Uses of IntWrapper in me.lemire.integercompression
Modifier and TypeMethodDescriptionvoid
ByteIntegerCODEC.compress
(int[] in, IntWrapper inpos, int inlength, byte[] out, IntWrapper outpos) Compress data from an array to another array.void
FastPFOR128.compress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) void
IntegerCODEC.compress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Compress data from an array to another array.void
FastPFOR128.headlessCompress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Compress data in blocks of BLOCK_SIZE integers (if fewer than BLOCK_SIZE integers are provided, nothing is done).void
SkippableIntegerCODEC.headlessCompress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Compress data from an array to another array.void
FastPFOR128.headlessUncompress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos, int mynvalue) Uncompress data in blocks of integers.void
SkippableIntegerCODEC.headlessUncompress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos, int num) Uncompress data from an array to another array.void
ByteIntegerCODEC.uncompress
(byte[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Uncompress data from an array to another array.void
FastPFOR128.uncompress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) void
IntegerCODEC.uncompress
(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Uncompress data from an array to another array.