Package org.red5.io.amf3
Class Input.ClassReference
java.lang.Object
org.red5.io.amf3.Input.ClassReference
- Enclosing class:
- Input
Holds informations about already deserialized classes.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClassReference
(String className, int type, List<String> attributeNames) Create new information about a class. -
Method Summary
-
Field Details
-
log
private static org.slf4j.Logger log -
className
Name of the deserialized class. -
type
protected int typeType of the class. -
attributeNames
Names of the attributes of the class.
-
-
Constructor Details
-
ClassReference
Create new information about a class.- Parameters:
className
- class nametype
- typeattributeNames
- attributes
-