Next: , Previous: , Up: built-in ports   [Contents][Index]


6.23.7 Binary input/output ports

Core Type: <binary-input/output-port>
Parent Type: <port>

Type of binary input/output ports.

Constructor on <binary-input/output-port>: <port> type-constructor port

Validate port as instance of <binary-input/output-port> and return it.

Type predicate on <binary-input/output-port>: <boolean> type-predicate obj

The type predicate is binary-input/output-port?.

Methods: input side

Method on <binary-input/output-port>: <boolean> eof? this

Apply port-eof? to the instance and return its return value.

Methods: output side

Method on <binary-input/output-port>: () flush this

Apply flush-output-port to the instance.