com.badlogic.gdx.utils.compression.rangecoder
Class Decoder
java.lang.Object
com.badlogic.gdx.utils.compression.rangecoder.Decoder
public class Decoder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder
public Decoder()
SetStream
public final void SetStream(java.io.InputStream stream)
ReleaseStream
public final void ReleaseStream()
Init
public final void Init()
throws java.io.IOException
- Throws:
java.io.IOException
DecodeDirectBits
public final int DecodeDirectBits(int numTotalBits)
throws java.io.IOException
- Throws:
java.io.IOException
DecodeBit
public int DecodeBit(short[] probs,
int index)
throws java.io.IOException
- Throws:
java.io.IOException
InitBitModels
public static void InitBitModels(short[] probs)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)