| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
Procedures for compressed files (zip, gzip).
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
opens the zip file.
gets file entry objects which corresponds with entries of the given zip file.
gets all entries in the zip files.
gets a comment of the zip file, compressed size, CRC, compressing method(symbol deflated or stored), name and uncompressed size and timestamp(SRFI-19 format), respectively.
creates an input port to access the zip entry.
buffer-mode and transcoder specifies the R6RS buffer mode and transcoder, respectively.
If trancoder is #f, a port to be created will be a binary port.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
creates an input port for the gzipped file.
buffer-mode and transcoder specifies the R6RS buffer mode and transcoder, respectively.
If trancoder is #f, a port to be created will be a binary port.
creates an output port for the gzipped file.
buffer-mode and transcoder specifies the R6RS buffer mode and transcoder, respectively.
If trancoder is #f, a port to be created will be a binary port.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.