| 350 | */ |
| 351 | bool endOfBodyReached(); |
| 352 | virtual bool endOfStream() { return endOfBodyReached(); }; |
| 353 | virtual bool completed() { return endOfBodyReached(); }; |
| 354 | |
| 355 | /** Return the length of the body. |
nothing calls this directly
no outgoing calls
no test coverage detected