Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 449803c2ef3315f9afd215efa4c6c5dc > files > 28

librevenge-doc-0.0.2-2.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>RVNGMemoryStream.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('RVNGMemoryStream_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RVNGMemoryStream.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RVNGMemoryStream_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">/* librevenge</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Version: MPL 2.0 / LGPLv2.1+</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * This Source Code Form is subject to the terms of the Mozilla Public</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * License, v. 2.0. If a copy of the MPL was not distributed with this</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * file, You can obtain one at http://mozilla.org/MPL/2.0/.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * Major Contributor(s):</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * Copyright (C) 2004-2005 William Lachance (wrlach@gmail.com)</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * For minor contributions see the git repository.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * Alternatively, the contents of this file may be used under the terms</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * of the GNU Lesser General Public License Version 2.1 or later</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * applicable instead of those above.</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#ifndef RVNGMEMORYSTREAM_H</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define RVNGMEMORYSTREAM_H</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="librevenge-stream_8h.html">librevenge-stream/librevenge-stream.h</a>&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span>librevenge</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;{</div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html">   28</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html">RVNGMemoryInputStream</a> : <span class="keyword">public</span> <a class="code" href="classlibrevenge_1_1RVNGInputStream.html">RVNGInputStream</a></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;{</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8eee1b3807d50948c9386b3f56b5536f">RVNGMemoryInputStream</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *data, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> size);</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#afe5ed3531516d5318644252b80fc141c">~RVNGMemoryInputStream</a>();</div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a2ca279d4fcf04dfb7800e4e5beca8a3b">   33</a></span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a2ca279d4fcf04dfb7800e4e5beca8a3b">isStructured</a>()</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;        {</div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;                <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;        }</div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#af7f1a6d0d21545f3298371bc7a443aa1">   37</a></span>&#160;        <span class="keywordtype">unsigned</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#af7f1a6d0d21545f3298371bc7a443aa1">subStreamCount</a>()</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;        {</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;                <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;        }</div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a4d8e36794ab3bbedc51ba1fd8feafd4c">   41</a></span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a4d8e36794ab3bbedc51ba1fd8feafd4c">subStreamName</a>(<span class="keywordtype">unsigned</span>)</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;        {</div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;                <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;        }</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a24b20f8155b45f995939dffddbd26da0">   45</a></span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a24b20f8155b45f995939dffddbd26da0">existsSubStream</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *)</div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;        {</div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;                <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        }</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8d55109b87bcbcd43d8e92d73de82e82">   49</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGInputStream.html">RVNGInputStream</a> *<a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8d55109b87bcbcd43d8e92d73de82e82">getSubStreamByName</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *)</div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;        {</div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;                <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;        }</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8bee5501e67c8f430e085351b3af2f6d">   53</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGInputStream.html">RVNGInputStream</a> *<a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8bee5501e67c8f430e085351b3af2f6d">getSubStreamById</a>(<span class="keywordtype">unsigned</span>)</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;        {</div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;                <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;        }</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *<a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a044ed36d48aa5a31779aa8adb8344e18">read</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> numBytes, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> &amp;numBytesRead);</div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;        <span class="keywordtype">int</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#afed1c1d8a60a87dcf7e6f2362795ed18">seek</a>(<span class="keywordtype">long</span> <a class="code" href="RVNGZipStream_8cpp.html#a168f35d517cfce69f73ba48cfb43dbe4">offset</a>, <a class="code" href="namespacelibrevenge.html#af49cc92032bbbbf6baf6325f6ef2a11b">RVNG_SEEK_TYPE</a> seekType);</div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;        <span class="keywordtype">long</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a729dbe26d38ce171020f8228cccb457b">tell</a>();</div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a7d02c98db40ac55daa9bdd5e3d15d27f">isEnd</a>();</div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#acbf7afe66dfe4bf50df958dd3a9f2fc3">   61</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#acbf7afe66dfe4bf50df958dd3a9f2fc3">getSize</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">        </span>{</div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;                <span class="keywordflow">return</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#aa3d5d19e597c0a211e41918012cf8940">m_size</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;        }</div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#ac15e2ecd4d3bee66c4e7fdb35283dd0f">   67</a></span>&#160;        <span class="keywordtype">long</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#ac15e2ecd4d3bee66c4e7fdb35283dd0f">m_offset</a>;</div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#aa3d5d19e597c0a211e41918012cf8940">   68</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#aa3d5d19e597c0a211e41918012cf8940">m_size</a>;</div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a009fadc2bd8266047a35a170825424b3">   69</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *<a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a009fadc2bd8266047a35a170825424b3">m_data</a>;</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8eee1b3807d50948c9386b3f56b5536f">RVNGMemoryInputStream</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html">RVNGMemoryInputStream</a> &amp;);</div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html">RVNGMemoryInputStream</a> &amp;<a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html#a78098392318ed0af2827212f67e5e0c5">operator=</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGMemoryInputStream.html">RVNGMemoryInputStream</a> &amp;);</div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;};</div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;}</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="preprocessor"></span><span class="comment">/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */</span></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html">librevenge::RVNGMemoryInputStream</a></div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:28</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a4d8e36794ab3bbedc51ba1fd8feafd4c"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a4d8e36794ab3bbedc51ba1fd8feafd4c">librevenge::RVNGMemoryInputStream::subStreamName</a></div><div class="ttdeci">const char * subStreamName(unsigned)</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:41</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a2ca279d4fcf04dfb7800e4e5beca8a3b"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a2ca279d4fcf04dfb7800e4e5beca8a3b">librevenge::RVNGMemoryInputStream::isStructured</a></div><div class="ttdeci">bool isStructured()</div><div class="ttdoc">Analyses the content of the input stream to see whether it is an OLE2 storage. </div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:33</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_afe5ed3531516d5318644252b80fc141c"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#afe5ed3531516d5318644252b80fc141c">librevenge::RVNGMemoryInputStream::~RVNGMemoryInputStream</a></div><div class="ttdeci">~RVNGMemoryInputStream()</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.cpp:34</div></div>
<div class="ttc" id="RVNGZipStream_8cpp_html_a168f35d517cfce69f73ba48cfb43dbe4"><div class="ttname"><a href="RVNGZipStream_8cpp.html#a168f35d517cfce69f73ba48cfb43dbe4">offset</a></div><div class="ttdeci">unsigned offset</div><div class="ttdef"><b>Definition:</b> RVNGZipStream.cpp:74</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_ac15e2ecd4d3bee66c4e7fdb35283dd0f"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#ac15e2ecd4d3bee66c4e7fdb35283dd0f">librevenge::RVNGMemoryInputStream::m_offset</a></div><div class="ttdeci">long m_offset</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:67</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a729dbe26d38ce171020f8228cccb457b"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a729dbe26d38ce171020f8228cccb457b">librevenge::RVNGMemoryInputStream::tell</a></div><div class="ttdeci">long tell()</div><div class="ttdoc">Returns the actual position inside the input stream. </div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.cpp:86</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_afed1c1d8a60a87dcf7e6f2362795ed18"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#afed1c1d8a60a87dcf7e6f2362795ed18">librevenge::RVNGMemoryInputStream::seek</a></div><div class="ttdeci">int seek(long offset, RVNG_SEEK_TYPE seekType)</div><div class="ttdoc">Moves to the next location inside the input stream. </div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.cpp:63</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a8eee1b3807d50948c9386b3f56b5536f"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8eee1b3807d50948c9386b3f56b5536f">librevenge::RVNGMemoryInputStream::RVNGMemoryInputStream</a></div><div class="ttdeci">RVNGMemoryInputStream(unsigned char *data, unsigned long size)</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.cpp:26</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_aa3d5d19e597c0a211e41918012cf8940"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#aa3d5d19e597c0a211e41918012cf8940">librevenge::RVNGMemoryInputStream::m_size</a></div><div class="ttdeci">unsigned long m_size</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:68</div></div>
<div class="ttc" id="namespacelibrevenge_html_af49cc92032bbbbf6baf6325f6ef2a11b"><div class="ttname"><a href="namespacelibrevenge.html#af49cc92032bbbbf6baf6325f6ef2a11b">librevenge::RVNG_SEEK_TYPE</a></div><div class="ttdeci">RVNG_SEEK_TYPE</div><div class="ttdef"><b>Definition:</b> RVNGStream.h:26</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a009fadc2bd8266047a35a170825424b3"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a009fadc2bd8266047a35a170825424b3">librevenge::RVNGMemoryInputStream::m_data</a></div><div class="ttdeci">unsigned char * m_data</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:69</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a24b20f8155b45f995939dffddbd26da0"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a24b20f8155b45f995939dffddbd26da0">librevenge::RVNGMemoryInputStream::existsSubStream</a></div><div class="ttdeci">bool existsSubStream(const char *)</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:45</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a7d02c98db40ac55daa9bdd5e3d15d27f"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a7d02c98db40ac55daa9bdd5e3d15d27f">librevenge::RVNGMemoryInputStream::isEnd</a></div><div class="ttdeci">bool isEnd()</div><div class="ttdoc">Determines whether the current position is at the end of the stream. </div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.cpp:91</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a8d55109b87bcbcd43d8e92d73de82e82"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8d55109b87bcbcd43d8e92d73de82e82">librevenge::RVNGMemoryInputStream::getSubStreamByName</a></div><div class="ttdeci">RVNGInputStream * getSubStreamByName(const char *)</div><div class="ttdoc">Extracts a named stream from an OLE2 storage. </div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:49</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_af7f1a6d0d21545f3298371bc7a443aa1"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#af7f1a6d0d21545f3298371bc7a443aa1">librevenge::RVNGMemoryInputStream::subStreamCount</a></div><div class="ttdeci">unsigned subStreamCount()</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:37</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_acbf7afe66dfe4bf50df958dd3a9f2fc3"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#acbf7afe66dfe4bf50df958dd3a9f2fc3">librevenge::RVNGMemoryInputStream::getSize</a></div><div class="ttdeci">unsigned long getSize() const </div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:61</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGInputStream_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGInputStream.html">librevenge::RVNGInputStream</a></div><div class="ttdef"><b>Definition:</b> RVNGStream.h:33</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a044ed36d48aa5a31779aa8adb8344e18"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a044ed36d48aa5a31779aa8adb8344e18">librevenge::RVNGMemoryInputStream::read</a></div><div class="ttdeci">const unsigned char * read(unsigned long numBytes, unsigned long &amp;numBytesRead)</div><div class="ttdoc">Tries to read a given number of bytes starting from the current position inside the input stream...</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.cpp:38</div></div>
<div class="ttc" id="librevenge-stream_8h_html"><div class="ttname"><a href="librevenge-stream_8h.html">librevenge-stream.h</a></div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a8bee5501e67c8f430e085351b3af2f6d"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a8bee5501e67c8f430e085351b3af2f6d">librevenge::RVNGMemoryInputStream::getSubStreamById</a></div><div class="ttdeci">RVNGInputStream * getSubStreamById(unsigned)</div><div class="ttdef"><b>Definition:</b> RVNGMemoryStream.h:53</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGMemoryInputStream_html_a78098392318ed0af2827212f67e5e0c5"><div class="ttname"><a href="classlibrevenge_1_1RVNGMemoryInputStream.html#a78098392318ed0af2827212f67e5e0c5">librevenge::RVNGMemoryInputStream::operator=</a></div><div class="ttdeci">RVNGMemoryInputStream &amp; operator=(const RVNGMemoryInputStream &amp;)</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated for librevenge by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.5</small></address>
</body>
</html>