kr.co.hit.live.web.flex.io.amf
Class AmfHeader

java.lang.Object
  extended by kr.co.hit.live.web.flex.io.amf.AmfHeader
All Implemented Interfaces:
Serializable

public class AmfHeader
extends Object
implements Serializable

AMF0 Specification: 4.1.2 AMF Context Header

Author:
κΉ€ν˜•λ„
See Also:
Serialized Form

Constructor Summary
AmfHeader()
           
AmfHeader(String name, boolean m, Object d)
           
 
Method Summary
 void deserialize(AmfInputStream amfIn)
           
 void serialize(AmfOutputStream amfOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmfHeader

public AmfHeader()

AmfHeader

public AmfHeader(String name,
                 boolean m,
                 Object d)
Method Detail

serialize

public void serialize(AmfOutputStream amfOut)
               throws IOException
Throws:
IOException

deserialize

public void deserialize(AmfInputStream amfIn)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2014. All Rights Reserved.