RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TZCompressionStream.Read Method

Raises an exception of type ECompressionError.

Pascal
function Read(var buffer; count: Longint): Longint; override;
C++
virtual __fastcall Longint Read( buffer, Longint count);

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

 

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