CharacterArray.st
changeset 17213 1031d5018042
parent 17205 b266cb703584
child 17215 0906efa5645d
--- a/CharacterArray.st	Thu Dec 11 18:08:43 2014 +0100
+++ b/CharacterArray.st	Sun Dec 14 12:20:23 2014 +0100
@@ -230,7 +230,10 @@
 !
 
 writeStreamClass
-    "the class used by writeStream"
+    "the class used by writeStream.
+     Here, we return CharacterWriteStream, which automatically changes
+     the underlying collection to a multiByte string (i.e. UnicodeString).
+     So you can stream wide characters into it."
 
     ^ CharacterWriteStream
 
@@ -7264,11 +7267,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.559 2014-12-09 16:39:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.560 2014-12-14 11:20:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.559 2014-12-09 16:39:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.560 2014-12-14 11:20:23 cg Exp $'
 ! !