* Get number of already read bytes. */
| 81 | * Get number of already read bytes. |
| 82 | */ |
| 83 | [[nodiscard]] size_type GetBytesRead() const noexcept { return this->position; } |
| 84 | |
| 85 | /** |
| 86 | * Get the original data, as passed to the constructor. |
no outgoing calls
no test coverage detected