Module amf

AMF Encoding and Decoding.

Copyright © 2009 Ruslan Babayev

Authors: Ruslan Babayev (ruslan@babayev.com).

Description

AMF Encoding and Decoding.

Function Index

decode_packet/1Decodes a packet.
encode_packet/1Encodes a packet.

Function Details

decode_packet/1

decode_packet(Bytes::binary()) -> #amf_packet{}

Decodes a packet.

encode_packet/1

encode_packet(Packet::#amf_packet{}) -> binary()

Encodes a packet.


Generated by EDoc