read_maxLength_ method

int read_maxLength_(
  1. Pointer<Uint8> buffer,
  2. int len
)

Implementation

int read_maxLength_(ffi.Pointer<ffi.Uint8> buffer, int len) {
  return _lib._objc_msgSend_859(_id, _lib._sel_read_maxLength_1, buffer, len);
}