dataWithBytes_length_ static method

NSMutableData dataWithBytes_length_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<Void> bytes,
  3. int length
)
override

Implementation

static NSMutableData dataWithBytes_length_(
    ThermionDartTexture1 _lib, ffi.Pointer<ffi.Void> bytes, int length) {
  final _ret = _lib._objc_msgSend_272(_lib._class_NSMutableData1,
      _lib._sel_dataWithBytes_length_1, bytes, length);
  return NSMutableData._(_ret, _lib, retain: true, release: true);
}