29 INLINE
void seek(
size_t pos);
30 INLINE
size_t tell()
const;
31 EXTENSION(PyObject *read(
size_t length));
32 EXTENSION(PyObject *readline());
33 EXTENSION(PyObject *readlines());
35 EXTENSION(PyObject *get_data()
const);
36 INLINE
size_t get_data_size()
const;
40 std::string read(
size_t length);
41 std::string readline();
42 INLINE
const std::string &get_data()
const;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
An in-memory buffer specifically designed for downloading files to memory.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The default class template does not define any methods.