Foundation.NSMutableData Members

The members of Foundation.NSMutableData are listed below.

See Also: Inherited members from Foundation.NSData

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[write-only]
default property
override
Item(nint)byte. Documentation for this section has not yet been entered.
override
Lengthnuint. The number of bytes in this NSMutableData object.
[read-only]
MutableBytesIntPtr. A pointer to this object's data.

Public Methods

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() : NSMutableData
Factory method to instantiate an NSMutableData instance.
static
FromCapacity(nint) : NSMutableData
Factory method that instantiates an NSMutableData instance that can initially hold the specified capacity, in bytes.
static
FromLength(nint) : NSMutableData
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.

Explicitly Implemented Interface Members

IEnumerable<byte>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.