org.red5.io.amf3
Class Input.ClassReference

java.lang.Object
  extended by org.red5.io.amf3.Input.ClassReference
Enclosing class:
Input

protected static class Input.ClassReference
extends Object

Holds informations about already deserialized classes.


Field Summary
protected  List<String> attributeNames
          Names of the attributes of the class.
protected  String className
          Name of the deserialized class.
protected  int type
          Type of the class.
 
Constructor Summary
Input.ClassReference(String className, int type, List<String> attributeNames)
          Create new information about a class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected String className
Name of the deserialized class.


type

protected int type
Type of the class.


attributeNames

protected List<String> attributeNames
Names of the attributes of the class.

Constructor Detail

Input.ClassReference

public Input.ClassReference(String className,
                            int type,
                            List<String> attributeNames)
Create new information about a class.

Parameters:
className - class name
type - type
attributeNames - attributes


Copyright © 2006-2012 The Red5 Project