In file SerialUtils.hh: A class to read a file as a stream
Inheritance:
Public Methods
-
FileInStream()
-
bool open(const std::string& name)
-
bool open(FILE* file)
-
void read(void* buf, size_t buflen)
-
bool skip(size_t nbytes)
-
bool close()
-
virtual ~FileInStream()
Documentation
A class to read a file as a stream
FileInStream()
bool open(const std::string& name)
bool open(FILE* file)
void read(void* buf, size_t buflen)
bool skip(size_t nbytes)
bool close()
virtual ~FileInStream()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.