phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
GzipOut
nxt
zio
Undocumented in source.
@
safe
class
GzipOut {
import
std
.
zlib
:
Compress
,
HeaderFormat
;
;
import
std
.
zlib
:
Compress
,
HeaderFormat
;
;
import
std
.
stdio
:
File
;
;
this
(File file);
void
compress
(string s);
void
finish
();
}
Constructors
this
this
(File file)
Undocumented in source.
Members
Functions
compress
void
compress
(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void
finish
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
nxt
zio
classes
DecompressByLine
GzipOut
functions
testInputRange
structs
Bz2libFileInputRange
GzipFileInputRange
ZlibFileInputRange