📄 class_zlib_decompressor.html
字号:
<a class="anchor" name="eb7d602a16d9263b25b96030aa5583ec"></a><!-- doxytag: member="ZlibDecompressor::Put2" ref="eb7d602a16d9263b25b96030aa5583ec" args="(const byte *inString, size_t length, int messageEnd, bool blocking)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">size_t Inflator::Put2 </td> <td>(</td> <td class="paramtype">const byte * </td> <td class="paramname"> <em>inString</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">size_t </td> <td class="paramname"> <em>length</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"> <em>messageEnd</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool </td> <td class="paramname"> <em>blocking</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"><code> [virtual, inherited]</code></td> </tr> </table></div><div class="memdoc"><p>input multiple bytes for blocking or non-blocking processing <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>messageEnd</em> </td><td>means how many filters to signal MessageEnd to, including this one </td></tr> </table></dl><p>Implements <a class="el" href="class_buffered_transformation.html#d396dcb42260f23125a35ec0e5d17d55">BufferedTransformation</a>.<p>Definition at line <a class="el" href="zinflate_8cpp-source.html#l00289">289</a> of file <a class="el" href="zinflate_8cpp-source.html">zinflate.cpp</a>.<p>References <a class="el" href="zinflate_8h-source.html#l00109">Inflator::m_inQueue</a>, and <a class="el" href="filters_8cpp-source.html#l00111">Filter::Output()</a>.</div></div><p><a class="anchor" name="e63c0428295aeec8ffd9557ef1d86db9"></a><!-- doxytag: member="ZlibDecompressor::SetAutoSignalPropagation" ref="e63c0428295aeec8ffd9557ef1d86db9" args="(int propagation)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="class_auto_signaling.html">AutoSignaling</a>< <a class="el" href="class_filter.html">Filter</a> >::SetAutoSignalPropagation </td> <td>(</td> <td class="paramtype">int </td> <td class="paramname"> <em>propagation</em> </td> <td> ) </td> <td width="100%"><code> [inline, virtual, inherited]</code></td> </tr> </table></div><div class="memdoc"><p><p>Reimplemented from <a class="el" href="class_buffered_transformation.html#e77dc2fddb3ff142effb00eff3217581">BufferedTransformation</a>.<p>Definition at line <a class="el" href="simple_8h-source.html#l00157">157</a> of file <a class="el" href="simple_8h-source.html">simple.h</a>.</div></div><p><a class="anchor" name="6e7251247b5c2cc3b0c15e861cc88e16"></a><!-- doxytag: member="ZlibDecompressor::Attachable" ref="6e7251247b5c2cc3b0c15e861cc88e16" args="()" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">bool Filter::Attachable </td> <td>(</td> <td class="paramname"> </td> <td> ) </td> <td width="100%"><code> [inline, virtual, inherited]</code></td> </tr> </table></div><div class="memdoc"><p>returns whether this object allows attachment <p>Some <a class="el" href="class_buffered_transformation.html" title="interface for buffered transformations">BufferedTransformation</a> objects (e.g. <a class="el" href="class_filter.html" title="provides an implementation of BufferedTransformation's attachment interface">Filter</a> objects) allow other <a class="el" href="class_buffered_transformation.html" title="interface for buffered transformations">BufferedTransformation</a> objects to be attached. When this is done, the first object instead of buffering its output, sents that output to the attached object as input. The entire attachment chain is deleted when the anchor object is destructed. <p>Reimplemented from <a class="el" href="class_buffered_transformation.html#20112606fc006c56f1561653cabd9542">BufferedTransformation</a>.<p>Definition at line <a class="el" href="filters_8h-source.html#l00020">20</a> of fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -