Maven module :un.api : api-encoding :
Class : un.impl.io.lzma.rangecoder.BitTreeEncoder
Extends/Implements : -
Subclasses : -

From 7-ZIP SDK, placed under public domain.
http://www.7-zip.org/sdk.html
author  Igor Pavlov


Variables : -
Functions : BitTreeEncoder, init, encode, reverseEncode, getPrice, reverseGetPrice, reverseGetPrice, reverseEncode



public void BitTreeEncoder (int numBitLevels)

public void init ()

public void encode (Encoder rangeEncoder, int symbol)

public void reverseEncode (Encoder rangeEncoder, int symbol)

public int getPrice (int symbol)

public int reverseGetPrice (int symbol)

public int reverseGetPrice (short[] Models, int startIndex, int NumBitLevels, int symbol)

public void reverseEncode (short[] Models, int startIndex, Encoder rangeEncoder, int NumBitLevels, int symbol)