archive 1.0.13 archive: ^1.0.13 copied to clipboard
Provides encoders and decoders for various archive and compression formats, such as zip and tar.
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.