#include <fileio.h>
Definition at line 81 of file fileio.h.
◆ InputBuffer() [1/2]
tesseract::InputBuffer::InputBuffer |
( |
FILE * |
stream | ) |
|
|
explicit |
◆ InputBuffer() [2/2]
tesseract::InputBuffer::InputBuffer |
( |
FILE * |
stream, |
|
|
size_t |
size |
|
) |
| |
Definition at line 154 of file fileio.cpp.
156 if (ferror(stream_)) {
◆ ~InputBuffer()
tesseract::InputBuffer::~InputBuffer |
( |
| ) |
|
◆ CloseFile()
bool tesseract::InputBuffer::CloseFile |
( |
| ) |
|
◆ Read()
Definition at line 164 of file fileio.cpp.
167 int ret = fclose(stream_);
The documentation for this class was generated from the following files: