7 ms·
The byte[] buffer is deliberate because that is what will typically be passed to the network or IO device, so easier integration. If you check the code you wil
by mjpt777 14y ago
The byte[] buffer is deliberate because that is what will typically be passed to the network or IO device, so easier integration.
If you check the code you will see the buffer is only allocated once so the cost is not an issue.