class INSTREAM |
---|
attr file : BIN_FILE_CURSOR; |
---|
attr file : BIN_FILE_CURSOR; |
---|
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 |
---|