RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecompressionStream.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 TDecompressionStream 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!