ContentsIndex
MissingPy.FileArchive.GZip
Portability portable
Stability provisional
Maintainer jgoerzen@complete.org
Description

Support for GZip files

Written by John Goerzen, jgoerzen@complete.org

Synopsis
openGz :: FilePath -> IOMode -> Int -> IO PyFile
Documentation
openGz
:: FilePathFile to open
-> IOModeMode to open with
-> IntCompression Level
-> IO PyFileResulting handle

Open a GZip file. The compression level should be from 1 (least compression) to 9 (most compression). This is ignored when the file is opened read-only.

Once opened, the functions defined in HVIO can be used to work with it.

Produced by Haddock version 0.6