public class BitPacking extends Object
| Constructor and Description |
|---|
BitPacking() |
| Modifier and Type | Method and Description |
|---|---|
static void |
packBits(long value,
int bits,
byte[] buffer,
int bufOffset,
int bitOffset) |
static void |
unpackBits(long[] value,
int index,
int bits,
byte[] buffer,
int bufOffset,
int bitOffset) |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.