RAD Studio VCL Reference
|
Raises an exception of type ECompressionError.
function Read(var buffer; count: Longint): Longint; override;
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!
|