EncodingAlgorithmDoubleEncodingAlgorithm, FloatEncodingAlgorithmpublic abstract class IEEE754FloatingPointEncodingAlgorithm extends BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener| Modifier and Type | Field | Description |
|---|---|---|
static int |
DOUBLE_MAX_CHARACTER_SIZE |
|
static int |
DOUBLE_SIZE |
|
static int |
FLOAT_MAX_CHARACTER_SIZE |
|
static int |
FLOAT_SIZE |
SPACE_PATTERN| Constructor | Description |
|---|---|
IEEE754FloatingPointEncodingAlgorithm() |
encodeToBytes, getOctetLengthFromPrimitiveLength, getPrimtiveLengthFromOctetLength, matchWhiteSpaceDelimnatedWords, removeWhitespaceconvertFromCharacters, 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 © 2018 Oracle Corporation. All rights reserved.