public void ExpandCapacity(int additionalBytes) { _buffer.EnsureBufferSizeInBytes(_buffer.LengthBytes + additionalBytes); }