class INSTREAM


Flattened version is here



Public


Readable Attributes
attr file : BIN_FILE_CURSOR;

Writable Attributes
attr file : BIN_FILE_CURSOR;

Features
clear
**** This routine clears any error condition for the cursor and associated file.
close
**** Close the file corresponding to self.
create(fyle : REFERENCE): SAME
create(name : STR) : SAME
eof:BOOL
**** true if EOF has been encountered.
error:BOOL
get(n:CARD):FBINSTR
**** get n octet.
get_line:FBINSTR
get_octet:OCTET
get_str:STR
position:CARD
**** return current position in file.
seek(pos:CARD)
**** go to the position in file.
stdin:SAME

The Sather Home Page