Show/Hide Toolbars

RiverSoftAVG Products Help

The TGBufferStream class is a metastream class which provides buffering capabilities for another stream. This class manages buffering input and output for the stream passed to it in the constructor. For lots of small reads and writes especially with file i/o (such as the TFileStream class), the TGBufferStream class can improve performance.

The TGBufferStream class is based largely on the TS_BufferStream class from "Secrets of Delphi 2" by Ray Lischner. Modified and used here by his kind permission.
 

Namespace: GStreams

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb