28 #ifndef CFileInputStream_H
29 #define CFileInputStream_H
52 size_t Read(
void *Buffer,
size_t Count);
57 size_t Write(
const void *Buffer,
size_t Count);
79 bool open(
const std::string &fileName );
90 bool fileOpenCorrectly();
103 uint64_t getTotalBytesCount();
107 uint64_t getPosition();
112 bool readLine( std::string &str );