
This library provides the org.jruby.util.bytelist byte container.
bytelist is simple a collection of bytes in the same way a java string is a collection of characters. however, its api resembles stringbuffer/stringbuilder more than string because it is a mutable object.