Go to the source code of this file.
Data Structures | |
| struct | NSBlockHandler |
| struct | NSCompositeHandler |
| struct | NSLineHandler |
Functions | |
| NSBlockReader * | newNSBlockReader (int howManyBytes, const struct NSBlockHandler *block, void *udata) |
| NSLineReader * | newNSLineReader (const struct NSLineHandler *line, void *udata) |
| NSCompositeReader * | newNSCompositeReader (const struct NSCompositeHandler *nsc, void *udata) |
| void | readNewBlock (struct NSCompositeReader *nsc, int howManyBytes) |
| void | freeNSBlockReader (struct NSBlockReader *nsb) |
| void | freeNSLineReader (struct NSLineReader *nsl) |
| void | freeNSCompositeReader (struct NSCompositeReader *nsc) |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.3