* Get the amount of bytes that are still available for the Transfer functions. * @return The number of bytes that still have to be transferred. */
| 445 | * @return The number of bytes that still have to be transferred. |
| 446 | */ |
| 447 | size_t Packet::RemainingBytesToTransfer() const |
| 448 | { |
| 449 | return this->Size() - this->pos; |
| 450 | } |
no test coverage detected