RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomZlibStream Class

Abstract ancestor class for compression streams.

Pascal
TCustomZlibStream = class(TStream);
C++
class TCustomZlibStream : public TStream;

ZLib

TCustomZlibStream is an abstract class, which forms the base for TCompressionStream and TDecompressionStream. Since it is an abstract class, instances of TCustomZlibStream cannot be directly instantiated. TCustomZlibStream serves as the starting point for your own custom data compression streams. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!