Next: built-in ports binin, Previous: built-in ports texou, Up: built-in ports [Contents][Index]
Type of textual input/output ports.
<textual-input/output-port>: <port> type-constructor portValidate port as instance of <textual-input/output-port> and return it.
<textual-input/output-port>: <boolean> type-predicate objThe type predicate is textual-input/output-port?.
<textual-input/output-port>: <reader-input-port-mode> mode this<textual-input/output-port>: () mode this {mode <reader-input-port-mode>}Accessor and mutator for the port reader mode. The accessor applies port-mode to the
argument; the mutator applies set-port-mode! to the arguments.
<textual-input/output-port>: &source-position textual-position thisApply port-textual-position to the argument and return its return value.
<textual-input/output-port>: <boolean> eof? thisApply port-eof? to the instance and return its return value.
<textual-input/output-port>: <output-port-buffer-mode> buffer-mode this<textual-input/output-port>: () buffer-mode this {buffer-mode <output-port-buffer-mode>}Accessor and mutator for the port buffer mode. The accessor applies output-port-buffer-mode
to the argument; the mutator applies set-port-buffer-mode! to the arguments.
<textual-input/output-port>: () flush thisApply flush-output-port to the instance.
<textual-input/output-port>: &source-position textual-position thisApply port-textual-position to the argument and return its return value.