Default buffer size.
Source position: bufstream.pp line 34
const DefaultBufferCapacity: Integer = 16;
If no buffer size is specified when the stream is created, then this size is used.
TBufStream.Create
Create a new TBufStream instance.