9 #ifndef CFileInputStream_H 10 #define CFileInputStream_H 32 size_t Read(
void *Buffer,
size_t Count);
37 size_t Write(
const void *Buffer,
size_t Count);
59 bool open(
const std::string &fileName );
70 bool fileOpenCorrectly();
83 uint64_t getTotalBytesCount();
87 uint64_t getPosition();
92 bool readLine( std::string &str );
TSeekOrigin
Used in CStream::Seek.
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
The base class of classes that cannot be copied: compile-time errors will be issued on any copy opera...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.