read_all


read_all(@optionals = current_reader(), reader = read)
      

Repeatedly call the function reader with the input stream s as the sole argument and accumulate a list of each value returned up to the end-of-file object. Return the accumulated list without the end-of-file object.

Also see:

read_all_bytes
read_all_chars


Core Module Index | Contents