Wrapper for Yoshioka Tsuneo's open source C tar32.dll
http://openlab.ring.gr.jp/tsuneo/tar32/index-e.html
Project repo:
https://github.com/dzzie/libs/tree/master/tar32
http://openlab.ring.gr.jp/tsuneo/tar32/index-e.html
Code:
TAR32.DLL is a compression and archive library.
This library can compress/decompress/archive/extract/list archive files.
This library have Common Archivers Library Project API interface.
This library can manipulate under formats.
This library is opensource, and you can use for any purpose.
.gz (gzip format)
.Z (compress utility format) / extrace only
.bz2 (bzip2 format)
.tar (Tape ARchiver format)
.cpio (cpio archive format)
.a, .lib (ar tool format, COFF/a.out/b.out) / extract only
.rpm (RPM package) (=leading + signature + header + .cpio.gz) /extract only
.deb (Debian Package) (=ar of ("debian-binary" + "control.tar.gz" + "data.tar.gz")) /extract only
.tar.gz(.tgz), .tar.bz2
.tar.Z(.taz) / extract only
.cpio.gz, .cpio.Z, .cpio.bz2 /extract only
.a.gz, .a.Z, .a.bz2, lib.gz, lib.Z, lib.bz2, lib.gz / extract only
https://github.com/dzzie/libs/tree/master/tar32