#include <CDRInternalStream.h>
◆ CDRInternalStream() [1/3]
      
        
          | libcdr::CDRInternalStream::CDRInternalStream | ( | librevenge::RVNGInputStream * | input, | 
        
          |  |  | unsigned long | size, | 
        
          |  |  | bool | compressed = false | 
        
          |  | ) |  |  | 
      
 
 
◆ CDRInternalStream() [2/3]
      
        
          | libcdr::CDRInternalStream::CDRInternalStream | ( | const std::vector< unsigned char > & | buffer | ) |  | 
      
 
 
◆ ~CDRInternalStream()
  
  | 
        
          | libcdr::CDRInternalStream::~CDRInternalStream | ( |  | ) |  |  | inlineoverride | 
 
 
◆ CDRInternalStream() [3/3]
◆ existsSubStream()
  
  | 
        
          | bool libcdr::CDRInternalStream::existsSubStream | ( | const char * |  | ) |  |  | inlineoverride | 
 
 
◆ getSize()
  
  | 
        
          | unsigned long libcdr::CDRInternalStream::getSize | ( |  | ) | const |  | inline | 
 
 
◆ getSubStreamById()
  
  | 
        
          | librevenge::RVNGInputStream* libcdr::CDRInternalStream::getSubStreamById | ( | unsigned |  | ) |  |  | inlineoverride | 
 
 
◆ getSubStreamByName()
  
  | 
        
          | librevenge::RVNGInputStream* libcdr::CDRInternalStream::getSubStreamByName | ( | const char * |  | ) |  |  | inlineoverride | 
 
 
◆ isEnd()
  
  | 
        
          | bool libcdr::CDRInternalStream::isEnd | ( |  | ) |  |  | override | 
 
 
◆ isStructured()
  
  | 
        
          | bool libcdr::CDRInternalStream::isStructured | ( |  | ) |  |  | inlineoverride | 
 
 
◆ operator=()
◆ read()
  
  | 
        
          | const unsigned char * libcdr::CDRInternalStream::read | ( | unsigned long | numBytes, |  
          |  |  | unsigned long & | numBytesRead |  
          |  | ) |  |  |  | override | 
 
 
◆ seek()
  
  | 
        
          | int libcdr::CDRInternalStream::seek | ( | long | offset, |  
          |  |  | librevenge::RVNG_SEEK_TYPE | seekType |  
          |  | ) |  |  |  | override | 
 
 
◆ subStreamCount()
  
  | 
        
          | unsigned libcdr::CDRInternalStream::subStreamCount | ( |  | ) |  |  | inlineoverride | 
 
 
◆ subStreamName()
  
  | 
        
          | const char* libcdr::CDRInternalStream::subStreamName | ( | unsigned |  | ) |  |  | inlineoverride | 
 
 
◆ tell()
  
  | 
        
          | long libcdr::CDRInternalStream::tell | ( |  | ) |  |  | override | 
 
 
◆ m_buffer
  
  | 
        
          | std::vector<unsigned char> libcdr::CDRInternalStream::m_buffer |  | private | 
 
 
◆ m_offset
  
  | 
        
          | volatile long libcdr::CDRInternalStream::m_offset |  | private | 
 
 
The documentation for this class was generated from the following files: