CharacterArray.st
changeset 5469 8aca7ce5626f
parent 5440 ba9207f592c9
child 5487 cb4c5ae75c63
equal deleted inserted replaced
5468:96e2cb78498f 5469:8aca7ce5626f
  3573 
  3573 
  3574     "Modified: / 13.12.1999 / 21:49:11 / cg"
  3574     "Modified: / 13.12.1999 / 21:49:11 / cg"
  3575     "Created: / 13.12.1999 / 21:49:24 / cg"
  3575     "Created: / 13.12.1999 / 21:49:24 / cg"
  3576 ! !
  3576 ! !
  3577 
  3577 
       
  3578 !CharacterArray methodsFor:'encoding'!
       
  3579 
       
  3580 encodeOn:anEncoder with:aParameter
       
  3581 
       
  3582     anEncoder encodeString:self with:aParameter
       
  3583 
       
  3584 ! !
       
  3585 
  3578 !CharacterArray methodsFor:'encoding/decoding'!
  3586 !CharacterArray methodsFor:'encoding/decoding'!
  3579 
  3587 
  3580 decodeFrom:encodingSymbol
  3588 decodeFrom:encodingSymbol
  3581     "given the receiver encoded as described by encodingSymbol, 
  3589     "given the receiver encoded as described by encodingSymbol, 
  3582      convert it into internal ST/X encoding and return a corresponding CharacterArray.
  3590      convert it into internal ST/X encoding and return a corresponding CharacterArray.
  4412     "
  4420     "
  4413 
  4421 
  4414     "Created: 12.5.1996 / 20:09:29 / cg"
  4422     "Created: 12.5.1996 / 20:09:29 / cg"
  4415     "Modified: 17.4.1997 / 12:50:23 / cg"
  4423     "Modified: 17.4.1997 / 12:50:23 / cg"
  4416 ! !
  4424 ! !
       
  4425 
  4417 
  4426 
  4418 !CharacterArray methodsFor:'special string converting'!
  4427 !CharacterArray methodsFor:'special string converting'!
  4419 
  4428 
  4420 chopTo:maxLen
  4429 chopTo:maxLen
  4421     "if the receivers size is less or equal to maxLen, return it.
  4430     "if the receivers size is less or equal to maxLen, return it.
  5544 ! !
  5553 ! !
  5545 
  5554 
  5546 !CharacterArray class methodsFor:'documentation'!
  5555 !CharacterArray class methodsFor:'documentation'!
  5547 
  5556 
  5548 version
  5557 version
  5549     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.184 2000-07-02 12:53:36 cg Exp $'
  5558     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.185 2000-07-18 09:00:03 stefan Exp $'
  5550 ! !
  5559 ! !
  5551 CharacterArray initialize!
  5560 CharacterArray initialize!