2.0
3.0
>
comp
>
gb
>
stream
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Stream (gb)
This class is the parent class of every
Gambas
object
that are
stream
.
These objects can be used with all the input/output
Gambas
functions:
PRINT
,
INPUT
,
LINE INPUT
,
CLOSE
, and so on.
Symbols
This class is not creatable.
Properties
Methods
Blocking
ByteOrder
EndOfFile
EndOfLine
Handle
Lines
Tag
Begin
Close
Drop
ReadLine
Send
Here is a list of classes that inherit Stream at the moment:
Compress
Curl
Dosya
Process
SerialPort
Socket
Uncompress
VideoDevice
See also
Stream & Input/Output functions