private abstract static class HuffmanDecoder.DecoderState
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
DecoderState() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract int |
available() |
(package private) abstract boolean |
hasData() |
(package private) abstract int |
read(byte[] b,
int off,
int len) |
(package private) abstract HuffmanState |
state() |
abstract HuffmanState state()
abstract int read(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionabstract boolean hasData()
abstract int available()
throws java.io.IOException
java.io.IOException