14 #ifndef COMPRESS_STRING_H
15 #define COMPRESS_STRING_H
25 EXPCL_PANDA_EXPRESS std::string
26 compress_string(
const std::string &source,
int compression_level);
28 EXPCL_PANDA_EXPRESS std::string
29 decompress_string(
const std::string &source);
31 EXPCL_PANDA_EXPRESS
bool
32 compress_file(
const Filename &source,
const Filename &dest,
int compression_level);
33 EXPCL_PANDA_EXPRESS
bool
36 EXPCL_PANDA_EXPRESS
bool
37 compress_stream(std::istream &source, std::ostream &dest,
int compression_level);
38 EXPCL_PANDA_EXPRESS
bool
39 decompress_stream(std::istream &source, std::ostream &dest);
The name of a file, such as a texture file or an Egg file.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.