public abstract class IEEE754FloatingPointEncodingAlgorithm extends BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_MAX_CHARACTER_SIZE |
static int |
DOUBLE_SIZE |
static int |
FLOAT_MAX_CHARACTER_SIZE |
static int |
FLOAT_SIZE |
SPACE_PATTERN| Constructor and Description |
|---|
IEEE754FloatingPointEncodingAlgorithm() |
encodeToBytes, getOctetLengthFromPrimitiveLength, getPrimtiveLengthFromOctetLength, matchWhiteSpaceDelimnatedWords, removeWhitespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertFromCharacters, convertToCharacters, decodeFromBytes, decodeFromInputStream, encodeToOutputStreampublic static final int FLOAT_SIZE
public static final int DOUBLE_SIZE
public static final int FLOAT_MAX_CHARACTER_SIZE
public static final int DOUBLE_MAX_CHARACTER_SIZE
Copyright © 2012 Oracle Corpration. All Rights Reserved.