decodeStream method
bool
decodeStream(
- InputStream input,
- OutputStream output, {
- bool verify = false,
- bool raw = false,
Implementation
@override
bool decodeStream(InputStream input, OutputStream output,
{bool verify = false, bool raw = false}) =>
platformGZipDecoder.decodeStream(input, output, verify: verify, raw: raw);