#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.
Reimplemented from NSObject. |
|
Generate empty NSData object.
Reimplemented from 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 |