public class BinaryUtils extends Object
Constructor and Description |
---|
BinaryUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decodeAsBytes(XMLStreamReader reader) |
static DataHandler |
decodeAsDataHandler(XMLStreamReader reader,
AttachmentUnmarshaller au) |
static void |
encodeBytes(XMLStreamWriter writer,
byte[] bytes) |
public static byte[] decodeAsBytes(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public static void encodeBytes(XMLStreamWriter writer, byte[] bytes) throws XMLStreamException
XMLStreamException
public static DataHandler decodeAsDataHandler(XMLStreamReader reader, AttachmentUnmarshaller au)
Copyright © 2007–2015. All rights reserved.