protected static class BaseBytes.Builder
extends java.lang.Object
Builder
holds a buffer of bytes to which new bytes may be appended while
constructing the value of byte array, even when the type ultimately constructed is immutable.
The value it builds may be transferred (normally without copying) to a new instance of the
type being built.