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;