WvStreams
|
This is the complete list of members for WvGzipEncoder, including all inherited members.
_encode(WvBuf &inbuf, WvBuf &outbuf, bool flush) | WvGzipEncoder | protectedvirtual |
_finish(WvBuf &outbuf) | WvGzipEncoder | protectedvirtual |
_geterror() const | WvEncoder | inlineprotectedvirtual |
_isfinished() const | WvEncoder | inlineprotectedvirtual |
_isok() const | WvEncoder | inlineprotectedvirtual |
_reset() | WvGzipEncoder | protectedvirtual |
Deflate enum value | WvGzipEncoder | |
encode(WvBuf &inbuf, WvBuf &outbuf, bool flush=false, bool finish=false) | WvEncoder | |
encodebufmem(WvBuf &inbuf, void *outmem, size_t *outlen, bool flush=false, bool finish=false) | WvEncoder | |
encodebufstr(WvBuf &inbuf, WvString &outstr, bool flush=false, bool finish=false) | WvEncoder | |
errstr | WvEncoder | protected |
finish(WvBuf &outbuf) | WvEncoder | |
finished | WvEncoder | protected |
flush(WvBuf &inbuf, WvBuf &outbuf, bool finish=false) | WvEncoder | inline |
flushbufmem(WvBuf &inbuf, void *outmem, size_t *outlen, bool finish=false) | WvEncoder | inline |
flushbufstr(WvBuf &inbuf, WvString &outstr, bool finish=false) | WvEncoder | inline |
flushmembuf(const void *inmem, size_t inlen, WvBuf &outbuf, bool finish=false) | WvEncoder | |
flushmemmem(const void *inmem, size_t inlen, void *outmem, size_t *outlen, bool finish=false) | WvEncoder | |
flushstrbuf(WvStringParm instr, WvBuf &outbuf, bool finish=false) | WvEncoder | |
flushstrmem(WvStringParm instr, void *outmem, size_t *outlen, bool finish=false) | WvEncoder | |
flushstrstr(WvStringParm instr, WvString &outstr, bool finish=false) | WvEncoder | |
full_flush | WvGzipEncoder | |
geterror() const | WvEncoder | |
ignore_decompression_errors | WvGzipEncoder | |
Inflate enum value | WvGzipEncoder | |
isfinished() const | WvEncoder | inline |
isok() const | WvEncoder | inline |
Mode enum name | WvGzipEncoder | |
okay | WvEncoder | protected |
out_limit | WvGzipEncoder | |
reset() | WvEncoder | |
seterror(WvStringParm message) | WvEncoder | inlineprotected |
seterror(WVSTRING_FORMAT_DECL) | WvEncoder | inlineprotected |
setfinished() | WvEncoder | inlineprotected |
setnotok() | WvEncoder | inlineprotected |
strflushbuf(WvBuf &inbuf, bool finish=false) | WvEncoder | |
strflushmem(const void *inmem, size_t inlen, bool finish=false) | WvEncoder | |
strflushstr(WvStringParm instr, bool finish=false) | WvEncoder | |
WvEncoder() | WvEncoder | |
WvGzipEncoder(Mode mode, size_t _out_limit=0) | WvGzipEncoder | |
~WvEncoder() | WvEncoder | virtual |
~WvGzipEncoder() (defined in WvGzipEncoder) | WvGzipEncoder | virtual |