public class MQEncoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CARRY_MASK |
| Constructor and Description |
|---|
MQEncoder(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(int symbol,
Context cm)
Encodes one symbol either 0 or 1
|
void |
finish() |
public static final int CARRY_MASK
public MQEncoder(OutputStream out)
public void encode(int symbol,
Context cm)
throws IOException
symbol - IOExceptionpublic void finish()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.