addBlob method

void addBlob(
  1. IStatus status,
  2. int length,
  3. Pointer<Uint8> inBuffer,
  4. Pointer<IscQuad> blobId,
  5. int parLength,
  6. Pointer<Uint8> par,
)

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();
}