A byte array builder.
This implementation attempts to minimize append and allocate operations by writing into a pre-allocated array, although additional arrays are allocated as necessary.
A byte array builder.
This implementation attempts to minimize append and allocate operations by writing into a pre-allocated array, although additional arrays are allocated as necessary.