Read

<< Click to Display Table of Contents >>

Navigation:  Classes > TZCustomBuffer > Methods >

Read

SIGNATURE=IWZLibEx.TZCustomBuffer.Read@Pointer@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Read(var buffer: Pointer; size: Integer): Integer; overload;

C++:

public: __fastcall int Read(void * buffer, int size);

 

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