15 #ifndef DECOMPRESSOR_H 16 #define DECOMPRESSOR_H 18 #include "pandabase.h" 32 class EXPCL_PANDAEXPRESS Decompressor {
37 int initiate(
const Filename &source_file);
41 bool decompress(
const Filename &source_file);
42 bool decompress(
Ramfile &source_and_dest_file);
44 PN_stdfloat get_progress()
const;
55 size_t _source_length;
58 #include "decompressor.I" The name of a file, such as a texture file or an Egg file.
An in-memory buffer specifically designed for downloading files to memory.