public abstract class IntegerEncodingAlgorithm extends BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener| Modifier and Type | Field and 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 and Description |
|---|
IntegerEncodingAlgorithm() |
encodeToBytes, getOctetLengthFromPrimitiveLength, getPrimtiveLengthFromOctetLength, matchWhiteSpaceDelimnatedWords, removeWhitespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertFromCharacters, 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 © 2012 Oracle Corpration. All Rights Reserved.