biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
GzipbyLineThreaded
bio
std
decompress
Undocumented in source.
struct
GzipbyLineThreaded (
R
) {
string
fn
;
UnCompress
decompress
;
R
line
;
uint
_bufsize
;
this
(string gzipfn, uint bufsize);
this(this)
;
int
opApply
(int delegate(int line, R) dg);
}
Constructors
this
this
(string gzipfn, uint bufsize)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
opApply
int
opApply
(int delegate(int line, R) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_bufsize
uint
_bufsize
;
Undocumented in source.
decompress
UnCompress
decompress
;
Undocumented in source.
fn
string
fn
;
Undocumented in source.
line
R
line
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
decompress
structs
GzipbyLine
GzipbyLineThreaded