Zlib decoder that uses provided buffer to store results Doesn't use garbage collector
Constructor
Decodes a stream. Returns true on success, false on error. Decoded data is stored in buffer field, the buffer is resized if necessary
Call this when you don't need decoded buffer anymore
See Implementation
Zlib decoder that uses provided buffer to store results Doesn't use garbage collector