Squeak SmalltalkJoker Squeak Smalltalk : System : prevnext Text File Stream

All in all I think that unless we merge TextStream with TextFile I'm
happy with the name as it is. Merging is something that I actually
thought about quite a bit (but I haven't done anything yet) as it
would be Really Nice (tm) if we were able to do something like this:
 myFile := TextFile newFileNamed: 'workspace.html'.
 myFile encoding: #html.
 myFile nextPutAll: workspace contents. "formatted text"
etc.
Cheers,
  - Andreas