Nux 1.6

Package nux.xom.binary

Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format, without loss or change of any information.

See:
          Description

Class Summary
ArrayIntList Efficient resizable auto-expanding list holding int elements; implemented with arrays.
BinaryXMLCodec Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format (termed bnux format), without loss or change of any information.
NodeBuilder EXPERIMENTAL; Not part of published API; Subject to change or removal without notice.
 

Exception Summary
BinaryParsingException An exception indicating corrupt binary XML data on deserialization input to a BinaryXMLCodec.
 

Package nux.xom.binary Description

Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format, without loss or change of any information. Serialization and deserialization is much faster than with the standard textual XM format, and the resulting binary data is more compressed than textual XML.


Nux 1.6