| 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, storeReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearReferencesprotected Object getNext()
public byte readDataType()
readDataType in interface Inputpublic Boolean readBoolean(Type target)
readBoolean in interface Inputtarget - target typepublic Number readNumber(Type target)
readNumber in interface Inputtarget - target typepublic String getString()
public String readString(Type target)
readString in interface Inputtarget - 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 Inputdeserializer - deserializerpublic Object readObject(Deserializer deserializer, Type target)
readObject in interface Inputdeserializer - deserializertarget - target typepublic Object readCustom(Type target)
readCustom in interface Inputtarget - target typepublic ByteArray readByteArray(Type target)
readByteArray in interface Inputtarget - target typepublic Vector<Integer> readVectorInt()
InputreadVectorInt in interface Inputpublic Vector<Long> readVectorUInt()
InputreadVectorUInt in interface Inputpublic Vector<Double> readVectorNumber()
InputreadVectorNumber in interface Inputpublic Vector<Object> readVectorObject()
InputreadVectorObject in interface Inputpublic Object readReference(Type target)
readReference in interface Inputtarget - target typeCopyright © 2006-2012 The Red5 Project