|
<< Click to Display Table of Contents >> Navigation: Classes > TZCompressionBuffer > Methods > Write |
SIGNATURE=IWZLibEx.TZCompressionBuffer.Write@Pointer@Integer
ETYPE=Method
Declaration:
Delphi: |
public function Write(const buffer: Pointer; size: Integer): Integer; override; |
C++: |
public: virtual __fastcall int Write(const void * buffer, int size); |
Description: This is Write, a member of class TZCompressionBuffer.