ByteArrayBuilder

constructor(initialCapacity: Int = 4096)
constructor(data: ByteArray, size: Int = data.size, allowGrow: Boolean = true)