|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
public abstract class IntegerEncodingAlgorithm
| Nested Class Summary |
|---|
| Nested classes/interfaces 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()
|
|
| 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 |
|---|
public static final int SHORT_SIZE
public static final int INT_SIZE
public static final int LONG_SIZE
public static final int SHORT_MAX_CHARACTER_SIZE
public static final int INT_MAX_CHARACTER_SIZE
public static final int LONG_MAX_CHARACTER_SIZE
| Constructor Detail |
|---|
public IntegerEncodingAlgorithm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||