public class BitConstructor extends Object
| Constructor and Description |
|---|
BitConstructor() |
BitConstructor(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] bytes) |
void |
add(long x,
int len) |
void |
clear() |
void |
pad()
Fill the rest part of cache with 0
|
int |
sizeInBytes() |
byte[] |
toByteArray() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.