com.sun.xml.fastinfoset.algorithm
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
IntegerEncodingAlgorithm
public IntegerEncodingAlgorithm()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.