TECLBaseStream
Hierarchy
Properties
Methods
Events
TECLBaseStream is the virtualized base class for all Easy Compression Library stream classes.
Unit
EasyCompression
Description
TECLBaseStream encapsulates a set of properties, events, and methods for working with data accessed through a stream interface. TECLBaseStream is the base class from which all other Easy Compression Library streams descend. Applications should never instantiate TECLBaseStream objects. Instead, instantiate an object from one of the descendant classes: TECLFileStream, TECLMemoryStream, or TECLStream.
|