checkPosition(long pos) const | STOFFInputStream | inline |
get(librevenge::RVNGBinaryData const &data, bool inverted) | STOFFInputStream | static |
getSubStreamById(unsigned id) | STOFFInputStream | |
getSubStreamByName(std::string const &name) | STOFFInputStream | |
hasDataFork() const | STOFFInputStream | inline |
input() | STOFFInputStream | inline |
isEnd() | STOFFInputStream | |
isStructured() | STOFFInputStream | |
m_inverseRead | STOFFInputStream | protected |
m_stream | STOFFInputStream | protected |
m_streamSize | STOFFInputStream | protected |
operator=(STOFFInputStream const &orig) | STOFFInputStream | private |
operator>>(bool &res) | STOFFInputStream | inline |
operator>>(uint8_t &res) | STOFFInputStream | inline |
operator>>(int8_t &res) | STOFFInputStream | inline |
operator>>(uint16_t &res) | STOFFInputStream | inline |
operator>>(int16_t &res) | STOFFInputStream | inline |
operator>>(uint32_t &res) | STOFFInputStream | inline |
operator>>(int32_t &res) | STOFFInputStream | inline |
operator>>(double &res) | STOFFInputStream | inline |
peek() | STOFFInputStream | |
read(size_t numBytes, unsigned long &numBytesRead) | STOFFInputStream | |
readColor(STOFFColor &color) | STOFFInputStream | |
readCompressedLong(long &res) | STOFFInputStream | |
readCompressedULong(unsigned long &res) | STOFFInputStream | |
readDataBlock(long size, librevenge::RVNGBinaryData &data) | STOFFInputStream | |
readDouble10(double &res, bool &isNotANumber) | STOFFInputStream | |
readDouble8(double &res, bool &isNotANumber) | STOFFInputStream | |
readDoubleReverted8(double &res, bool &isNotANumber) | STOFFInputStream | |
readEndDataBlock(librevenge::RVNGBinaryData &data) | STOFFInputStream | |
readInverted() const | STOFFInputStream | inline |
readLong(int num) | STOFFInputStream | |
readU8(librevenge::RVNGInputStream *stream) | STOFFInputStream | protectedstatic |
readULong(int num) | STOFFInputStream | inline |
readULong(librevenge::RVNGInputStream *stream, int num, unsigned long a, bool inverseRead) | STOFFInputStream | static |
seek(long offset, librevenge::RVNG_SEEK_TYPE seekType) | STOFFInputStream | |
setReadInverted(bool newVal) | STOFFInputStream | inline |
size() const | STOFFInputStream | inline |
STOFFInputStream(std::shared_ptr< librevenge::RVNGInputStream > input, bool inverted) | STOFFInputStream | |
STOFFInputStream(librevenge::RVNGInputStream *input, bool inverted) | STOFFInputStream | |
STOFFInputStream(STOFFInputStream const &orig) | STOFFInputStream | private |
subStreamCount() | STOFFInputStream | |
subStreamName(unsigned id) | STOFFInputStream | |
tell() | STOFFInputStream | |
updateStreamSize() | STOFFInputStream | protected |
~STOFFInputStream() | STOFFInputStream | |