EncodingAlgorithmIntEncodingAlgorithm, LongEncodingAlgorithm, ShortEncodingAlgorithmpublic abstract class IntegerEncodingAlgorithm extends BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener| Modifier and Type | Field | Description |
|---|---|---|
static int |
INT_MAX_CHARACTER_SIZE |
|
static int |
INT_SIZE |
|
static int |
LONG_MAX_CHARACTER_SIZE |
|
static int |
LONG_SIZE |
|
static int |
SHORT_MAX_CHARACTER_SIZE |
|
static int |
SHORT_SIZE |
SPACE_PATTERN| Constructor | Description |
|---|---|
IntegerEncodingAlgorithm() |
encodeToBytes, getOctetLengthFromPrimitiveLength, getPrimtiveLengthFromOctetLength, matchWhiteSpaceDelimnatedWords, removeWhitespaceconvertFromCharacters, convertToCharacters, decodeFromBytes, decodeFromInputStream, encodeToOutputStreampublic static final int SHORT_SIZE
public static final int INT_SIZE
public static final int LONG_SIZE
public static final int SHORT_MAX_CHARACTER_SIZE
public static final int INT_MAX_CHARACTER_SIZE
public static final int LONG_MAX_CHARACTER_SIZE
Copyright © 2018 Oracle Corporation. All rights reserved.