* Gets the actual capacity of the buffer. * * @return The capacity of the buffer. */
| 121 | * @return The capacity of the buffer. |
| 122 | */ |
| 123 | uint32_t DynamicBuffer::getCapacity() const |
| 124 | { |
| 125 | return _capacity; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Sets the endianness of the bytes in the buffer. It doesn't result in any |
no outgoing calls