Next: iklib io plists, Previous: iklib io textual, Up: iklib io [Index]
The following bindings are exported by the (vicare)
library.
Hold the buffer size for bytevector ports, like the one returned by
open-bytevector-output-port
. It is initialised to 16384.
Hold the buffer size for string ports, like the one returned by
open-string-output-port
. It is initialised to 256.
Hold the buffer size for input file ports, like the one returned by
open-input-file
. It is initialised to 16384.
Hold the buffer size for output file ports, like the one returned by
open-output-file
. It is initialised to 16384.
Hold the buffer size for input/output file ports, like the one returned
by open-file-input/output-prot
. It is initialised to
16384.
Hold the buffer size for socket ports. It is initialised to 16384.