- HeaderFormat
enum HeaderFormat
Undocumented in source.
- ~this
~this()
Undocumented in source.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- leastSize
ulong leastSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dataAvailableForRead
bool dataAvailableForRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- peek
const(ubyte)[] peek()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
size_t read(ubyte[] dst, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
alias read = InputStream.read
Undocumented in source.
Takes an input stream that contains data in gzip compressed format and outputs the uncompressed data.