com.sun.grizzly.lzma.compression.rangecoder
Class Decoder
java.lang.Object
com.sun.grizzly.lzma.compression.rangecoder.Decoder
public class Decoder
- extends Object
Decoder
- Author:
- Igor Pavlov
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(InputStream stream)
ReleaseStream
public final void ReleaseStream()
Init
public final void Init()
throws IOException
- Throws:
IOException
DecodeDirectBits
public final int DecodeDirectBits(int numTotalBits)
throws IOException
- Throws:
IOException
DecodeBit
public int DecodeBit(short[] probs,
int index)
throws IOException
- Throws:
IOException
InitBitModels
public static void InitBitModels(short[] probs)
Copyright © 2012 Oracle Corporation. All Rights Reserved.