Inflates a ZIP-compressed ByteData.
ByteData inflate() => archive.Inflate.buffer(archive.InputStream(buffer.asUint8List())) .getBytes() .toByteData();