Package | Description |
---|---|
nux.xom.binary |
Modifier and Type | Method and Description |
---|---|
nu.xom.Document |
BinaryXMLCodec.deserialize(byte[] bnuxDocument)
Equivalent to
deserialize(new ByteArrayInputStream(input), new NodeFactory()) . |
nu.xom.Document |
BinaryXMLCodec.deserialize(InputStream input,
nu.xom.NodeFactory factory)
Returns the XOM document obtained by deserializing the next binary XML
document from the given input stream.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.