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