C# Класс Monobjc.Foundation.NSMutableData

Показать файл Открыть проект

Открытые методы

Метод Описание
AppendBytesLength ( byte bytes, NSUInteger length ) : void

Appends to the receiver a given number of bytes from a given buffer.

Original signature is '- (void)appendBytes:(const void *)bytes length:(NSUInteger )length'

Available in Mac OS X v10.0 and later.

NSMutableData ( byte bytes ) : System

Initializes a new instance of the NSMutableData class.

NSMutableData ( byte bytes, NSUInteger length ) : System

Initializes a new instance of the NSMutableData class.

operator ( ) : NSMutableData

Implements the operator +.

Описание методов

AppendBytesLength() публичный Метод

Appends to the receiver a given number of bytes from a given buffer.

Original signature is '- (void)appendBytes:(const void *)bytes length:(NSUInteger )length'

Available in Mac OS X v10.0 and later.

public AppendBytesLength ( byte bytes, NSUInteger length ) : void
bytes byte A buffer containing data to append to the receiver's content.
length NSUInteger The number of bytes from bytes to append.
Результат void

NSMutableData() публичный Метод

Initializes a new instance of the NSMutableData class.
public NSMutableData ( byte bytes ) : System
bytes byte The bytes.
Результат System

NSMutableData() публичный Метод

Initializes a new instance of the NSMutableData class.
public NSMutableData ( byte bytes, NSUInteger length ) : System
bytes byte The bytes.
length NSUInteger The length.
Результат System

operator() публичный статический Метод

Implements the operator +.
public static operator ( ) : NSMutableData
Результат NSMutableData