Data Types for the AMF Data Format

AMF has core data types that are there every step of the way for serializing data. These should not be confused with the AMF actionscript data types. The core data types include:

  • Byte
  • Int
  • MediumInt
  • Long
  • Double
  • UTF8
  • LongUTF8

An AMF Byte is the simplest data type to read and write. It is simply an 8-bit byte.

An AMF Int is made up of 2 consecutive bytes. It represents a 16-bit number. The first byte in the file/stream is the most significant bit and the second byte in the file/stream is the LSB.

An AMF MediumInt is made up of 3 consecutive bytes. It represents a 24-bit number. The first byte in the file/stream is the most significant bit and the third byte in the file/stream is the LSB. MediumInt's appear to be used exclusively by FlashCom.

The AMF Long is made up of 4 consecutive bytes. It represents a 32-bit number. Like the Int and MediumInt, it is unsigned and the LSB is on the right.

The AMF Double is made up of 8 consecutive bytes. It represents a floating point, signed number. The double is little-endian encoded. In PHP a double can be read in the following way (this should also work for any language that has a pack function):

$bytes = substr($this->raw_data, $this->current_byte, 8);
$this->current_byte += 8;
if ($this->isBigEndian) {
     $bytes = strrev($bytes);
} 
$zz = unpack("dflt", $bytes); // unpack the bytes
return $zz['flt']; // return the number from the associative array

The AMF UTF8 represents a string shorter than 2^16 bytes. It is composed of an Int (2 bytes) representing string length followed by the UTF8-encoded string.

The AMF LongUTF8 represents a string potentially longer than 2^16 bytes. It is composed of an LongInt (4 bytes) representing string length followed by the UTF8-encoded string.

AMF viewer: http://amfview.org

Discussion

xiangui.jiang, 2012/03/23 22:39
Cheap NFL,NBA,MLB,NHL [url=http://www.annajerseys.com/]Jerseys From China[/url].[url=http://www.annajerseys.com/]China Jerseys[/url],[url=http://www.annajerseys.com/]Sports Jerseys China[/url],[url=http://www.annajerseys.com/nfl-jerseys-c-1.html]NFL Jerseys China[/url],[url=http://www.annajerseys.com/nba-]NBA Jerseys China[/url],NHL Jerseys

China,[url=http://www.annajerseys.com/nba-jerseys-c-84.html]MLB Jerseys China[/url],NFL jerseys For Sale

online.All Our Jerseys Are Sewn On and Directly From Chinese Jerseys Factory
[/pre]
[pre]
We Are Professional China Brand Wholesaler,[url=http://www.anna-wholesale.com/brand-shoes-c-380.html]Wholesale Brand Shoes[/url],Handbags,[url=http://www.anna]Sports Jerseys China[/url],Jewelry,Hats,[url=http://www.anna-]Sunglasses From China[/url],Cheap China

Wholesael,[url=http://www.anna-wholesale.com]Wholesale From China[/url],Free Shipping,Cheap Price,7 Days

Deliver
[/pre]

Best Converse Online Store From UK,Sale 2011 Newest [url=http://www.sale-converse.com/]Converse All Stars[/url],[url=http://www.sale-converse.com/converse-flag-shoes-c]Converse Flag Shoes[/url],Black Converse,White Converse,Navy Converse And So on,[url=http://www.sale-]Converse UK[/url],Free Shipping
[/pre]

We are professional jerseys manufacturer from china,wholesal

sports [url=http://www.anna-jersey.com]Jerseys From China[/url],[url=http://www.anna-jersey.com/nfl-jerseys-c-]NFL jerseys China[/url],[url=http://www.anna-jersey.com/nhl-jerseys-c-882.html]NHL Jerseys China[/url],[url=http://www.anna-jersey.com/nba-jerseys-c-821.html]NBA Jerseys China[/url],[url=http://www.anna-jersey.com/mlb-]MLB Jerseys China[/url],[url=http://www.anna-jersey.com/]China Jerseys[/url],Free

Shipping
[/pre]
[pre]
[url=http://www.fitflop-uk.com/]fitflops sale UK[/url] [url=http://www.fitflop-]fitflop sale[/url]
[/pre]

[url=http://www.china4jersey.com/]Wholesale Jerseys From China[/url],[url=http://www.china4jersey.com/]Wholesale Jerseys[/url],[url=http://www.china4jersey.com/]China Jerseys[/url],NFL

Jerseys China Paypal,NHL Jerseys China Paypal,Chinese Jerseys factory,Sewn On Jerseys,Accept Paypal,Free Shipping
[/pre]
**Bold Text**
Enter your comment
 
 
documentation/amf/datatypes.txt · Last modified: 2011/12/13 06:42 by 88.81.251.106
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki