CharacterArray.st
changeset 11243 4bf099f5bb56
parent 11229 4fa83d5e806d
child 11292 d331195c0d2d
equal deleted inserted replaced
11242:ea498cc85663 11243:4bf099f5bb56
   224      String readFrom:('1 ''hello'' ' readStream) onError:['foobar']
   224      String readFrom:('1 ''hello'' ' readStream) onError:['foobar']
   225     "
   225     "
   226 
   226 
   227     "Created: / 05-07-2006 / 16:41:04 / cg"
   227     "Created: / 05-07-2006 / 16:41:04 / cg"
   228     "Modified: / 06-10-2006 / 14:05:32 / cg"
   228     "Modified: / 06-10-2006 / 14:05:32 / cg"
       
   229 !
       
   230 
       
   231 writeStream
       
   232     "create a write-stream on an instance of the receiver-class"
       
   233 
       
   234     ^ CharacterWriteStream on:(self new:50).
       
   235 
       
   236     "
       
   237      String writeStream
       
   238     "
   229 ! !
   239 ! !
   230 
   240 
   231 !CharacterArray class methodsFor:'Compatibility-VW'!
   241 !CharacterArray class methodsFor:'Compatibility-VW'!
   232 
   242 
   233 fromIntegerArray: anArray
   243 fromIntegerArray: anArray
  5501 ! !
  5511 ! !
  5502 
  5512 
  5503 !CharacterArray class methodsFor:'documentation'!
  5513 !CharacterArray class methodsFor:'documentation'!
  5504 
  5514 
  5505 version
  5515 version
  5506     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.380 2008-10-19 11:13:10 cg Exp $'
  5516     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.381 2008-10-20 10:59:41 stefan Exp $'
  5507 ! !
  5517 ! !
  5508 
  5518 
  5509 CharacterArray initialize!
  5519 CharacterArray initialize!