setLength method

void setLength(
  1. IStatus status,
  2. int index,
  3. int length
)

Implementation

void setLength(IStatus status, int index, int length) {
  _setLength(self, status.self, index, length);
  status.checkStatus();
}