public class DefaultBinaryStreamEncoder extends AbstractEncoder implements Encoder.BinaryStream<ByteBuffer>
Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>
Constructor and Description |
---|
DefaultBinaryStreamEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
encode(ByteBuffer message,
OutputStream out) |
destroy, init
public void encode(ByteBuffer message, OutputStream out) throws EncodeException, IOException
encode
in interface Encoder.BinaryStream<ByteBuffer>
EncodeException
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.