com.badlogic.gdx.utils.compression.rangecoder
Class BitTreeDecoder

java.lang.Object
  extended by com.badlogic.gdx.utils.compression.rangecoder.BitTreeDecoder

public class BitTreeDecoder
extends Object


Constructor Summary
BitTreeDecoder(int numBitLevels)
           
 
Method Summary
 int Decode(Decoder rangeDecoder)
           
 void Init()
           
 int ReverseDecode(Decoder rangeDecoder)
           
static int ReverseDecode(short[] Models, int startIndex, Decoder rangeDecoder, int NumBitLevels)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitTreeDecoder

public BitTreeDecoder(int numBitLevels)
Method Detail

Init

public void Init()

Decode

public int Decode(Decoder rangeDecoder)
           throws IOException
Throws:
IOException

ReverseDecode

public int ReverseDecode(Decoder rangeDecoder)
                  throws IOException
Throws:
IOException

ReverseDecode

public static int ReverseDecode(short[] Models,
                                int startIndex,
                                Decoder rangeDecoder,
                                int NumBitLevels)
                         throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.