base64/gzip_codec_io library

IO-based gzip implementation using dart:io.

Functions

gzipDecode(List<int> bytes) List<int>?
Gzip-decodes bytes using dart:io.
gzipEncode(List<int> bytes) List<int>?
Gzip-encodes bytes using dart:io.