* @brief Returns the buffer size used for chunk reads/writes. * * @return The buffer size. */
| 93 | * @return The buffer size. |
| 94 | */ |
| 95 | inline size_t bufferSize() const |
| 96 | { |
| 97 | return _bufferSize; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * @brief Sets the buffer size used for chunk reads/writes. |
nothing calls this directly
no outgoing calls
no test coverage detected