|
sprint 1-alpha
|
#include <stdiofile.h>
Public Member Functions | |
| stdiofile (const char *filename, flag_t openMode) | |
| int | write (const char *buf, unsigned int size) |
| Write some data on the stream (if avail) | |
| int | read (char *buf, unsigned int size) |
| read some data from FILE object | |
| file_size_t | seek (file_size_t offset, seek_t type) |
| Seek position (if available) | |
| file_size_t | length () |
| Stream Lenght (or -1 if is undefined size) | |
| state_t | state () |
| return current IO state | |
a policy IO that uses buffered stdio FILE handle
1.7.4