public abstract class HuffmanTable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HuffmanTable.Code
This static class represents a code for use in huffman tables.
|
| Constructor and Description |
|---|
HuffmanTable() |
| Modifier and Type | Method and Description |
|---|---|
static String |
codeTableToString(List<HuffmanTable.Code> codeTable) |
long |
decode(ImageInputStream iis) |
void |
initTree(List<HuffmanTable.Code> codeTable) |
String |
toString() |
public void initTree(List<HuffmanTable.Code> codeTable)
public long decode(ImageInputStream iis) throws IOException
IOExceptionpublic static String codeTableToString(List<HuffmanTable.Code> codeTable)
Copyright © 2019 The Apache Software Foundation. All rights reserved.