Function ZlibDecoder.decode

Decodes a stream. Returns true on success, false on error. Decoded data is stored in buffer field, the buffer is resized if necessary

bool decode (
  ubyte[] input
);