Constructor that takes initial capacity argument.
If you know the size your buffer will eventually reach, you can eliminate the copying associated with resizing the internal byte array by specifying the initial capacity using this constructor.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | size < 0 |
ByteStringBuilder Class | Hunny.Base Namespace | ByteStringBuilder Constructor Overload List