tesseract
3.05.02
|
#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 () |
Definition at line 33 of file cached_file.h.
|
explicit |
Definition at line 27 of file cached_file.cpp.
tesseract::CachedFile::~CachedFile | ( | ) |
Definition at line 37 of file cached_file.cpp.
bool tesseract::CachedFile::eof | ( | ) |
Definition at line 139 of file cached_file.cpp.
int tesseract::CachedFile::Read | ( | void * | read_buff, |
int | bytes | ||
) |
Definition at line 79 of file cached_file.cpp.
long tesseract::CachedFile::Size | ( | ) |
Definition at line 123 of file cached_file.cpp.
long tesseract::CachedFile::Tell | ( | ) |
Definition at line 131 of file cached_file.cpp.