>>--minimumReadMax----------------------><
The programmer can set the size of the minimum read buffer, within limits. The minimumReadMax value is the largest acceptable size for the minimum read buffer.
minimumReadMax= is a private method, not inteneded to be changed by the programmer.
The maximum number of kilobytes that the minimum read buffer can be set to.
This example displays the maximum size the programmer can set the minimum read buffer to.
eventLog = .WindowsEventLog~new say "Largest possible minimum read buffer is" eventLog~minimumReadMax "kilobytes" ::requires 'winSystm.cls' /* Output might be: Largest possible minimum read buffer is 256 kilobytes */