15 #ifndef COMPRESS_STRING_H 16 #define COMPRESS_STRING_H 18 #include "pandabase.h" 26 EXPCL_PANDAEXPRESS
string 27 compress_string(
const string &source,
int compression_level);
29 EXPCL_PANDAEXPRESS
string 30 decompress_string(
const string &source);
32 EXPCL_PANDAEXPRESS
bool 33 compress_file(
const Filename &source,
const Filename &dest,
int compression_level);
34 EXPCL_PANDAEXPRESS
bool 37 EXPCL_PANDAEXPRESS
bool 38 compress_stream(istream &source, ostream &dest,
int compression_level);
39 EXPCL_PANDAEXPRESS
bool 40 decompress_stream(istream &source, ostream &dest);
The name of a file, such as a texture file or an Egg file.