WriteBuffer

<< Click to Display Table of Contents >>

Navigation:  Classes > TStreamHelper > Methods >

WriteBuffer

SIGNATURE=IW.Common.StreamHelper.TStreamHelper.WriteBuffer@TBytes@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure WriteBuffer(aBytes: TBytes; aSize: Integer = 0);

C++:

void public: __fastcall WriteBuffer(TBytes aBytes, int aSize = 0);

 

Description: Dont use overloads for these becuase Write(Integer(0)) will still call the byte one