bio.core.utils.zlib

Undocumented in source.

Members

Aliases

alloc_func
alias alloc_func = void* function(void* opaque, uint items, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
free_func
alias free_func = void function(void* opaque, void* address)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzFile
alias gzFile = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gz_headerp
alias gz_headerp = gz_header*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
z_off_t
alias z_off_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
z_streamp
alias z_streamp = z_stream*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

ZlibException
class ZlibException
Undocumented in source.

Enums

Z_BINARY
anonymousenum Z_BINARY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_DEFLATED
anonymousenum Z_DEFLATED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_FILTERED
anonymousenum Z_FILTERED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_NO_COMPRESSION
anonymousenum Z_NO_COMPRESSION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_NO_FLUSH
anonymousenum Z_NO_FLUSH
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_OK
anonymousenum Z_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

adler32
uint adler32(uint adler, ubyte* buf, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
adler32_combine
uint adler32_combine(uint adler1, uint adler2, z_off_t len2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
compress
int compress(ubyte* dest, size_t* destLen, ubyte* source, size_t sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
compress2
int compress2(ubyte* dest, size_t* destLen, ubyte* source, size_t sourceLen, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
compressBound
size_t compressBound(size_t sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crc32
uint crc32(uint crc, ubyte* buf, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crc32
uint crc32(uint crc, const(void)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
crc32_combine
uint crc32_combine(uint crc1, uint crc2, z_off_t len2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deflate
int deflate(z_streamp strm, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deflateBound
int deflateBound(z_streamp strm, size_t sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deflateEnd
int deflateEnd(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deflateInit
int deflateInit(z_streamp strm, int level)
Undocumented in source. Be warned that the author may not have intended to support it.
deflateInit2
int deflateInit2(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
deflateInit2_
int deflateInit2_(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, char* versionx, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deflateInit_
int deflateInit_(z_streamp strm, int level, char* versionx, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_crc_table
uint* get_crc_table()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzclearerr
void gzclearerr(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzclose
int gzclose(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzdirect
int gzdirect(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzdopen
gzFile gzdopen(int fd, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzeof
int gzeof(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzerror
char* gzerror(gzFile file, int* errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzflush
int gzflush(gzFile file, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzgetc
int gzgetc(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzgets
char* gzgets(gzFile file, char* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzopen
gzFile gzopen(char* path, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzprintf
int gzprintf(gzFile file, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzputc
int gzputc(gzFile file, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzputs
int gzputs(gzFile file, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzread
int gzread(gzFile file, void* buf, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzrewind
int gzrewind(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzseek
z_off_t gzseek(gzFile file, z_off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzsetparams
int gzsetparams(gzFile file, int level, int strategy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gztell
z_off_t gztell(gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzungetc
int gzungetc(int c, gzFile file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gzwrite
int gzwrite(gzFile file, void* buf, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inflate
int inflate(z_streamp strm, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inflateBackInit_
int inflateBackInit_(z_stream* strm, int windowBits, ubyte* window, char* z_version, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inflateEnd
int inflateEnd(z_streamp strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inflateInit
int inflateInit(z_streamp strm)
Undocumented in source. Be warned that the author may not have intended to support it.
inflateInit2
int inflateInit2(z_streamp strm, int windowBits)
Undocumented in source. Be warned that the author may not have intended to support it.
inflateInit2_
int inflateInit2_(z_streamp strm, int windowBits, char* versionx, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inflateInit_
int inflateInit_(z_streamp strm, char* versionx, int stream_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inflateSyncPoint
int inflateSyncPoint(z_streamp z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uncompress
int uncompress(ubyte* dest, size_t* destLen, ubyte* source, size_t sourceLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zError
char* zError(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zlibVersion
char* zlibVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gz_header
struct gz_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
z_stream
struct z_stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

ZLIB_VERNUM
auto ZLIB_VERNUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZLIB_VERSION
char[] ZLIB_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Z_NULL
int Z_NULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta