WriteStream.st
changeset 10281 47dd93edcfa5
parent 10070 ee4e2cf0a591
child 11324 670872419b37
equal deleted inserted replaced
10280:acca50cc0f17 10281:47dd93edcfa5
    48     Collections which cannot grow easily are for example: Array, ByteArray and String.
    48     Collections which cannot grow easily are for example: Array, ByteArray and String.
    49     Thus it is slightly incompatible to ST-80 since 'aStream contents' does 
    49     Thus it is slightly incompatible to ST-80 since 'aStream contents' does 
    50     not always return the original collection. This may change.
    50     not always return the original collection. This may change.
    51 
    51 
    52     [author:]
    52     [author:]
    53 	Claus Gittinger
    53         Claus Gittinger
       
    54 
       
    55     [see also:]
       
    56         CharacterWriteStream (if streaming for a unicode string)
    54 "
    57 "
    55 !
    58 !
    56 
    59 
    57 examples
    60 examples
    58 "
    61 "
   588 ! !
   591 ! !
   589 
   592 
   590 !WriteStream class methodsFor:'documentation'!
   593 !WriteStream class methodsFor:'documentation'!
   591 
   594 
   592 version
   595 version
   593     ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.66 2006-10-11 11:32:44 fm Exp $'
   596     ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.67 2006-12-21 13:18:19 cg Exp $'
   594 ! !
   597 ! !