addBlob method
void
addBlob()
Implementation
void addBlob(
IStatus status,
int length,
Pointer<Uint8> inBuffer,
Pointer<IscQuad> blobId,
int parLength,
Pointer<Uint8> par,
) {
_addBlob(self, status.self, length, inBuffer, blobId, parLength, par);
status.checkStatus();
}