My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: haxe, flv, pdf, amf, swf
Links:
Feeds:
People details
Project owners:
  ncannasse
Project committers:
ian.liu88

hxFormat is the repository for different file-formats support for the haXe language.

Formats

Currently supported formats are :

Planned future formats include :

Installation

hxFormat is available on haxelib, so simply run the following command : haxelib install format. To use the library, simply add -lib format to your commandline parameters.

Package Structure

Each format lies in its own package, for example format.pdf contains classes for PDF.

The format.tools package contain some tools that might be shared by several formats but don't belong to a specific one.

Each format must provide the following files :

It's important in particular that the data structures storing the decoded information are separated from the actual classes manipulating it. This enable full access to all the file format infos and the ability to easily write libraries that manipulate the format, even if later the Reader implementation is changed for example.









Hosted by Google Code