Documentation/Source/eric5.Utilities.__init__.html

changeset 1109
9552b5e16a07
parent 945
8cd4d08fa9f6
child 1127
b1802ebe0066
--- a/Documentation/Source/eric5.Utilities.__init__.html	Fri Jun 03 13:01:16 2011 +0200
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Sat Jun 04 11:53:15 2011 +0200
@@ -59,6 +59,9 @@
 <td><a href="#decode">decode</a></td>
 <td>Function to decode some byte text into a string.</td>
 </tr><tr>
+<td><a href="#decodeBytes">decodeBytes</a></td>
+<td>Function to decode some byte text into a string.</td>
+</tr><tr>
 <td><a href="#decodeString">decodeString</a></td>
 <td>Function to decode a string containing Unicode encoded characters.</td>
 </tr><tr>
@@ -426,6 +429,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="decodeBytes" ID="decodeBytes"></a>
+<h2>decodeBytes</h2>
+<b>decodeBytes</b>(<i>buffer</i>)
+<p>
+    Function to decode some byte text into a string.
+</p><dl>
+<dt><i>buffer</i></dt>
+<dd>
+byte buffer to decode (bytes)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+decoded text (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="decodeString" ID="decodeString"></a>
 <h2>decodeString</h2>
 <b>decodeString</b>(<i>text</i>)

eric ide

mercurial