Modifier and Type | Field and Description |
---|---|
protected int |
idx |
protected List<Object> |
list |
protected static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
protected Object |
getNext()
Getter for property 'next'.
|
String |
getString()
Read a string without the string type header.
|
Object |
readArray(Deserializer deserializer,
Type target)
Read an array.
|
Boolean |
readBoolean(Type target)
Read Boolean value
|
ByteArray |
readByteArray(Type target)
Read ByteArray object.
|
Object |
readCustom(Type target)
Read custom object
|
byte |
readDataType()
Read type of data
|
Date |
readDate(Type target)
Read date object
|
Map<String,Object> |
readKeyValues(Deserializer deserializer)
Read key - value pairs.
|
Object |
readMap(Deserializer deserializer,
Type target)
Read a map containing key - value pairs.
|
Object |
readNull(Type target)
Read Null data type
|
Number |
readNumber(Type target)
Read Number object
|
Object |
readObject(Deserializer deserializer,
Type target)
Read an object.
|
Object |
readReference(Type target)
Read reference to Complex Data Type.
|
String |
readString(Type target)
Read String object
|
Vector<Integer> |
readVectorInt()
Read Vector
|
Vector<Double> |
readVectorNumber()
Read Vector
|
Vector<Object> |
readVectorObject()
Read Vector
|
Vector<Long> |
readVectorUInt()
Read Vector
|
Document |
readXML(Type target)
Read XML document
|
clearReferences, getReference, storeReference, storeReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearReferences
protected Object getNext()
public byte readDataType()
readDataType
in interface Input
public Boolean readBoolean(Type target)
readBoolean
in interface Input
target
- target typepublic Number readNumber(Type target)
readNumber
in interface Input
target
- target typepublic String getString()
public String readString(Type target)
readString
in interface Input
target
- target typepublic Object readArray(Deserializer deserializer, Type target)
public Object readMap(Deserializer deserializer, Type target)
public Map<String,Object> readKeyValues(Deserializer deserializer)
readKeyValues
in interface Input
deserializer
- deserializerpublic Object readObject(Deserializer deserializer, Type target)
readObject
in interface Input
deserializer
- deserializertarget
- target typepublic Object readCustom(Type target)
readCustom
in interface Input
target
- target typepublic ByteArray readByteArray(Type target)
readByteArray
in interface Input
target
- target typepublic Vector<Integer> readVectorInt()
Input
readVectorInt
in interface Input
public Vector<Long> readVectorUInt()
Input
readVectorUInt
in interface Input
public Vector<Double> readVectorNumber()
Input
readVectorNumber
in interface Input
public Vector<Object> readVectorObject()
Input
readVectorObject
in interface Input
public Object readReference(Type target)
readReference
in interface Input
target
- target typeCopyright © 2006-2012 The Red5 Project