FastByteArrayOutputStream()
Create a new FastByteArrayOutputStream with the default initial capacity of 256 bytes.
FastByteArrayOutputStream
FastByteArrayOutputStream(initialBlockSize: Int)
Create a new FastByteArrayOutputStream with the specified initial capacity.
initialBlockSize - the initial buffer size in bytes
initialBlockSize