Paul Baumann May 21, 2010
GS/S implements read streams and write streams, but not a stream that can do both. GS/S is the only Smalltalk dialect without a ReadWriteStream. The file-in in the attached file adds ReadWriteStream to Globals. Hopefully GemStone will make this part of their product.
I release this code as Public Domain. Enjoy.
Paul Baumann