WriteStream.st
changeset 7260 edfa8d6a6046
parent 7113 23182ef346a5
child 7261 f35fc9cee675
equal deleted inserted replaced
7259:e8c3fc540c21 7260:edfa8d6a6046
   227     ].
   227     ].
   228 
   228 
   229     "Modified: 19.8.1997 / 17:53:11 / cg"
   229     "Modified: 19.8.1997 / 17:53:11 / cg"
   230 ! !
   230 ! !
   231 
   231 
   232 !WriteStream methodsFor:'private accessing'!
   232 !WriteStream methodsFor:'private-accessing'!
   233 
   233 
   234 on:aCollection from:start to:last
   234 on:aCollection from:start to:last
   235     "create and return a new stream for writing onto aCollection, where
   235     "create and return a new stream for writing onto aCollection, where
   236      writing is limited to the elements in the range start to last."
   236      writing is limited to the elements in the range start to last."
   237 
   237 
   500 ! !
   500 ! !
   501 
   501 
   502 !WriteStream class methodsFor:'documentation'!
   502 !WriteStream class methodsFor:'documentation'!
   503 
   503 
   504 version
   504 version
   505     ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.51 2003-03-17 16:42:15 cg Exp $'
   505     ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.52 2003-05-07 14:14:43 cg Exp $'
   506 ! !
   506 ! !