<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Stream
 (gb)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb+en">Up</a>&nbsp;
<a href="stat/user+en">Previous</a>&nbsp;
<a href="stream/byteorder+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Stream
 (gb)</h1>
This class is the parent class of every <a href="../../def/gambas+en">Gambas</a> <a href="../../def/object+en">object</a> that are <a href="../../def/stream+en">stream</a>.
<p>
These objects can be used with all the input/output <a href="../../def/gambas+en">Gambas</a> functions: <a href="../../lang/print+en">PRINT</a>, <a href="../../lang/input+en">INPUT</a>, <a href="../../lang/lineinput+en">LINE INPUT</a>, <a href="../../lang/close+en">CLOSE</a>, and so on.
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is not creatable.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a class="none" href="stream/byteorder+en">ByteOrder</a>&nbsp;&nbsp; <a class="none" href="stream/endofline+en">EndOfLine</a>&nbsp;&nbsp; <a class="none" href="stream/handle+en">Handle</a>&nbsp;&nbsp; <a class="none" href="stream/id+en">Id</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="stream/close+en">Close</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div><p>

Here is a list of classes that inherit Stream at the moment:
<ul>
<li><a href="../gb.compress/compress+en">Compress</a>
<li><a href="../gb.net.curl/curl+en">Curl</a>
<li><a href="file+en">File</a>
<li><a href="process+en">Process</a>
<li><a href="../gb.net/serialport+en">SerialPort</a>
<li><a href="../gb.net/socket+en">Socket</a>
<li><a href="../gb.compress/uncompress+en">Uncompress</a>
<li><a href="../gb.v4l/videodevice+en">VideoDevice</a>
<p>
</ul>

<hr><b>See also</b><br>
<a href="../../cat/stream+en">Stream &amp; Input/Output functions</a>&nbsp;

</div>
</body>
</html>

