#include <fileio.h>
Definition at line 81 of file fileio.h.
tesseract::OutputBuffer::OutputBuffer |
( |
FILE * |
stream | ) |
|
|
explicit |
tesseract::OutputBuffer::OutputBuffer |
( |
FILE * |
stream, |
|
|
size_t |
size |
|
) |
| |
tesseract::OutputBuffer::~OutputBuffer |
( |
| ) |
|
bool tesseract::OutputBuffer::CloseFile |
( |
| ) |
|
Definition at line 197 of file fileio.cpp.
198 int ret = fclose(stream_);
void tesseract::OutputBuffer::WriteString |
( |
const string & |
str | ) |
|
Definition at line 193 of file fileio.cpp.
194 fputs(str.c_str(), stream_);
The documentation for this class was generated from the following files: