org.granite.messaging.amf.types
Class AMFVectorIntValue

java.lang.Object
  extended by org.granite.messaging.amf.types.AMFSpecialValue<Object>
      extended by org.granite.messaging.amf.types.AMFAbstractVectorValue
          extended by org.granite.messaging.amf.types.AMFVectorIntValue
All Implemented Interfaces:
AMF3Constants

public class AMFVectorIntValue
extends AMFAbstractVectorValue

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.messaging.amf.types.AMFAbstractVectorValue
fixed
 
Fields inherited from class org.granite.messaging.amf.types.AMFSpecialValue
type, value
 
Fields inherited from interface org.granite.messaging.amf.AMF3Constants
AMF3_ARRAY, AMF3_BOOLEAN_FALSE, AMF3_BOOLEAN_TRUE, AMF3_BYTEARRAY, AMF3_DATE, AMF3_DICTIONARY, AMF3_INTEGER, AMF3_INTEGER_MAX, AMF3_INTEGER_MIN, AMF3_NULL, AMF3_NUMBER, AMF3_OBJECT, AMF3_STRING, AMF3_UNDEFINED, AMF3_VECTOR_INT, AMF3_VECTOR_NUMBER, AMF3_VECTOR_OBJECT, AMF3_VECTOR_UINT, AMF3_XML, AMF3_XMLSTRING
 
Constructor Summary
AMFVectorIntValue(Object value)
           
AMFVectorIntValue(Object value, boolean fixed)
           
 
Method Summary
 
Methods inherited from class org.granite.messaging.amf.types.AMFSpecialValue
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMFVectorIntValue

public AMFVectorIntValue(Object value)

AMFVectorIntValue

public AMFVectorIntValue(Object value,
                         boolean fixed)