| 151 | } |
| 152 | |
| 153 | long Tell() |
| 154 | { |
| 155 | if( !m_pFile ) |
| 156 | return -1L; |
| 157 | return ftell(m_pFile); |
| 158 | } |
| 159 | |
| 160 | size_t Write(const void* pBuffer, size_t itemSize, size_t itemCount) |
| 161 | { |
nothing calls this directly
no outgoing calls
no test coverage detected