* @brief Sets the buffer size used for chunk reads/writes. * * @param size The new buffer size. */
| 103 | * @param size The new buffer size. |
| 104 | */ |
| 105 | inline void setBufferSize(size_t size) |
| 106 | { |
| 107 | _bufferSize = size; |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * @brief Returns the file descriptor. |
nothing calls this directly
no outgoing calls
no test coverage detected