System.ZLib.TZCompressionStream.Read

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Read(var buffer; count: Longint): Longint; override;

C++

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

Eigenschaften

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

Beschreibung

Löst eine ECompressionError-Exception aus.

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

Siehe auch