Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > af2bae5736929bb68972421f6d5ee862 > files > 24

ocaml-camlzip-devel-1.04-7mdv2010.0.i586.rpm

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Gzip" rel="Chapter" href="Gzip.html">
<link title="Zip" rel="Chapter" href="Zip.html">
<link title="Zlib" rel="Chapter" href="Zlib.html"><title>Index of values</title>
</head>
<body>
<center><h1>Index of values</h1></center>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Zip.html#VALadd_entry">add_entry</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
<code class="code"><span class="constructor">Zip</span>.add_entry data zf name</code> adds a new entry to the 
              ZIP file <code class="code">zf</code>.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALadd_entry_generator">add_entry_generator</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
<code class="code"><span class="constructor">Zip</span>.add_entry_generator zf name</code> returns a pair of functions
              <code class="code">(add, finish)</code>.
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Zip.html#VALclose_in">close_in</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Close the given ZIP file handle.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALclose_in">close_in</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Close the given input channel.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALclose_out">close_out</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Finish writing the ZIP archive by adding the table of
              contents, and close it.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALclose_out">close_out</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Close the given output channel.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALcomment">comment</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Return the comment attached to the given ZIP file, or the
              empty string if none.
</div>
</td></tr>
<tr><td><a href="Zlib.html#VALcompress">compress</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zlib.html#VALcompress_direct">compress_direct</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zip.html#VALcopy_channel_to_entry">copy_channel_to_entry</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Zip</span>.add_entry</code>, but the data associated with the
              entry is read from the input channel given as first argument.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALcopy_entry_to_channel">copy_entry_to_channel</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
<code class="code"><span class="constructor">Zip</span>.copy_entry_to_channel zf e oc</code> reads and uncompresses
              the data associated with entry <code class="code">e</code> of ZIP file <code class="code">zf</code>.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALcopy_entry_to_file">copy_entry_to_file</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
<code class="code"><span class="constructor">Zip</span>.copy_entry_to_file zf e destfile</code> reads and uncompresses
              the data associated with entry <code class="code">e</code> of ZIP file <code class="code">zf</code>.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALcopy_file_to_entry">copy_file_to_entry</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Zip</span>.add_entry</code>, but the data associated with the
              entry is read from the file whose name is given as first
              argument.
</div>
</td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Zlib.html#VALdeflate">deflate</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zlib.html#VALdeflate_end">deflate_end</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zlib.html#VALdeflate_init">deflate_init</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Gzip.html#VALdispose">dispose</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Gzip</span>.close_in</code>, but does not close the underlying
           regular file channel (of type <code class="code"><span class="constructor">Pervasives</span>.in_channel</code>);
           just dispose of the resources associated with the decompression
           channel.
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Zip.html#VALentries">entries</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Return a list of all entries in the given ZIP file.
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Zip.html#VALfind_entry">find_entry</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
<code class="code"><span class="constructor">Zip</span>.find_entry zf filename</code> returns the description of the
              entry having name <code class="code">filename</code> in the ZIP file <code class="code">zf</code>.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALflush">flush</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Gzip</span>.close_out</code>, but do not close the underlying
           regular file channel (of type <code class="code"><span class="constructor">Pervasives</span>.out_channel</code>);
           just flush all pending compressed data and
           dispose of the resources associated with the compression
           channel.
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Zlib.html#VALinflate">inflate</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zlib.html#VALinflate_end">inflate_end</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zlib.html#VALinflate_init">inflate_init</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Gzip.html#VALinput">input</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
<code class="code">input ic buf pos len</code> uncompresses up to <code class="code">len</code> characters
           from the given channel <code class="code">ic</code>,
           storing them in string <code class="code">buf</code>, starting at character number <code class="code">pos</code>.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALinput_byte">input_byte</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Gzip</span>.input_char</code>, but return the 8-bit integer
           representing the character.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALinput_char">input_char</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Uncompress one character from the given channel, and return it.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Zip.html#VALopen_in">open_in</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Open the ZIP file with the given filename.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALopen_in">open_in</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Open a compressed file for reading.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALopen_in_chan">open_in_chan</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Open a compressed file for reading.
</div>
</td></tr>
<tr><td><a href="Zip.html#VALopen_out">open_out</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
Create (or truncate to zero length) the ZIP file with
              the given filename.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALopen_out">open_out</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Open a compressed file for writing.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALopen_out_chan">open_out_chan</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Open a compressed file for writing.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALoutput">output</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
<code class="code">output oc buf pos len</code> compresses and writes <code class="code">len</code> characters
           from string <code class="code">buf</code>, starting at offset <code class="code">pos</code>, and writes the
           compressed data to the channel <code class="code">oc</code>.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALoutput_byte">output_byte</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Gzip</span>.output_char</code>, but the output character is given
           by its code.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALoutput_char">output_char</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
Output one character to the given compressed channel.
</div>
</td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Zlib.html#VALplain_uncompress">plain_uncompress</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Zip.html#VALread_entry">read_entry</a> [<a href="Zip.html">Zip</a>]</td>
<td><div class="info">
<code class="code"><span class="constructor">Zip</span>.read_entry zf e</code> reads and uncompresses the data
              (file contents) associated with entry <code class="code">e</code> of ZIP file <code class="code">zf</code>.
</div>
</td></tr>
<tr><td><a href="Gzip.html#VALreally_input">really_input</a> [<a href="Gzip.html">Gzip</a>]</td>
<td><div class="info">
<code class="code">really_input ic buf pos len</code> uncompresses <code class="code">len</code> characters
           from the given channel, storing them in
           string <code class="code">buf</code>, starting at character number <code class="code">pos</code>.
</div>
</td></tr>
<tr><td align="left"><br>U</td></tr>
<tr><td><a href="Zlib.html#VALuncompress">uncompress</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
<tr><td><a href="Zlib.html#VALupdate_crc">update_crc</a> [<a href="Zlib.html">Zlib</a>]</td>
<td></td></tr>
</table><br>
</body>
</html>