public class ByteCodec extends Object implements Codec<byte[]>
ByteCodec()
byte[]
decode(byte[] buf)
encode(byte[] obj)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteCodec()
public byte[] encode(byte[] obj)
encode
Encoder<byte[]>
obj
public byte[] decode(byte[] buf)
decode
Decoder<byte[]>
buf
Copyright © 2015 The Apache Software Foundation. All rights reserved.