! Thrown whenever a read is performed out of bounds. \ingroup binaryview */
| 7397 | \ingroup binaryview |
| 7398 | */ |
| 7399 | class ReadException : public ExceptionWithStackTrace |
| 7400 | { |
| 7401 | public: |
| 7402 | ReadException() : ExceptionWithStackTrace("read out of bounds") {} |
| 7403 | }; |
| 7404 | |
| 7405 | /*! BinaryReader is a convenience class for reading binary data |
| 7406 | \ingroup binaryview |
no outgoing calls
no test coverage detected