| Package | Description |
|---|---|
| com.simiacryptus.util.binary | |
| com.simiacryptus.util.binary.bitset | |
| com.simiacryptus.util.binary.codes |
| Modifier and Type | Method and Description |
|---|---|
static BitInputStream |
BitInputStream.toBitStream(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
CountTreeBitsCollection.read(BitInputStream in) |
void |
RunLengthBitsCollection.read(BitInputStream in) |
abstract void |
BitsCollection.read(BitInputStream in) |
void |
CountTreeBitsCollection.read(BitInputStream in,
int size) |
protected CountTreeBitsCollection.BranchCounts |
CountTreeBitsCollection.readBranchCounts(BitInputStream in,
Bits code,
long size) |
protected long |
CountTreeBitsCollection.readTerminalCount(BitInputStream in,
long size) |
protected long |
CountTreeBitsCollection.readZeroBranchSize(BitInputStream in,
long max,
Bits code) |
| Constructor and Description |
|---|
CountTreeBitsCollection(BitInputStream bitStream) |
CountTreeBitsCollection(BitInputStream bitStream,
int bitDepth) |
| Modifier and Type | Method and Description |
|---|---|
T |
HammingCode.decode(BitInputStream in) |
long |
Gaussian.decode(BitInputStream in,
long max) |
CountTreeBitsCollection |
HammingCode.getSetEncoder(BitInputStream data) |
| Constructor and Description |
|---|
HammingCodeCollection(BitInputStream data) |
Copyright © 2019 SimiaCryptus Software. All rights reserved.