#include <fileio.h>
Definition at line 80 of file fileio.h.
◆ OutputBuffer() [1/2]
tesseract::OutputBuffer::OutputBuffer |
( |
FILE * |
stream | ) |
|
|
explicit |
◆ OutputBuffer() [2/2]
tesseract::OutputBuffer::OutputBuffer |
( |
FILE * |
stream, |
|
|
size_t |
size |
|
) |
| |
◆ ~OutputBuffer()
tesseract::OutputBuffer::~OutputBuffer |
( |
| ) |
|
Definition at line 182 of file fileio.cpp.
183 if (stream_ != NULL) {
◆ CloseFile()
bool tesseract::OutputBuffer::CloseFile |
( |
| ) |
|
Definition at line 192 of file fileio.cpp.
193 int ret = fclose(stream_);
◆ WriteString()
void tesseract::OutputBuffer::WriteString |
( |
const string & |
str | ) |
|
Definition at line 188 of file fileio.cpp.
189 fputs(str.c_str(), stream_);
The documentation for this class was generated from the following files: