|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSevenZip.Compression.RangeCoder.BitEncoder
public class BitEncoder
Field Summary | |
---|---|
static int |
kNumBitPriceShiftBits
|
Constructor Summary | |
---|---|
BitEncoder()
|
Method Summary | |
---|---|
void |
Encode(Encoder encoder,
int symbol)
|
int |
GetPrice(int symbol)
|
int |
GetPrice0()
|
int |
GetPrice1()
|
void |
Init()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int kNumBitPriceShiftBits
Constructor Detail |
---|
public BitEncoder()
Method Detail |
---|
public void Init()
public void Encode(Encoder encoder, int symbol) throws java.io.IOException
java.io.IOException
public int GetPrice(int symbol)
public int GetPrice0()
public int GetPrice1()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |