appendBlobData method

void appendBlobData(
  1. IStatus status,
  2. int length,
  3. Pointer<Uint8> inBuffer
)

Implementation

void appendBlobData(IStatus status, int length, Pointer<Uint8> inBuffer) {
  _appendBlobData(self, status.self, length, inBuffer);
  status.checkStatus();
}