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