--------------------------------------
| 110 | |
| 111 | //-------------------------------------- |
| 112 | Stream* ZipSubRStream::getStream() |
| 113 | { |
| 114 | return m_pStream; |
| 115 | } |
| 116 | |
| 117 | //-------------------------------------- |
| 118 | void ZipSubRStream::setUncompressedSize(const U32 in_uncSize) |
no outgoing calls
no test coverage detected