async_zip library

Classes

ZipEntry
Describes a Zip archive item.
ZipFileReader
Reads data from a Zip archive.
ZipFileReaderAsync
Reads data from a Zip archive asynchronously.
ZipFileWriter
Writes data to a Zip archive.
ZipFileWriterAsync
Writes data to a Zip archive asynchronously.

Constants

kDefaultCompressionLevel → const int

Properties

debugPrint ↔ (dynamic Function(String)?)
getter/setter pair

Exceptions / Errors

ZipException
Notifies the caller about a failed operation when dealing with ZipFileReader and ZipFileWriter or their respective asynchronous counterparts ZipFileReaderAsync and ZipFileWriterAsync.