On Thu, 22 Jul 2004, Tanaka Akira wrote:

> In article <Pine.LNX.4.60.0407210648370.13231 / harp.ngdc.noaa.gov>,
>  "Ara.T.Howard" <ahoward / noaa.gov> writes:
>
>> why not
>>
>>    IO#receive
>
> It doesn't represent the difference from IO#read.
> --
> Tanaka Akira

consider


   IO.read

     actively takes characters from IO until EOF is found

   IO.receive

     passively receives any waiting characters from IO

??

-a
--
===============================================================================
| EMAIL   :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE   :: 303.497.6469
| A flower falls, even though we love it;
| and a weed grows, even though we do not love it. 
|   --Dogen
===============================================================================