Next: SRFI-56 I/O extensions, Up: SRFI-56
Return
#tif obj is a port that supports character operations.
Return an input port for filename such that
binary-port?applied to it returns#t.
Return an output port for filename such that
binary-port?applied to it returns#t.
Open binary input port to filename and call proc with it.
Open binary output port to filename and call proc with it.