30 INLINE
explicit SubfileInfo(
const Filename &filename, std::streampos start, std::streamsize size);
34 INLINE
bool is_empty()
const;
37 INLINE
const Filename &get_filename()
const;
38 INLINE std::streampos get_start()
const;
39 INLINE std::streamsize get_size()
const;
41 void output(std::ostream &out)
const;
45 std::streampos _start;
46 std::streamsize _size;
49 INLINE std::ostream &operator << (std::ostream &out,
const SubfileInfo &info);
Keeps a reference-counted pointer to a file on disk.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The name of a file, such as a texture file or an Egg file.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class records a particular byte sub-range within an existing file on disk.