In file SerialUtils.hh: A class to write a stream to a file
Inheritance:
Public Methods
-
FileOutStream()
- Create a stream that isn't bound to anything
-
bool open(const std::string& name, bool overwrite)
- Create the given file, potentially overwriting an existing file
-
bool open(FILE* file)
-
void write(const void* buf, size_t len)
-
bool advance(size_t nbytes)
-
void flush()
-
bool close()
-
virtual ~FileOutStream()
Documentation
A class to write a stream to a file
FileOutStream()
-
Create a stream that isn't bound to anything
bool open(const std::string& name, bool overwrite)
-
Create the given file, potentially overwriting an existing file
bool open(FILE* file)
void write(const void* buf, size_t len)
bool advance(size_t nbytes)
void flush()
bool close()
virtual ~FileOutStream()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.