<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>OsclBinIStreamLittleEndian class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.2.18 --> <center> <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> <hr><h1>OsclBinIStreamLittleEndian Class Reference<br> <small> [<a class="el" href="group__osclutil.html">OSCL Util</a>]</small> </h1><code>#include <<a class="el" href="oscl__bin__stream_8h-source.html">oscl_bin_stream.h</a>></code> <p> <p>Inheritance diagram for OsclBinIStreamLittleEndian: <p><center><img src="classOsclBinIStreamLittleEndian.png" usemap="#OsclBinIStreamLittleEndian_map" border="0" alt=""></center> <map name="OsclBinIStreamLittleEndian_map"> <area href="classOsclBinIStream.html" alt="OsclBinIStream" shape="rect" coords="0,56,163,80"> <area href="classOsclBinStream.html" alt="OsclBinStream" shape="rect" coords="0,0,163,24"> </map> <table border=0 cellpadding=0 cellspacing=0> <tr><td></td></tr> <tr><td colspan=2><br><h2>Public Methods</h2></td></tr> <tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a0">OsclBinIStreamLittleEndian</a> ()</td></tr> <tr><td nowrap align=right valign=top>OsclBinIStreamLittleEndian & </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a1">operator>></a> (int8 &data)</td></tr> <tr><td> </td><td><font size=-1><em>This method reads a int8 from the stream and stores it in 'data'.</em> <a href="#a1"></a><em></em></font><br><br></td></tr> <tr><td nowrap align=right valign=top>OsclBinIStreamLittleEndian & </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a2">operator>></a> (uint8 &data)</td></tr> <tr><td> </td><td><font size=-1><em>This method reads a uint8 from the stream and stores it in 'data'.</em> <a href="#a2"></a><em></em></font><br><br></td></tr> <tr><td nowrap align=right valign=top>OsclBinIStreamLittleEndian & </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a3">operator>></a> (int16 &data)</td></tr> <tr><td> </td><td><font size=-1><em>This method reads a int16 from the stream and stores it in 'data'.</em> <a href="#a3"></a><em></em></font><br><br></td></tr> <tr><td nowrap align=right valign=top>OsclBinIStreamLittleEndian & </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a4">operator>></a> (uint16 &data)</td></tr> <tr><td> </td><td><font size=-1><em>This method reads a uint16 from the stream and stores it in 'data'.</em> <a href="#a4"></a><em></em></font><br><br></td></tr> <tr><td nowrap align=right valign=top>OsclBinIStreamLittleEndian & </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a5">operator>></a> (int32 &data)</td></tr> <tr><td> </td><td><font size=-1><em>This method reads a int32 from the stream and stores it in 'data'.</em> <a href="#a5"></a><em></em></font><br><br></td></tr> <tr><td nowrap align=right valign=top>OsclBinIStreamLittleEndian & </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#a6">operator>></a> (uint32 &data)</td></tr> <tr><td> </td><td><font size=-1><em>This method reads a uint32 from the stream and stores it in 'data'.</em> <a href="#a6"></a><em></em></font><br><br></td></tr> <tr><td colspan=2><br><h2>Protected Methods</h2></td></tr> <tr><td nowrap align=right valign=top>uint16 </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#b0">Read_uint16</a> ()</td></tr> <tr><td nowrap align=right valign=top>uint32 </td><td valign=bottom><a class="el" href="classOsclBinIStreamLittleEndian.html#b1">Read_uint32</a> ()</td></tr> </table> <hr><h2>Constructor & Destructor Documentation</h2> <a name="a0" doxytag="OsclBinIStreamLittleEndian::OsclBinIStreamLittleEndian"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian::OsclBinIStreamLittleEndian </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <hr><h2>Member Function Documentation</h2> <a name="a6" doxytag="OsclBinIStreamLittleEndian::operator>>"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian& OsclBinIStreamLittleEndian::operator>> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">uint32 & </td> <td class="mdname1" valign="top" nowrap> <em>data</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> This method reads a uint32 from the stream and stores it in 'data'. <p> </td> </tr> </table> <a name="a5" doxytag="OsclBinIStreamLittleEndian::operator>>"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian& OsclBinIStreamLittleEndian::operator>> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">int32 & </td> <td class="mdname1" valign="top" nowrap> <em>data</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> This method reads a int32 from the stream and stores it in 'data'. <p> </td> </tr> </table> <a name="a4" doxytag="OsclBinIStreamLittleEndian::operator>>"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian& OsclBinIStreamLittleEndian::operator>> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">uint16 & </td> <td class="mdname1" valign="top" nowrap> <em>data</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> This method reads a uint16 from the stream and stores it in 'data'. <p> </td> </tr> </table> <a name="a3" doxytag="OsclBinIStreamLittleEndian::operator>>"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian& OsclBinIStreamLittleEndian::operator>> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">int16 & </td> <td class="mdname1" valign="top" nowrap> <em>data</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> This method reads a int16 from the stream and stores it in 'data'. <p> </td> </tr> </table> <a name="a2" doxytag="OsclBinIStreamLittleEndian::operator>>"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian& OsclBinIStreamLittleEndian::operator>> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">uint8 & </td> <td class="mdname1" valign="top" nowrap> <em>data</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> This method reads a uint8 from the stream and stores it in 'data'. <p> </td> </tr> </table> <a name="a1" doxytag="OsclBinIStreamLittleEndian::operator>>"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> OsclBinIStreamLittleEndian& OsclBinIStreamLittleEndian::operator>> </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">int8 & </td> <td class="mdname1" valign="top" nowrap> <em>data</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> This method reads a int8 from the stream and stores it in 'data'. <p> </td> </tr> </table> <a name="b0" doxytag="OsclBinIStreamLittleEndian::Read_uint16"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> uint16 OsclBinIStreamLittleEndian::Read_uint16 </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [protected]</code></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <a name="b1" doxytag="OsclBinIStreamLittleEndian::Read_uint32"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> uint32 OsclBinIStreamLittleEndian::Read_uint32 </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [protected]</code></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td> <p> </td> </tr> </table> <hr>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="oscl__bin__stream_8h-source.html">oscl_bin_stream.h</a></ul> <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> </small></address> </body> </html>