Package SevenZip.Compression.RangeCoder
Class Decoder
java.lang.Object
SevenZip.Compression.RangeCoder.Decoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDecodeBit(short[] probs, int index) final intDecodeDirectBits(int numTotalBits) final voidInit()static voidInitBitModels(short[] probs) final voidfinal voidSetStream(InputStream stream)
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details
-
SetStream
-
ReleaseStream
public final void ReleaseStream() -
Init
- Throws:
IOException
-
DecodeDirectBits
- Throws:
IOException
-
DecodeBit
- Throws:
IOException
-
InitBitModels
public static void InitBitModels(short[] probs)
-