#import <nsfilehandle.h>
Inheritance diagram for NSFileHandle:

Public Member Functions | |
| (id) | - initFileHandle: |
| Initialize NSFileHandle instance. | |
| (void) | - dealloc |
| Release the content of CSV data. | |
| (NSData *) | - readDataToEndOfFile |
| Read all data in the file to read. | |
Static Public Member Functions | |
| (id) | + fileHandleForReadingAtPath: |
| Generate file hadler to read a file. | |
| (id) | + fileHandleForWritingAtPath: |
| Generate file hadler to write a file. | |
| (id) | + fileHandleForUpdatingAtPath: |
| Generate file hadler to update a file. | |
Protected Attributes | |
| FILE * | file_pointer |
|
|
Release the content of CSV data.
Reimplemented from NSObject. |
|
|
Generate file hadler to read a file.
|
|
|
Generate file hadler to update a file.
|
|
|
Generate file hadler to write a file.
|
|
|
Initialize NSFileHandle instance.
|
|
|
Read all data in the file to read.
|
|
|
Pointer of data stream |
1.4.5