|
Tesseract 3.01
|
#include <cached_file.h>
Public Member Functions | |
| CachedFile (string file_name) | |
| ~CachedFile () | |
| int | Read (void *read_buff, int bytes) |
| long | Size () |
| long | Tell () |
| bool | eof () |
| tesseract::CachedFile::CachedFile | ( | string | file_name | ) | [explicit] |
| tesseract::CachedFile::~CachedFile | ( | ) |
| bool tesseract::CachedFile::eof | ( | ) |
| int tesseract::CachedFile::Read | ( | void * | read_buff, |
| int | bytes | ||
| ) |
| long tesseract::CachedFile::Size | ( | ) |
| long tesseract::CachedFile::Tell | ( | ) |