public static class ByteWiseHuffmanTree.Symbol extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
bits |
byte |
codeLengthInBits |
int |
codeLengthInBytes |
short |
symbol |
| Constructor and Description |
|---|
Symbol(short symbol,
byte codeLengthInBits,
int codeLengthInBytes,
int bits) |
Copyright © 2019. All rights reserved.