botan.compression.bzip2_hd

This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression.

bzip2/libbzip2 version 1.0.6 of 6 September 2010 Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org>

Please read the WARNING, DISCLAIMER and PATENTS sections in the README file.

This program is released under the terms of the license contained in the file LICENSE.

Members

Functions

BZ2_bzCompress
int BZ2_bzCompress(bz_stream* strm, int action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ2_bzCompressEnd
int BZ2_bzCompressEnd(bz_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ2_bzCompressInit
int BZ2_bzCompressInit(bz_stream* strm, int blockSize100k, int verbosity, int workFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ2_bzDecompress
int BZ2_bzDecompress(bz_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ2_bzDecompressEnd
int BZ2_bzDecompressEnd(bz_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ2_bzDecompressInit
int BZ2_bzDecompressInit(bz_stream* strm, int verbosity, int small)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ2_bzlibVersion
const(char)* BZ2_bzlibVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

BZ_CONFIG_ERROR
enum BZ_CONFIG_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_DATA_ERROR
enum BZ_DATA_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_DATA_ERROR_MAGIC
enum BZ_DATA_ERROR_MAGIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_FINISH
enum BZ_FINISH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_FINISH_OK
enum BZ_FINISH_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_FLUSH
enum BZ_FLUSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_FLUSH_OK
enum BZ_FLUSH_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_IO_ERROR
enum BZ_IO_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_MEM_ERROR
enum BZ_MEM_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_OK
enum BZ_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_OUTBUFF_FULL
enum BZ_OUTBUFF_FULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_PARAM_ERROR
enum BZ_PARAM_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_RUN
enum BZ_RUN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_RUN_OK
enum BZ_RUN_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_SEQUENCE_ERROR
enum BZ_SEQUENCE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_STREAM_END
enum BZ_STREAM_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BZ_UNEXPECTED_EOF
enum BZ_UNEXPECTED_EOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta