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