com.sun.xml.fastinfoset.algorithm
Class BuiltInEncodingAlgorithmState

java.lang.Object
  extended by com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState

public class BuiltInEncodingAlgorithmState
extends java.lang.Object


Field Summary
 boolean[] booleanArray
           
 double[] doubleArray
           
 float[] floatArray
           
static int INITIAL_LENGTH
           
 int[] intArray
           
 long[] longArray
           
 short[] shortArray
           
 
Constructor Summary
BuiltInEncodingAlgorithmState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_LENGTH

public static final int INITIAL_LENGTH
See Also:
Constant Field Values

booleanArray

public boolean[] booleanArray

shortArray

public short[] shortArray

intArray

public int[] intArray

longArray

public long[] longArray

floatArray

public float[] floatArray

doubleArray

public double[] doubleArray
Constructor Detail

BuiltInEncodingAlgorithmState

public BuiltInEncodingAlgorithmState()