CharacterArray.st
changeset 17213 1031d5018042
parent 17205 b266cb703584
child 17215 0906efa5645d
equal deleted inserted replaced
17212:2e02d9d621da 17213:1031d5018042
   228     "Created: / 05-07-2006 / 16:41:04 / cg"
   228     "Created: / 05-07-2006 / 16:41:04 / cg"
   229     "Modified: / 06-10-2006 / 14:05:32 / cg"
   229     "Modified: / 06-10-2006 / 14:05:32 / cg"
   230 !
   230 !
   231 
   231 
   232 writeStreamClass
   232 writeStreamClass
   233     "the class used by writeStream"
   233     "the class used by writeStream.
       
   234      Here, we return CharacterWriteStream, which automatically changes
       
   235      the underlying collection to a multiByte string (i.e. UnicodeString).
       
   236      So you can stream wide characters into it."
   234 
   237 
   235     ^ CharacterWriteStream
   238     ^ CharacterWriteStream
   236 
   239 
   237     "
   240     "
   238      String writeStream
   241      String writeStream
  7262 
  7265 
  7263 
  7266 
  7264 !CharacterArray class methodsFor:'documentation'!
  7267 !CharacterArray class methodsFor:'documentation'!
  7265 
  7268 
  7266 version
  7269 version
  7267     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.559 2014-12-09 16:39:02 cg Exp $'
  7270     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.560 2014-12-14 11:20:23 cg Exp $'
  7268 !
  7271 !
  7269 
  7272 
  7270 version_CVS
  7273 version_CVS
  7271     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.559 2014-12-09 16:39:02 cg Exp $'
  7274     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.560 2014-12-14 11:20:23 cg Exp $'
  7272 ! !
  7275 ! !
  7273 
  7276 
  7274 
  7277 
  7275 CharacterArray initialize!
  7278 CharacterArray initialize!