Class KvFileSequentialBlockCodec<T>

java.lang.Object
io.datarouter.bytes.kvfile.block.KvFileSequentialBlockCodec<T>
All Implemented Interfaces:
KvFileBlockCodec<T>

public class KvFileSequentialBlockCodec<T> extends Object implements KvFileBlockCodec<T>
Translates a List of user-provided items to a byte[]. Intended for use in Blockfiles of Kvs. Use the identity() method for things like merging Kvs from multiple files without decoding to the user-provided type.