Module com.sun.xml.fastinfoset
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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
SPACE_PATTERN
-
Constructor Summary
Constructors -
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, convertToCharacters, decodeFromBytes, decodeFromInputStream, encodeToOutputStream
-
Field Details
-
SHORT_SIZE
public static final int SHORT_SIZE- See Also:
-
INT_SIZE
public static final int INT_SIZE- See Also:
-
LONG_SIZE
public static final int LONG_SIZE- See Also:
-
SHORT_MAX_CHARACTER_SIZE
public static final int SHORT_MAX_CHARACTER_SIZE- See Also:
-
INT_MAX_CHARACTER_SIZE
public static final int INT_MAX_CHARACTER_SIZE- See Also:
-
LONG_MAX_CHARACTER_SIZE
public static final int LONG_MAX_CHARACTER_SIZE- See Also:
-
-
Constructor Details
-
IntegerEncodingAlgorithm
protected IntegerEncodingAlgorithm()
-