returns true if the file read was not successful.
| 50 | |
| 51 | // returns true if the file read was not successful. |
| 52 | bool CRefReadStreamProxy::IsError() |
| 53 | { |
| 54 | return m_bError; |
| 55 | } |
| 56 | |
| 57 | // returns true if the file read was completed (successfully or unsuccessfully) |
| 58 | // check IsError to check if the whole requested file (piece) was read |
no outgoing calls
no test coverage detected