Modifier and Type | Class and Description |
---|---|
public static interface | |
public static interface |
Access | Constructor and Description |
---|---|
public |
Huffman | back to summary |
---|---|
public Huffman() |
Modifier and Type | Method and Description |
---|---|
public void | |
public void |
read | back to summary |
---|---|
public void read(ByteBuffer source, Appendable destination, boolean isLast) throws IOException |
reset | back to summary |
---|---|
public void reset() Brings this reader to the state it had upon construction. |
Modifier and Type | Method and Description |
---|---|
public Huffman. | |
public int | Returns: number of bytescharacters value, int the start index, inclusive start, int the end index, exclusive end)Calculates the number of bytes required to represent a subsequence of
the given |
public default int | |
public Huffman. | |
public boolean |
from | back to summary |
---|---|
public Huffman. |
lengthOf | back to summary |
---|---|
public int lengthOf(CharSequence value, int start, int end) Calculates the number of bytes required to represent a subsequence of
the given
|
lengthOf | back to summary |
---|---|
public default int lengthOf(CharSequence value) |
reset | back to summary |
---|---|
public Huffman. Brings this writer to the state it had upon construction. |
write | back to summary |
---|---|
public boolean write(ByteBuffer destination) |