<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<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>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../gb%3Fen">Up</a>&nbsp;&nbsp;
<a href="stat/user%3Fen">Previous</a>&nbsp;&nbsp;
<a href="stream/byteorder%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Stream
 (gb)</h1>
This class is the parent class of every <a href="../../def/gambas%3Fen">Gambas</a> object that are <a href="../../def/stream%3Fen">stream</a>.
<p>
These objects can be used with all the input/output <a href="../../def/gambas%3Fen">Gambas</a> functions: <a href="../../lang/print%3Fen">PRINT</a>, <a href="../../lang/input%3Fen">INPUT</a>, <a href="../../lang/lineinput%3Fen">LINE INPUT</a>, <a href="../../lang/close%3Fen">CLOSE</a>, and so on.
<p>
<div class="black"><font color="white" 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>
</tr>
<tr valign=top>
<td>
<a href="stream/byteorder%3Fen">ByteOrder</a>&nbsp;&nbsp; <a href="stream/endofline%3Fen">EndOfLine</a>&nbsp;&nbsp; <a href="stream/handle%3Fen">Handle</a>&nbsp;&nbsp; <a href="stream/id%3Fen">Id</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div><p>

<div class="warning"><table class="none" border="0"><tr><td width="40" valign="top"><img border="0" src="../../../img/info.png" align="center"></td><td valign="top">
Here is a list of classes that inherits Stream at the moment:
<ul>
<li><a href="../gb.compress/compress%3Fen">Compress</a>
<li>Curl
<li><a href="file%3Fen">File</a>
<li><a href="process%3Fen">Process</a>
<li><a href="../gb.net/serialport%3Fen">SerialPort</a>
<li><a href="../gb.net/socket%3Fen">Socket</a>
<li><a href="../gb.compress/uncompress%3Fen">Uncompress</a>
<li>VideoDevice
</ul>

</td></tr></table></div>
<p>
<hr><b>See also</b><br>
<a href="../../cat/stream%3Fen">Stream &amp; Input/Output functions</a>&nbsp;&nbsp;

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

