Write

<< Click to Display Table of Contents >>

Navigation:  Classes > TZCustomBuffer > Methods >

Write

SIGNATURE=IWZLibEx.TZCustomBuffer.Write@Pointer@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Write(const buffer: Pointer; size: Integer): Integer; virtual; abstract; overload;

C++:

public: virtual __fastcall int Write(const void * buffer, int size) = 0;

 

Description: This is Write, a member of class TZCustomBuffer.