public interface CBCodec<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(io.netty.buffer.ByteBuf body,
int version) |
void |
encode(T t,
io.netty.buffer.ByteBuf dest,
int version) |
int |
encodedSize(T t,
int version) |
Copyright © 2016 The Apache Software Foundation