Home / comp / gb / stream 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
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 
ByteOrder  EndOfFile  EndOfLine  Handle  Id    Close   

Here is a list of classes that inherit Stream at the moment:

See also

Stream & Input/Output functions