#import <nsdata.h>
Inheritance diagram for NSData:

Public Member Functions | |
| (id) | init |
Generate empty NSData object.
| |
| (id) | initWithBytesNoCopy:length: |
Initialize NSData instance by given data.
| |
| (id) | initWithBytes:length: |
Initialize NSData instance by given data.
| |
| (void) | dealloc |
| Release the content of CSV data. | |
| (const void *) | bytes |
Get the content of data.
| |
| (size_t) | length |
| Return the length of content data. | |
Static Public Member Functions | |
| (id) | data |
Make empty data.
| |
| (id) | dataWithBytes:length: |
Make given size and content data.
| |
| (id) | dataWithBytesNoCopy:length: |
Initialize NSData instance by given data.
| |
Protected Attributes | |
| void * | memory_object |
| size_t | object_length |
|
|
Get the content of data.
|
|
|
Make empty data.
|
|
|
Make given size and content data.
|
|
|
Initialize NSData instance by given data.
|
|
|
Release the content of CSV data.
Implements NSObject. |
|
|
Generate empty NSData object.
Implements NSObject. |
|
|
Initialize NSData instance by given data.
|
|
|
Initialize NSData instance by given data.
|
|
|
Return the length of content data.
|
|
|
Pointer of memory object |
|
|
Size of memory object |
1.3.6