Nux 1.6

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)
          Equivalent to deserialize(new ByteArrayInputStream(input), new NodeFactory()).
 Document BinaryXMLCodec.deserialize(InputStream input, NodeFactory factory)
          Returns the XOM document obtained by deserializing the next binary XML document from the given input stream.
 


Nux 1.6