#include <fileio.h>
Definition at line 83 of file fileio.h.
◆ InputBuffer() [1/2]
tesseract::InputBuffer::InputBuffer |
( |
FILE * |
stream | ) |
|
|
explicit |
Definition at line 152 of file fileio.cpp.
153 char buf[BUFSIZ + 1];
◆ InputBuffer() [2/2]
tesseract::InputBuffer::InputBuffer |
( |
FILE * |
stream, |
|
|
size_t |
size |
|
) |
| |
◆ ~InputBuffer()
tesseract::InputBuffer::~InputBuffer |
( |
| ) |
|
◆ CloseFile()
bool tesseract::InputBuffer::CloseFile |
( |
| ) |
|
◆ Read()
bool tesseract::InputBuffer::Read |
( |
std::string * |
out | ) |
|
Definition at line 166 of file fileio.cpp.
167 int ret = fclose(stream_);
The documentation for this class was generated from the following files: