* Get a pointer to the piece of the file we requested. */
| 77 | * Get a pointer to the piece of the file we requested. |
| 78 | */ |
| 79 | void* getDataPtr(void) const { return mDataPtr; } |
| 80 | |
| 81 | /* |
| 82 | * Get the length we requested. |
no outgoing calls
no test coverage detected