| 420 | // --------- UNCOMPRESS MODE |
| 421 | |
| 422 | int ZLib::InflateInit() { |
| 423 | return inflateInit2(&uncomp_stream_, MAX_WBITS); |
| 424 | } |
| 425 | |
| 426 | // Initialization method to be called if we hit an error while |
| 427 | // uncompressing. On hitting an error, call this method before |
nothing calls this directly
no outgoing calls
no test coverage detected