Wrapper of C file stream for input using fread().
More...
|
typedef char | Ch |
| Character type. Only support char. More...
|
|
Wrapper of C file stream for input using fread().
- Note
- implements Stream concept
§ Ch
Character type. Only support char.
§ FileWriteStream()
FileWriteStream::FileWriteStream |
( |
std::FILE * |
fp, |
|
|
char * |
buffer, |
|
|
size_t |
bufferSize |
|
) |
| |
|
inline |
§ Flush()
void FileWriteStream::Flush |
( |
| ) |
|
|
inline |
§ Peek()
char FileWriteStream::Peek |
( |
| ) |
const |
|
inline |
§ Put()
void FileWriteStream::Put |
( |
char |
c | ) |
|
|
inline |
§ PutBegin()
char* FileWriteStream::PutBegin |
( |
| ) |
|
|
inline |
§ PutEnd()
size_t FileWriteStream::PutEnd |
( |
char * |
| ) |
|
|
inline |
§ PutN()
void FileWriteStream::PutN |
( |
char |
c, |
|
|
size_t |
n |
|
) |
| |
|
inline |
§ Take()
char FileWriteStream::Take |
( |
| ) |
|
|
inline |
§ Tell()
size_t FileWriteStream::Tell |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: