Description
It might make more sense to use a collection of ByteBuffers in the Tag and Length decoders rather than using an ArrayByteList. First of all it reduces a dependency on the commons primitives and uses objects we're familiar with. It might even be better if we implemented the collector functionality our selves using a byte array rather than dealing with the overheads of these higher level objects.