autodoc.git
/
traditional_manual
/
chapter_21.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional_manual/chapter_21.html:71395:
<hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span> <span class='homogen--name'><b>read_le_int</b></span> </dt> <dd><p><code><code class='datatype'>int</code> <b><span class='method'>read_le_int</span>(</b><code class='datatype'>int</code> <code class='argument'>n</code><b>)</b></code></p></dd> <dt class='head--doc'>Description</dt>
-
<dd class='body--doc'><p>Read a
big
endian byte order unsigned number of size n*8 bits,
+
<dd class='body--doc'><p>Read a
little
endian byte order unsigned number of size n*8 bits,
then return it.</p> <p> Will return -1 if there is not enough buffer space available unless error mode is set to throw errors.</p> </dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>read_int</code></p> </dd></dl> <hr />