public class ByteArrayEncoder extends Object implements Encoder.Binary<byte[]>
Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>| Constructor and Description |
|---|
ByteArrayEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ByteBuffer |
encode(byte[] object) |
void |
init(EndpointConfig config) |
public ByteBuffer encode(byte[] object) throws EncodeException
encode in interface Encoder.Binary<byte[]>EncodeExceptionpublic void init(EndpointConfig config)
Copyright © 1995-2016 Webtide. All Rights Reserved.