public static class DhtSegment.HuffmanTable extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
destinationIdentifier |
int |
tableClass |
| Constructor and Description |
|---|
DhtSegment.HuffmanTable(int tableClass,
int destinationIdentifier,
int[] bits,
int[] huffVal) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBits() |
int[] |
getHuffCode() |
int[] |
getHuffSize() |
int[] |
getHuffVal() |
int[] |
getMaxCode() |
int[] |
getMinCode() |
int[] |
getValPtr() |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.