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