System.ZLib.TZDecompressionStream.Write

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Write(const buffer; count: Longint): Longint; override;

C++

virtual System::LongInt __fastcall Write(const void *buffer, System::LongInt count)/* overload */;
inline System::LongInt __fastcall  Write(const System::Sysutils::TBytes Buffer, System::LongInt Offset, System::LongInt Count){ return System::Classes::TStream::Write(Buffer, Offset, Count); }
inline System::LongInt __fastcall  Write(const System::Sysutils::TBytes Buffer, System::LongInt Count){ return System::Classes::TStream::Write(Buffer, Count); }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.ZLib.pas
System.ZLib.hpp
System.ZLib TZDecompressionStream

Beschreibung

Löst eine ECompressionError-Exception aus.

Schreiboperationen sind bei einem TZDecompressionStream-Objekt nicht zulässig. Wenn Sie dennoch Write aufrufen, erhalten Sie eine ECompressionError-Exception mit der Fehlermeldung "Invalid Stream Operation".

Siehe auch