Package org.spicefactory.cinnamon.io.amf

Classes for AMF I/O (internal API).

See:
          Description

Interface Summary
AMFType Constants for the AMF3 type code bytes.
 

Class Summary
AMFInput The AMFInput class deserializes AMF data from a ByteBuffer and constructs and populates an AMFEnvelope instance with the decoded messages.
AMFOutput The AMFOutput class serializes an AMFEnvelope instance containing one or more results from service invocations to AMF data and writes it to a ByteBuffer.
 

Exception Summary
AMFException Exception thrown when an error occurs while serializing/deserializing data from/to AMF3 binary format.
 

Package org.spicefactory.cinnamon.io.amf Description

Classes for AMF I/O (internal API).