Nux 1.0

Uses of Class
nux.xom.binary.BinaryParsingException

Packages that use BinaryParsingException
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. 
 

Uses of BinaryParsingException in nux.xom.binary
 

Methods in nux.xom.binary that throw BinaryParsingException
 Document BinaryXMLCodec.deserialize(byte[] bnuxDocument)
          Returns the XOM document obtained by deserializing the given binary XML document (bnux document).
 


Nux 1.0