com.sun.xml.fastinfoset.algorithm
Class IntegerEncodingAlgorithm

java.lang.Object
  extended bycom.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
      extended bycom.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 inherited from class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
BuiltInEncodingAlgorithm.WordListener
 
Field Summary
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
IntegerEncodingAlgorithm()
           
 
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
Constructor Detail

IntegerEncodingAlgorithm

public IntegerEncodingAlgorithm()