RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TZDecompressionStream.Write Method

Raises an exception of type ECompressionError.

Pascal
function Write(const buffer; count: Longint): Longint; override;
C++
virtual __fastcall Longint Write(const  buffer, Longint count);

Write operations are not permitted on a TZDecompressionStream object. If a Write operation is attempted, an exception of type ECompressionError will be raised, with the message string set to "Invalid Stream Operation." 

 

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