| 71 | |
| 72 | inline const char * getName() { return mName; } |
| 73 | inline S32 getMethod() { return mMethod; } |
| 74 | |
| 75 | virtual Stream *createReadStream(const CentralDir *cdir, Stream *zipStream) = 0; |
| 76 | virtual Stream *createWriteStream(const CentralDir *cdir, Stream *zipStream) = 0; |
no outgoing calls
no test coverage detected