Package org.opennms.core.xml
Class ByteBufferXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<byte[],ByteBuffer>
-
- org.opennms.core.xml.ByteBufferXmlAdapter
-
public class ByteBufferXmlAdapter extends XmlAdapter<byte[],ByteBuffer>
-
-
Constructor Summary
Constructors Constructor Description ByteBufferXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
marshal(ByteBuffer bb)
ByteBuffer
unmarshal(byte[] bytes)
-
-
-
Method Detail
-
unmarshal
public ByteBuffer unmarshal(byte[] bytes)
- Specified by:
unmarshal
in classXmlAdapter<byte[],ByteBuffer>
-
marshal
public byte[] marshal(ByteBuffer bb)
- Specified by:
marshal
in classXmlAdapter<byte[],ByteBuffer>
-
-