public interface CompressionConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
BASE
Format indicator for characters found in lookup table.
|
static String |
codeTable
A character's code is it's index in the lookup table.
|
static int |
NOP
No operation: used to pad words on flush.
|
static int |
RAW
Introduces raw byte format.
|
static final int NOP
static final int RAW
static final int BASE
static final String codeTable
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.