Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.rangecoder.RangeDecoder
Extends/Implements : un.storage.archive.xz.rangecoder.RangeCoder
Subclasses : -

/*
RangeDecoder

Authors: Lasse Collin
Igor Pavlov

This file has been put into the public domain.
You can do whatever you want with this file.


Variables : range, code
Functions : normalize, decodeBit, decodeBitTree, decodeReverseBitTree, decodeDirectBits


int range

int code


public void normalize ()

public int decodeBit (short[] probs, int index)

public int decodeBitTree (short[] probs)

public int decodeReverseBitTree (short[] probs)

public int decodeDirectBits (int count)