Class IntegerEncodingAlgorithm
- java.lang.Object
-
- com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
-
- com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
-
- All Implemented Interfaces:
EncodingAlgorithm
- Direct Known Subclasses:
IntEncodingAlgorithm
,LongEncodingAlgorithm
,ShortEncodingAlgorithm
public abstract class IntegerEncodingAlgorithm extends BuiltInEncodingAlgorithm
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
SPACE_PATTERN
-
-
Constructor Summary
Constructors Constructor Description IntegerEncodingAlgorithm()
-
Method Summary
-
Methods inherited from class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
encodeToBytes, getOctetLengthFromPrimitiveLength, getPrimtiveLengthFromOctetLength, matchWhiteSpaceDelimnatedWords, removeWhitespace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jvnet.fastinfoset.EncodingAlgorithm
convertFromCharacters, convertToCharacters, decodeFromBytes, decodeFromInputStream, encodeToOutputStream
-
-
-
-
Field Detail
-
SHORT_SIZE
public static final int SHORT_SIZE
- See Also:
- Constant Field Values
-
INT_SIZE
public static final int INT_SIZE
- See Also:
- Constant Field Values
-
LONG_SIZE
public static final int LONG_SIZE
- See Also:
- Constant Field Values
-
SHORT_MAX_CHARACTER_SIZE
public static final int SHORT_MAX_CHARACTER_SIZE
- See Also:
- Constant Field Values
-
INT_MAX_CHARACTER_SIZE
public static final int INT_MAX_CHARACTER_SIZE
- See Also:
- Constant Field Values
-
LONG_MAX_CHARACTER_SIZE
public static final int LONG_MAX_CHARACTER_SIZE
- See Also:
- Constant Field Values
-
-