class OUTSTREAM < $OSTREAM
****


Flattened version is here

Ancestors
$OSTREAM



Public


Readable Attributes
attr chan : REFERENCE;
**** channel for output. the OS file handle

Writable Attributes
attr chan : REFERENCE;
**** channel for output. the OS file handle

Features
clear
**** This routine clears any error condition for the cursor and associated file.
close
create(fyle : REFERENCE): SAME
**** fyle: channel for output / the OS file handle
create(name : STR) : SAME
error:BOOL
flush
plus(s:BINSTR)
plus(s:BINSTR):SAME
plus(s:STR)
plus(s:STR):SAME
**** plus(s:CHAR):SAME is file+#OCTET(s); return self; end;plus(s:CHAR) is file+#OCTET(s); end;
stdout:SAME

The Sather Home Page