This is a file simple file system that allows to mount archives in TAR/TAR.GZ format and read in them transparently
It is is totaly recursive so you can mount nested archives (russian dolls :D)
My first idea was to implement that with ZIP format but there are too much differents versions and compressions and
some ZIP programs create weird zip files.TAR/TAR.GZ if enough for me ;)
It comes in 2 flavors : winapi & zlib version.
The winapi version allows TAR archives files mounting, linear reading and writting.
The zlib version allows TAR and TAR.GZ archives, .GZ files transparent reading (you read it same way you read a
non-compressed file) and compressed or linear writting.
TAR / TAR.GZ / GZ archive format is widely used ad there are a lot of tools to build thems.This is the one is use :
ALzip :
http://www.altools.com/ALTools/ALZip.aspx