NSMutableDataExtensions extension

on

Methods

addAll(Iterable<int> iterable) → void

Available on NSMutableData, provided by the NSMutableDataExtensions extension

Appends all objects of iterable to the end of this NSMutableData.

Operators

operator [](int index) int

Available on NSMutableData, provided by the NSMutableDataExtensions extension

Return the value of bytes at the given index.
operator []=(int index, int value) → void

Available on NSMutableData, provided by the NSMutableDataExtensions extension

Set the value at the given index.