class Encoder.LiteralEncoder.Encoder2
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) short[] |
m_Encoders |
Constructor and Description |
---|
Encoder2() |
Modifier and Type | Method and Description |
---|---|
void |
encode(Encoder rangeEncoder,
byte symbol) |
void |
encodeMatched(Encoder rangeEncoder,
byte matchByte,
byte symbol) |
int |
getPrice(boolean matchMode,
byte matchByte,
byte symbol) |
void |
init() |
public void init()
public void encode(Encoder rangeEncoder, byte symbol) throws java.io.IOException
java.io.IOException
public void encodeMatched(Encoder rangeEncoder, byte matchByte, byte symbol) throws java.io.IOException
java.io.IOException
public int getPrice(boolean matchMode, byte matchByte, byte symbol)