public class ArithmeticIntegerDecoder extends Object
| Constructor and Description |
|---|
ArithmeticIntegerDecoder(ArithmeticDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
long |
decode(CX cxIAx)
Arithmetic Integer Decoding Procedure, Annex A.2.
|
int |
decodeIAID(CX cxIAID,
long symCodeLen)
The IAID decoding procedure, Annex A.3.
|
public ArithmeticIntegerDecoder(ArithmeticDecoder decoder)
public long decode(CX cxIAx) throws IOException
cxIAx - to be decoded valueIOException - if an underlying IO operation failspublic int decodeIAID(CX cxIAID, long symCodeLen) throws IOException
cxIAID - - The contexts and statistics for decoding procedure.symCodeLen - - Symbol code length.IOException - if an underlying IO operation failsCopyright © 2018 The Apache Software Foundation. All rights reserved.