getBufferLength method

int getBufferLength(
  1. IStatus status
)

Implementation

int getBufferLength(IStatus status) {
  final res = _getBufferLength(self, status.self);
  status.checkStatus();
  return res;
}