public class DeltaBitInput extends Object
| Modifier and Type | Field and Description |
|---|---|
static long[] |
BIT_SET_MASK |
static long[] |
MASK_ARRAY |
| Constructor and Description |
|---|
DeltaBitInput(long[] array) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt() |
long |
getLong(int bits) |
protected int |
getPosition() |
int |
nextClearBit(int maxBits) |
boolean |
readBit() |
long |
readBits(int bits) |
void |
rollBack(int bits) |
Copyright © 2022 DolphinDB. All rights reserved.