84 void set_next_in(
const char *
x) {
return (this->*x_set_next_in)(
x); };
85 void set_avail_in(U_I
x) {
return (this->*x_set_avail_in)(
x); };
86 U_I get_avail_in()
const {
return (this->*x_get_avail_in)(); };
87 U_64 get_total_in()
const {
return (this->*x_get_total_in)(); };
89 void set_next_out(
char *
x) {
return (this->*x_set_next_out)(
x); };
90 char *get_next_out()
const {
return (this->*x_get_next_out)(); };
91 void set_avail_out(U_I
x) {
return (this->*x_set_avail_out)(
x); };
92 U_I get_avail_out()
const {
return (this->*x_get_avail_out)(); };
93 U_64 get_total_out()
const {
return (this->*x_get_total_out)(); };
95 S_I compressInit(U_I compression_level) { level = compression_level;
return (this->*x_compressInit)(compression_level); };
96 S_I decompressInit() {
return (this->*x_decompressInit)(); };
97 S_I compressEnd() {
return (this->*x_compressEnd)(); };
98 S_I decompressEnd() {
return (this->*x_decompressEnd)(); };
99 S_I compress(S_I flag) {
return (this->*x_compress)(flag); };
100 S_I decompress(S_I flag) {
return (this->*x_decompress)(flag);};
102 S_I decompressReset();
105#if LIBZ_AVAILABLE_FOR_LIBDAR
108#if LIBBZ2_AVAILABLE_FOR_LIBDAR
111#if LIBLZMA_AVAILABLE_FOR_LIBDAR
128 S_I (
wrapperlib::*x_compressInit)(U_I compression_level);
137#if LIBZ_AVAILABLE_FOR_LIBDAR
156#if LIBBZ2_AVAILABLE_FOR_LIBDAR
175#if LIBLZMA_AVAILABLE_FOR_LIBDAR