RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomZStream Class

Abstract ancestor class for compression streams.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!