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, removeWhitespace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertFromCharacters, convertToCharacters, decodeFromBytes, decodeFromInputStream, encodeToOutputStream
public 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 © 2014 Oracle Corpration. All Rights Reserved.