#import <NSMutableData.h>
Abgeleitet von NSData.
Basisklasse für NSCFData und NSConcreteMutableData.
Öffentliche Methoden | |
| (void *) | - mutableBytes |
| (void) | - setLength: |
| (Class) | - classForCoder |
| (void) | - replaceBytesInRange:withBytes:length: |
| (void) | - appendBytes:length: |
| (void) | - appendData: |
| (void) | - increaseLengthBy: |
| (void) | - replaceBytesInRange:withBytes: |
| (void) | - resetBytesInRange: |
| (void) | - setData: |
| (id) | - initWithCapacity: |
| (id) | - initWithLength: |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
| (id) | + dataWithCapacity: |
| (id) | + dataWithLength: |
Definiert in Zeile 9 der Datei NSMutableData.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
Implementiert NSData.
| + (id) dataWithCapacity: | (unsigned int) | fp8 |
| + (id) dataWithLength: | (unsigned int) | fp8 |
| - (void *) mutableBytes |
Implementiert in NSCFData und NSConcreteMutableData.
| - (void) setLength: | (unsigned int) | fp8 |
Implementiert in NSCFData und NSConcreteMutableData.
| - (Class) classForCoder |
Implementiert NSData.
| - (void) replaceBytesInRange: | (struct _NSRange) | fp8 | ||
| withBytes: | (const void *) | fp16 | ||
| length: | (unsigned int) | fp20 | ||
| - (void) appendBytes: | (const void *) | fp8 | ||
| length: | (unsigned int) | fp12 | ||
Implementiert in NSConcreteMutableData.
| - (void) appendData: | (id) | fp8 |
Implementiert in NSConcreteMutableData.
| - (void) increaseLengthBy: | (unsigned int) | fp8 |
Implementiert in NSConcreteMutableData.
| - (void) replaceBytesInRange: | (struct _NSRange) | fp8 | ||
| withBytes: | (const void *) | fp16 | ||
Implementiert in NSConcreteMutableData.
| - (void) resetBytesInRange: | (struct _NSRange) | fp8 |
Implementiert in NSConcreteMutableData.
| - (void) setData: | (id) | fp8 |
| - (id) initWithCapacity: | (unsigned int) | fp8 |
Implementiert in NSConcreteMutableData.
| - (id) initWithLength: | (unsigned int) | fp8 |