[squeak-dev] SocketStream not a Stream?

Andreas Raab andreas.raab at gmx.de
Tue Nov 2 03:55:33 UTC 2010


Hi -

I (accidentally) noticed that SocketStream isn't a subclass of Stream. 
Is there any reason why this should remain true? It strikes me as odd as 
Stream has very few requirements (basically #next, #nextPut:, and 
#atEnd) which are trivially fulfilled by SocketStream. Anyone seeing a 
reason not to change this?

Cheers,
   - Andreas



More information about the Squeak-dev mailing list