Current buffer capacity.
Source position: bufstream.pp line 61
public property TBufStream.Capacity : Integer |
Capacity is the amount of memory the buffer occupies. To change the buffer size, the capacity can be set. Note that the capacity cannot be set to a value that is less than the current buffer size, i.e. the current amount of data in the buffer.
|
Create a new TBufStream instance. |
|
|
The current buffer. |
|
|
Amount of data in the buffer. |
|
|
Current buffer position. |