Module io_gzip

Types

GZipStream = object of StreamObj
  f: GzFile
  Source Edit
GZipStreamRef = ref GZipStream
  Source Edit

Procs

proc newGZipStream(f: GzFile): GZipStreamRef {.
raises: [], tags: []
.}
  Source Edit
proc newGZipStream(filename: string): GZipStreamRef {.
raises: [IOError], tags: []
.}
  Source Edit