#include <nmv-i-input-stream.h>
◆ Status
| Enumerator |
|---|
| OK | |
| EOF_ERROR | |
| NOT_OPEN_ERROR | |
| ERROR | |
◆ IInputStream()
| nemiver::common::IInputStream::IInputStream |
( |
| ) |
|
|
inline |
◆ ~IInputStream()
| virtual nemiver::common::IInputStream::~IInputStream |
( |
| ) |
|
|
inlinevirtual |
◆ close()
| virtual void nemiver::common::IInputStream::close |
( |
| ) |
|
|
pure virtual |
◆ open()
| virtual bool nemiver::common::IInputStream::open |
( |
const char * |
a_path | ) |
|
|
pure virtual |
◆ read()
| virtual Status nemiver::common::IInputStream::read |
( |
char * |
a_buf, |
|
|
int & |
a_len |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: