#import <NSData-NSDeserialization.h>
Öffentliche Methoden | |
| (int) | - deserializeIntAtIndex: |
| (void) | - deserializeInts:count:atIndex: |
| (int) | - deserializeIntAtCursor: |
| (void) | - deserializeInts:count:atCursor: |
| (unsigned int) | - deserializeAlignedBytesLengthAtCursor: |
| (void) | - deserializeBytes:length:atCursor: |
Definiert in Zeile 9 der Datei NSData-NSDeserialization.h.
| - (int) deserializeIntAtIndex: | (unsigned int) | fp8 |
| - (void) deserializeInts: | (int *) | fp8 | ||
| count: | (unsigned int) | fp12 | ||
| atIndex: | (unsigned int) | fp16 | ||
| - (int) deserializeIntAtCursor: | (unsigned int *) | fp8 |
| - (void) deserializeInts: | (int *) | fp8 | ||
| count: | (unsigned int) | fp12 | ||
| atCursor: | (unsigned int *) | fp16 | ||
| - (unsigned int) deserializeAlignedBytesLengthAtCursor: | (unsigned int *) | fp8 |
| - (void) deserializeBytes: | (void *) | fp8 | ||
| length: | (unsigned int) | fp12 | ||
| atCursor: | (unsigned int *) | fp16 | ||