Next: , Previous: , Up: iklib io   [Index]


6.44.6 Buffer size customisation

The following bindings are exported by the (vicare) library.

Parameter: bytevector-port-buffer-size
Parameter: bytevector-port-buffer-size fixnum

Hold the buffer size for bytevector ports, like the one returned by open-bytevector-output-port. It is initialised to 16384.

Parameter: string-port-buffer-size
Parameter: string-port-buffer-size fixnum

Hold the buffer size for string ports, like the one returned by open-string-output-port. It is initialised to 256.

Parameter: input-file-buffer-size
Parameter: input-file-buffer-size fixnum

Hold the buffer size for input file ports, like the one returned by open-input-file. It is initialised to 16384.

Parameter: output-file-buffer-size
Parameter: output-file-buffer-size fixnum

Hold the buffer size for output file ports, like the one returned by open-output-file. It is initialised to 16384.

Parameter: input/output-file-buffer-size
Parameter: input/output-file-buffer-size fixnum

Hold the buffer size for input/output file ports, like the one returned by open-file-input/output-prot. It is initialised to 16384.

Parameter: input/output-socket-buffer-size
Parameter: input/output-socket-buffer-size fixnum

Hold the buffer size for socket ports. It is initialised to 16384.