Show/Hide Toolbars

RiverSoftAVG Products Help

The GStreams.TBaseStreamTokenList class implements the CommonInterfaces.IBaseStreamTokenList interface.

public class

TBaseStreamTokenPersistent

Represents type TBaseStreamTokenPersistent.

public class

TGBufferStream

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.
 

public class

TGSpecialFiler

Defines a class which accepts a writer and uses it to write heterogeneous collections (collections that contain items of different item classes.

noteNote

This class can only read and write heterogeneous collections at the TOP level. If a heterogeneous collection contains a heterogeneous collection property, you need to DefineProperty again.

public class

TGTextStream

The TGTextStream class is a buffered metastream for reading text from and writing text to a stream. The TGTextStream class is a TGBufferStream descendant. It works by manipulating another stream (assigned at construction). The TGTextStream class provides many help methods to read and write values as text to the stream. The TGTextStream class is an excellent class for parsing text files.

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

public class

TReaderCrack

Represents type TReaderCrack.

public class

TWriterCrack

Represents type TWriterCrack.

Top

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb