putSegment method

void putSegment(
  1. IStatus status,
  2. int length,
  3. Pointer<Uint8> buffer
)

Implementation

void putSegment(IStatus status, int length, Pointer<Uint8> buffer) {
  _putSegment(self, status.self, length, buffer);
  status.checkStatus();
}