insertBytes method

void insertBytes(
  1. IStatus status,
  2. int tag,
  3. Pointer<Uint8> bytes,
  4. int length,
)

Implementation

void insertBytes(IStatus status, int tag, Pointer<Uint8> bytes, int length) {
  _insertBytes(self, status.self, tag, bytes, length);
  status.checkStatus();
}