protected class NodewalkerCodec.Encoder extends Object
Modifier and Type | Field and Description |
---|---|
protected ByteArrayOutputStream |
buffer
The Buffer.
|
protected int |
context
The Context.
|
protected TrieNode |
fromNode
The From node.
|
protected TrieNode |
node
The Node.
|
protected BitOutputStream |
out
The Out.
|
protected String |
text
The Text.
|
protected String text
protected int context
protected ByteArrayOutputStream buffer
protected BitOutputStream out
protected TrieNode node
protected TrieNode fromNode
protected Encoder(String text, int context)
text
- the textcontext
- the contextprotected Bits encodePPM()
Copyright © 2019 SimiaCryptus Software. All rights reserved.