This exception is thrown after an incomplete IO read/write operation. More...
#include <mitsuba/core/stream.h>
Inheritance diagram for mitsuba::EOFException:Public Member Functions | |
| EOFException (const std::string &str, size_t completed) | |
| size_t | getCompleted () const |
| Return the number of bytes that successfully completed. More... | |
This exception is thrown after an incomplete IO read/write operation.
|
inline |
|
inline |
Return the number of bytes that successfully completed.