Class VarIntByteArraysTool

java.lang.Object
io.datarouter.bytes.varint.VarIntByteArraysTool

public class VarIntByteArraysTool extends Object
Concatenate multiple byte arrays into a bigger array. The inner arrays are each prefixed with the output of VarIntTool. Inner arrays must be parsed sequentially. Simple, but no random access.