DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > General Computing > IBlob_DG Go to DGKC docs Search Documentation


IBlob_DG Interface

Represents a buffer of any data (byte array)

GetSize
SetSize
Load
Save
Copy
GetData
CopyBlob
Clone
IsSame
Get
Set

int GetSize()


void SetSize(int bytes)


bool Load(String filePath)


bool Save(String filePath)


void Copy(SAFEARRAY data)


SAFEARRAY GetData()


void CopyBlob(IBlob_DG blob)


IBlob_DG Clone()


bool IsSame(IBlob_DG blob)


byte Get(int indexByte)


void Set(int indexByte, byte val)