com.smaxe.uv.amf
Class UnknownType

java.lang.Object
  extended by com.smaxe.uv.amf.UnknownType

public final class UnknownType
extends java.lang.Object

UnknownType - unknown type.

Author:
Andrei Sochirca

Field Summary
 int type
          data type identifier.
 
Constructor Summary
UnknownType(int type)
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final int type
data type identifier.

Constructor Detail

UnknownType

public UnknownType(int type)
Constructor.

Parameters:
type -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object