Class HuffmanDecoder.UncompressedState
java.lang.Object
org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- Enclosing class:
- HuffmanDecoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
(package private) boolean
hasData()
(package private) int
read
(byte[] b, int off, int len) (package private) HuffmanState
state()
-
Field Details
-
blockLength
private final long blockLength -
read
private long read
-
-
Constructor Details
-
UncompressedState
private UncompressedState(long blockLength)
-
-
Method Details
-
state
HuffmanState state()- Specified by:
state
in classHuffmanDecoder.DecoderState
-
read
- Specified by:
read
in classHuffmanDecoder.DecoderState
- Throws:
IOException
-
hasData
boolean hasData()- Specified by:
hasData
in classHuffmanDecoder.DecoderState
-
available
- Specified by:
available
in classHuffmanDecoder.DecoderState
- Throws:
IOException
-