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.IOExceptionpublic void encodeMatched(Encoder rangeEncoder, byte matchByte, byte symbol) throws java.io.IOException
java.io.IOExceptionpublic int getPrice(boolean matchMode,
byte matchByte,
byte symbol)