chickadee » chicken » io » read-buffered

read-buffered #!optional PORTprocedure

Reads any remaining data buffered after previous read operations on PORT. If no remaining data is currently buffered, an empty string is returned. This procedure will never block. Currently only useful for string-, process- and tcp ports.