[ANN] IOHandle V1.1 released (updated for Squeak 2.9a)

David T. Lewis lewis at mail.msen.com
Thu Dec 28 14:41:04 UTC 2000


IOHandle adds classes which represent input/output on external
channels, such as files or sockets. The FileStream and Socket
hierarchies are modified to refer to instances of IOHandle rather
than to raw byte arrays when invoking primitives. FileStreams
and Sockets collaborate with instances of IOHandle, separating
the streaming and protocol behavior from external device access
behavior.

This change set is not easily removed from the system, so please
begin with a fresh copy of your image before loading IOHandle.
The change set is distributed in two parts which must be loaded
in sequence.

Dave

-------------- next part --------------
A non-text attachment was scrubbed...
Name: IOHandle-part-1.1.cs.gz
Type: application/x-gunzip
Size: 6543 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20001228/84f1028b/IOHandle-part-1.1.cs.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IOHandle-part-2.1.cs.gz
Type: application/x-gunzip
Size: 22523 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20001228/84f1028b/IOHandle-part-2.1.cs.bin


More information about the Squeak-dev mailing list