Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-other.md
Notifications You must be signed in to change notification settings

ErrorProne/archive

 
 

Repository files navigation

archive

Build Status

Overview

A Dart library to encode and decode various archive and compression formats.

The library has no reliance on dart:io, so it can be used for both server and web applications.

The archive library currently supports the following decoders:

  • Zip (Archive)
  • Tar (Archive)
  • ZLib [Inflate decompression]
  • GZip [Inflate decompression]
  • BZip2 [decompression]
  • XZ [decompression]

And the following encoders:

  • Zip (Archive)
  • Tar (Archive)
  • ZLib [Deflate compression]
  • GZip [Deflate compression]
  • BZip2 [compression]

About

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-other.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.9%
  • HTML 0.1%