Provides access to the allocated memory. Returns the address of the allocated memory handled by this IOBufferData. @return address of the memory handled by this IOBufferData. */
| 197 | |
| 198 | */ |
| 199 | char * |
| 200 | data() |
| 201 | { |
| 202 | return _data; |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | Cast operator. Provided as a convenience, the cast to a char* applied |
no outgoing calls
no test coverage detected