Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f48941b2df41f17d4c9519d16b753438 > files > 420

ClanLib06-devel-0.6.5-16.fc13.x86_64.rpm


<html>
<head><title>ClanLib Reference: CL_OutputSource_Zipped</title></head>
<body text=black link=blue vlink=#800080 bgcolor=white topmargin=0 leftmargin=0>
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td><img border=0 src="../images/eyeheader-main-purple-a.gif" alt="ClanSoft logo" width=525 height=96></td></tr>
<tr bgcolor=#dadada><td align=left valign=top><img border=0 src="../images/eyeheader-main-purple-b.gif" alt="ClanSoft logo" width=190 height=14></td><td align=right valign=top><img border=0 src="../images/clanlib_light.gif" width=42 height=14></td></tr></table>
<table align=center border=0 cellspacing=10> <tr>
<td><a href="entire_class_index.html">Entire Class Index</a></td>
<td><a href="class_index.html">Main Class Index</a></td>
<td><a href="cross_index.html">Cross Index</a></td>
<td><a href="global_index.html">Global Index</a></td>
</table><h1 align=center>Class CL_OutputSource_Zipped</h1><p>
<b>  The Output Source Zipped Class</b><br>
Contained in: <a href="global_index.html">global</a><br>
Derived from:
<a href="CL_OutputSource.html">CL_OutputSource</a>
<br>
Derived by:
<i>none</i>
<br>Group: Core (I/O Data)
<p>
#include &lt;ClanLib/core.h&gt;
<p>
<hr noshade>
<table border=0>
<tr><td colspan=3><h3>public function member index:</h3></td>
<tr valign=top><td align=left><h3>Construction:</h3></td>
<tr valign=top><td align=right><tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#445"><tt><font color=blue><b>CL_OutputSource_Zipped</b></font></tt></a></td><td><tt>(<a href="CL_OutputSource.html"><tt><font color=navy><b>CL_OutputSource</b></font></tt></a>* <tt><font color=blue>output</font></tt>, <tt><font color=purple>bool</font></tt> <tt><font color=blue>delete_output</font></tt> = false)</tt>;</td>
<tr valign=top><td align=right><tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#446"><tt><font color=blue><b>CL_OutputSource_Zipped</b></font></tt></a></td><td><tt>(<tt>const</tt> <a href="CL_OutputSource_Zipped.html#446"><tt><font color=blue><b>CL_OutputSource_Zipped</b></font></tt></a>& <tt><font color=blue>copy</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> </tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#447"><tt><font color=blue><b>~CL_OutputSource_Zipped</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=left><h3>Attributes:</h3></td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#448"><tt><font color=blue><b>tell</b></font></tt></a></td><td><tt>() <tt>const</tt></tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#449"><tt><font color=blue><b>size</b></font></tt></a></td><td><tt>() <tt>const</tt></tt>;</td>
<tr valign=top><td align=left><h3>Operations:</h3></td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <tt><font color=purple>int</font></tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#450"><tt><font color=blue><b>write</b></font></tt></a></td><td><tt>(<tt>const</tt> <tt><font color=purple>void</font></tt>* <tt><font color=blue>data</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>size</font></tt>)</tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#451"><tt><font color=blue><b>open</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <tt><font color=purple>void</font></tt></tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#452"><tt><font color=blue><b>close</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr valign=top><td align=right><tt><tt>virtual</tt> <a href="CL_OutputSource.html"><tt><font color=navy><b>CL_OutputSource</b></font></tt></a>*</tt> </td><td align=right><a href="CL_OutputSource_Zipped.html#453"><tt><font color=blue><b>clone</b></font></tt></a></td><td><tt>()</tt>;</td>
<tr><td>&nbsp;</td></table>
<hr noshade>
<h2>Description:</h2>
<p>
<hr noshade>
<h2>Function Member Descriptions:</h2>
<a name="445"><font size=+1><b>CL_OutputSource_Zipped::CL_OutputSource_Zipped</b></font></a> -   Constructs an output source that zips the data and passes it on to  the passed output source.<br>  If delete_output is true, the zipped output source will delete the  output source at destruction.<br><tt></tt> <a href="CL_OutputSource_Zipped.html#445"><tt><font color=blue><b>CL_OutputSource_Zipped</b></font></tt></a><tt>(<a href="CL_OutputSource.html"><tt><font color=navy><b>CL_OutputSource</b></font></tt></a>* <tt><font color=blue>output</font></tt>, <tt><font color=purple>bool</font></tt> <tt><font color=blue>delete_output</font></tt> = false)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="446"><font size=+1><b>CL_OutputSource_Zipped::CL_OutputSource_Zipped</b></font></a> -   Copy constructor. Does the same as the clone() function.<br><tt></tt> <a href="CL_OutputSource_Zipped.html#446"><tt><font color=blue><b>CL_OutputSource_Zipped</b></font></tt></a><tt>(<tt>const</tt> <a href="CL_OutputSource_Zipped.html#446"><tt><font color=blue><b>CL_OutputSource_Zipped</b></font></tt></a>& <tt><font color=blue>copy</font></tt>)</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="453"><font size=+1><b>CL_OutputSource_Zipped::clone</b></font></a> -   Make a copy of the current outputsource, standing at the same position.<br><tt><tt>virtual</tt> <a href="CL_OutputSource.html"><tt><font color=navy><b>CL_OutputSource</b></font></tt></a>*</tt> <a href="CL_OutputSource_Zipped.html#453"><tt><font color=blue><b>clone</b></font></tt></a><tt>()</tt>;<br><blockquote>  Returns - The copy of the output source.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="452"><font size=+1><b>CL_OutputSource_Zipped::close</b></font></a> -   Closes the output source.<br><tt><tt>virtual</tt> <tt><font color=purple>void</font></tt></tt> <a href="CL_OutputSource_Zipped.html#452"><tt><font color=blue><b>close</b></font></tt></a><tt>()</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="451"><font size=+1><b>CL_OutputSource_Zipped::open</b></font></a> -   Opens the output source. By default, it is open.<br><tt><tt>virtual</tt> <tt><font color=purple>void</font></tt></tt> <a href="CL_OutputSource_Zipped.html#451"><tt><font color=blue><b>open</b></font></tt></a><tt>()</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="449"><font size=+1><b>CL_OutputSource_Zipped::size</b></font></a> -   Returns the size of the output source<br><tt><tt>virtual</tt> <tt><font color=purple>int</font></tt></tt> <a href="CL_OutputSource_Zipped.html#449"><tt><font color=blue><b>size</b></font></tt></a><tt>() <tt>const</tt></tt>;<br><blockquote>  Returns - Size of the output source.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="448"><font size=+1><b>CL_OutputSource_Zipped::tell</b></font></a> -   Returns current position in output source.<br><tt><tt>virtual</tt> <tt><font color=purple>int</font></tt></tt> <a href="CL_OutputSource_Zipped.html#448"><tt><font color=blue><b>tell</b></font></tt></a><tt>() <tt>const</tt></tt>;<br><blockquote>  Returns - Current position in source.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="450"><font size=+1><b>CL_OutputSource_Zipped::write</b></font></a> -   Writes larger amounts of data (no endian and 64 bit conversion):<br><tt><tt>virtual</tt> <tt><font color=purple>int</font></tt></tt> <a href="CL_OutputSource_Zipped.html#450"><tt><font color=blue><b>write</b></font></tt></a><tt>(<tt>const</tt> <tt><font color=purple>void</font></tt>* <tt><font color=blue>data</font></tt>, <tt><font color=purple>int</font></tt> <tt><font color=blue>size</font></tt>)</tt>;<br><blockquote>  data - Points to the array from which to write.<br>  size - Number of bytes to write.<br>  Returns - Num bytes actually written.</blockquote>
<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<a name="447"><font size=+1><b>CL_OutputSource_Zipped::~CL_OutputSource_Zipped</b></font></a> -   Destructor.<br><tt><tt>virtual</tt> </tt> <a href="CL_OutputSource_Zipped.html#447"><tt><font color=blue><b>~CL_OutputSource_Zipped</b></font></tt></a><tt>()</tt>;<hr size="1" width="70%" align="left" noshade="noshade"><br><br>
<hr noshade>
<h2>Variable Member Descriptions:</h2>
<hr noshade>
</body>
</html>