Uses of Class
me.lemire.integercompression.IntWrapper
Packages that use IntWrapper
-
Uses of IntWrapper in me.lemire.integercompression
Methods in me.lemire.integercompression with parameters of type IntWrapperModifier and TypeMethodDescriptionvoidByteIntegerCODEC.compress(int[] in, IntWrapper inpos, int inlength, byte[] out, IntWrapper outpos) Compress data from an array to another array.voidFastPFOR128.compress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) voidIntegerCODEC.compress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Compress data from an array to another array.voidFastPFOR128.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).voidSkippableIntegerCODEC.headlessCompress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Compress data from an array to another array.voidFastPFOR128.headlessUncompress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos, int mynvalue) Uncompress data in blocks of integers.voidSkippableIntegerCODEC.headlessUncompress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos, int num) Uncompress data from an array to another array.voidByteIntegerCODEC.uncompress(byte[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Uncompress data from an array to another array.voidFastPFOR128.uncompress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) voidIntegerCODEC.uncompress(int[] in, IntWrapper inpos, int inlength, int[] out, IntWrapper outpos) Uncompress data from an array to another array.