--------------------------------------
| 210 | |
| 211 | //-------------------------------------- |
| 212 | U32 ZipSubRStream::getPosition() const |
| 213 | { |
| 214 | AssertFatal(m_pStream != NULL, "Error, not attached"); |
| 215 | |
| 216 | return m_currentPosition; |
| 217 | } |
| 218 | |
| 219 | //-------------------------------------- |
| 220 | bool ZipSubRStream::setPosition(const U32 in_newPosition) |
no outgoing calls
no test coverage detected