sprint 1-alpha
Public Member Functions
sprint::io::stdiofile Class Reference

#include <stdiofile.h>

List of all members.

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

Detailed Description

a policy IO that uses buffered stdio FILE handle


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines