characterSetWithBitmapRepresentation_ static method

NSCharacterSet characterSetWithBitmapRepresentation_(
  1. ThermionDartTexture1 _lib,
  2. NSData data
)

Implementation

static NSCharacterSet characterSetWithBitmapRepresentation_(
    ThermionDartTexture1 _lib, NSData data) {
  final _ret = _lib._objc_msgSend_189(_lib._class_NSCharacterSet1,
      _lib._sel_characterSetWithBitmapRepresentation_1, data._id);
  return NSCharacterSet._(_ret, _lib, retain: true, release: true);
}