14#ifndef COMPRESS_STRING_H
15#define COMPRESS_STRING_H
25EXPCL_PANDA_EXPRESS std::string
26compress_string(
const std::string &source,
int compression_level);
28EXPCL_PANDA_EXPRESS std::string
29decompress_string(
const std::string &source);
31EXPCL_PANDA_EXPRESS
bool
32compress_file(
const Filename &source,
const Filename &dest,
int compression_level);
33EXPCL_PANDA_EXPRESS
bool
36EXPCL_PANDA_EXPRESS
bool
37compress_stream(std::istream &source, std::ostream &dest,
int compression_level);
38EXPCL_PANDA_EXPRESS
bool
39decompress_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.