[]
The increment size for the buffer, 16 bytes. This is the number of bytes that are added to the buffer each time it is needed to enlarge it.
public const int SZ_INCR = 16
Public Const SZ_INCR As Integer = 16
| Type | Description |
|---|---|
| int | The increment size for the buffer, 16 bytes. This is the number of bytes that are added to the buffer each time it is needed to enlarge it. |