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