77 uint64_t getTotalBytesCount() MRPT_OVERRIDE; //!< Method for getting the total number of bytes writen to buffer.
78 uint64_t getPosition() MRPT_OVERRIDE; //!< Method for getting the current cursor position, where 0 is the first byte and TotalBytesCount-1 the last one
79 uint64_t getPositionI(); //!< The current Input cursor position, where 0 is the first byte
80 uint64_t getPositionO(); //!< The current Input cursor position, where 0 is the first byte
81
82 /** Reads one string line from the file (until a new-line character)
83 * \return true if a line has been read, false on EOF or error */