--------------------------------------------------------------------- Get the current read limit in bytes. Reading over this limit * accidentally raises an exception. * @return The current limit. */
| 281 | * accidentally raises an exception. |
| 282 | * @return The current limit. */ |
| 283 | unsigned int GetReadLimit() const { |
| 284 | return static_cast<unsigned int>(mLimit - mBuffer); |
| 285 | } |
| 286 | |
| 287 | // --------------------------------------------------------------------- |
| 288 | /** Skip to the read limit in bytes. Reading over this limit |
no outgoing calls
no test coverage detected