A | |
add_entry [Zip] |
|
add_entry_generator [Zip] |
|
C | |
close_in [Zip] | Close the given ZIP file handle. |
close_in [Gzip] | Close the given input channel. |
close_out [Zip] | Finish writing the ZIP archive by adding the table of contents, and close it. |
close_out [Gzip] | Close the given output channel. |
comment [Zip] | Return the comment attached to the given ZIP file, or the empty string if none. |
compress [Zlib] | |
compress_direct [Zlib] | |
copy_channel_to_entry [Zip] | Same as |
copy_entry_to_channel [Zip] |
|
copy_entry_to_file [Zip] |
|
copy_file_to_entry [Zip] | Same as |
D | |
deflate [Zlib] | |
deflate_end [Zlib] | |
deflate_init [Zlib] | |
deflate_string [Zlib] | |
dispose [Gzip] | Same as |
E | |
entries [Zip] | Return a list of all entries in the given ZIP file. |
F | |
find_entry [Zip] |
|
flush [Gzip] | Same as |
flush_continue [Gzip] | Flush all pending compressed data through both the compression channel and the underlying regular file channel, but keep both channels open to accept further data. |
I | |
inflate [Zlib] | |
inflate_end [Zlib] | |
inflate_init [Zlib] | |
inflate_string [Zlib] | |
input [Gzip] |
|
input_byte [Gzip] | Same as |
input_char [Gzip] | Uncompress one character from the given channel, and return it. |
O | |
open_in [Zip] | Open the ZIP file with the given filename. |
open_in [Gzip] | Open a compressed file for reading. |
open_in_chan [Gzip] | Open a compressed file for reading. |
open_out [Zip] | Create (or truncate to zero length) the ZIP file with the given filename. |
open_out [Gzip] | Open a compressed file for writing. |
open_out_chan [Gzip] | Open a compressed file for writing. |
output [Gzip] |
|
output_byte [Gzip] | Same as |
output_char [Gzip] | Output one character to the given compressed channel. |
output_substring [Gzip] | Same as |
P | |
plain_uncompress [Zlib] | |
R | |
read_entry [Zip] |
|
really_input [Gzip] |
|
U | |
uncompress [Zlib] | |
update_crc [Zlib] | |
update_crc_string [Zlib] |