The BufferSize property specifies the size of the buffer created by the stream, i.e., the smallest number of bytes that are read or written at once (except for when the buffer is flushed). The size of the buffer can make a big difference in the efficiency of the object. The default buffer size is 8192 bytes.
Namespace: GStreams
Delphi |
public |
Property Value
Type: Cardinal
Reference |