#import <NSMutableData-OCMutableDataAdditions.h>
Öffentliche Methoden | |
| (void) | - appendLELong: |
| (void) | - replaceBytesInRange:withLELong: |
| (void) | - appendLEShort: |
| (void) | - appendString:encoding: |
Definiert in Zeile 9 der Datei NSMutableData-OCMutableDataAdditions.h.
| - (void) appendLELong: | (long) | fp8 |
| - (void) replaceBytesInRange: | (struct _NSRange) | fp8 | ||
| withLELong: | (long) | fp16 | ||
| - (void) appendLEShort: | (short) | fp8 |
| - (void) appendString: | (id) | fp8 | ||
| encoding: | (unsigned int) | fp12 | ||