* Gets the raw pointer to the bytes in the buffer. * * @return The pointer to the bytes in the buffer. */
| 189 | * @return The pointer to the bytes in the buffer. |
| 190 | */ |
| 191 | const uint8_t* DynamicBuffer::getRawBuffer() const |
| 192 | { |
| 193 | return _data.data(); |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Runs the specified function for every single byte in the DynamicBuffer. |