#include <unistd.h>
#include <vector>
#include <list>
Include dependency graph for BufferedFile.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | BufferedFile |
The BufferedFile class acts like a stack buffered file. More... | |
struct | CharAndSize |
A String associated with a size and an index of the data already read. More... | |
Defines | |
#define | BUFFER_READ 0 |
used to set wait or to set read or write status | |
#define | BUFFER_WRITE 1 |
used to set wait or to set read or write status |
|
used to set wait or to set read or write status
Definition at line 13 of file BufferedFile.h. Referenced by attemptHeader(). |
|
used to set wait or to set read or write status
Definition at line 18 of file BufferedFile.h. |