>>--minimumReadMin----------------------><
The programmer can set the size of the minimum read buffer, within limits. minimumReadMin is the lowest acceptable size of the minimum read buffer.
minimumReadMin= is a private method, not intended to be changed by the programmer.
The minimum number of kilobytes that the minimum read buffer can be set to.
The use of the attribute is straight-forward.
eventLog = .WindowsEventLog~new say "Smallest possible read buffer is" eventLog~minimumReadMin "kilobytes" ::requires 'winSystm.cls' /* Output might be: Smallest possible read buffer is 16 kilobytes */