diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-12 13:09:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-12 13:09:04 +0000 |
commit | 17d564c8150295febbac9174757862eaccf9bd89 (patch) | |
tree | bc5d40c76e6b8d0f9a5aa216296b8b406cb6426f /Build/source/libs/zziplib/zziplib-0.13.62/docs/zzip-api.htm | |
parent | 2386c1184c15a8ee1fb679e2de49b5972d3d179d (diff) |
zziplib 0.13.62
git-svn-id: svn://tug.org/texlive/trunk@25615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zziplib/zziplib-0.13.62/docs/zzip-api.htm')
-rw-r--r-- | Build/source/libs/zziplib/zziplib-0.13.62/docs/zzip-api.htm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/libs/zziplib/zziplib-0.13.62/docs/zzip-api.htm b/Build/source/libs/zziplib/zziplib-0.13.62/docs/zzip-api.htm new file mode 100644 index 00000000000..79bed1401d4 --- /dev/null +++ b/Build/source/libs/zziplib/zziplib-0.13.62/docs/zzip-api.htm @@ -0,0 +1,30 @@ +<section> <date> 20. July 2002 </date> +<h2> ZZIP Programmers Interface </h2> The complete API description. + +<!--border--> + +<P> + The zzip library was orginally developped by Tomi Ollila as a + set of zip decoder routines. Guido Draheim did pick it up and + wrapped them under a call synopsis matching their posix + api calls. Therefore <code>zzip_open()</code> has the same + synopsis as <code>open(2)</code> but it can open zipped files. + Later the distinction was made between magic wrappers and apis + for direct access to zip archives and the files contained + in the archive. +</P> +<P> + These (three) functional apis have little helper functions + alongside including those to get the posix filehandle out of a + zzip handle and to get some attributes about the data handle + represented by a zzip handle. Plus checking for error codes + that may have been generated from internal checks. +</P> + +<dl> +<dt> <a href="zzip-basics.html">Basics</a> </dt> +<dd> Magic Wrappers, Zip Archive Dir access, Zipped File access </dd> +<dt> <a href="zzip-extras.html">Extras</a> </dt> +<dd> ext/io init, StdC calls, Error defs, ReOpen, FileStat </dd> +</dl> +</section> |