archive 1.0.23 copy "archive: ^1.0.23" to clipboard
archive: ^1.0.23 copied to clipboard

outdatedDart 1 only

Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.

v UNRELEASED

- Upgrade dependency on archive to `>=1.0.0 <2.0.0`

v 1.0.20 - Jun2 21, 2015

- Improve performance decompressing large files in zip archives.


v 1.0.19 - February 23, 2014

- Disable CRC verification by default when decoding archives.


v 1.0.18 - October 09, 2014

- Add support for encoding uncompressed files in zip archives.


v 1.0.17 - April 25, 2014

- Fix a bug in InputStream.


v 1.0.16 - March 02, 2014

- Add stream support to Inflate decompression.


v 1.0.15 - February 16, 2014

- Improved performance when writing large blocks.


v 1.0.14 - February 12, 2014

- Misc updates and fixes.


v 1.0.13 - February 06, 2014

- Added BZip2 encoder.

- *BREAKING CHANGE*: File was renamed to ArchiveFile, to avoid conflicts with
  dart:io.


v 1.0.12 - February 04, 2014

- Added BZip2 decoder.


v 1.0.11 - February 02, 2014

- Changed InputStream to work with typed_data instead of list<int>, should
  reduce memory and increase performance.


v 1.0.10 - January 19, 2013

- Renamed InputBuffer and OutputBuffer to InputStream and OutputStream,
  respectively.

- Added readBits method to InputStream.

647
likes
0
pub points
100%
popularity

Publisher

verified publisherloki3d.com

Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

crypto

More

Packages that depend on archive