Maximum number of bytes allowed to be read in the buffer. This is used for unpacking operations that may need to read more bytes than they extract for performance.
| 181 | /// This is used for unpacking operations that may need to read more bytes than they |
| 182 | /// extract for performance. |
| 183 | constexpr rle_size_t raw_data_max_size() const noexcept { return max_read_bytes_; } |
| 184 | |
| 185 | private: |
| 186 | /// The pointer to the beginning of the run |