ActorStream.st
changeset 5254 200344d83a87
parent 5239 6641e2aad45c
child 5461 2bf7d49fb682
equal deleted inserted replaced
5253:5e092489232f 5254:200344d83a87
    92      (see upTo-kind of methods in Stream)"
    92      (see upTo-kind of methods in Stream)"
    93 
    93 
    94     ^ contentsSpecies ? String
    94     ^ contentsSpecies ? String
    95 !
    95 !
    96 
    96 
    97 contentsSpecies:something
    97 contentsSpecies:aCollectionClass
    98     contentsSpecies := something.
    98     contentsSpecies := aCollectionClass.
    99 ! !
    99 ! !
   100 
   100 
   101 !ActorStream methodsFor:'converting'!
   101 !ActorStream methodsFor:'converting'!
   102 
   102 
   103 readStream
   103 readStream