The methods of Foundation.NSMutableData are listed below. For a list of all members, see the NSMutableData Members list.
See Also: Inherited members from Foundation.NSData
AppendBytes(byte[])Documentation for this section has not yet been entered. | ||
AppendBytes(IntPtr, nuint)Adds the specified number of bytes to this NSMutableData. | ||
AppendBytes(byte[], nint, nint)Documentation for this section has not yet been entered. | ||
AppendData(NSData)Adds the specified data to this NSMutableData. | ||
static | Create()Factory method to instantiate an NSMutableData instance. | |
static | FromCapacity(nint)Factory method that instantiates an NSMutableData instance that can initially hold the specified capacity, in bytes. | |
static | FromLength(nint)Factory method that instantiates itself with the specified length of zeroed-out bytes. | |
SetData(NSData)Entirely replaces the current contents of this NSMutableData with the specified data. | ||