protected class NodewalkerCodec.Decoder extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
context
The Context.
|
protected byte[] |
data
The Data.
|
protected BitInputStream |
in
The In.
|
protected TrieNode |
node
The Node.
|
protected StringBuilder |
out
The Out.
|
Modifier | Constructor and Description |
---|---|
protected |
Decoder(byte[] data,
int context)
Instantiates a new Decoder.
|
protected byte[] data
protected int context
protected BitInputStream in
protected StringBuilder out
protected TrieNode node
protected Decoder(byte[] data, int context)
data
- the datacontext
- the contextprotected CharSequence encodePPM()
Copyright © 2019 SimiaCryptus Software. All rights reserved.