Метод | Описание | |
---|---|---|
AppendBytesLength ( byte bytes, |
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, |
Initializes a new instance of the NSMutableData class.
|
|
operator ( ) : |
Implements the operator +.
|
public AppendBytesLength ( byte bytes, |
||
bytes | byte | A buffer containing data to append to the receiver's content. |
length | The number of bytes from bytes to append. | |
Результат | void |
public NSMutableData ( byte bytes ) : System | ||
bytes | byte | The bytes. |
Результат | System |
public NSMutableData ( byte bytes, |
||
bytes | byte | The bytes. |
length | The length. | |
Результат | System |
public static operator ( ) : |
||
Результат |