dataWithBytesNoCopy_length_ static method

NSData dataWithBytesNoCopy_length_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<Void> bytes,
  3. int length
)

Implementation

static NSData dataWithBytesNoCopy_length_(
    ThermionDartTexture1 _lib, ffi.Pointer<ffi.Void> bytes, int length) {
  final _ret = _lib._objc_msgSend_272(_lib._class_NSData1,
      _lib._sel_dataWithBytesNoCopy_length_1, bytes, length);
  return NSData._(_ret, _lib, retain: false, release: true);
}