EncodedStream.st
changeset 8444 354d0c48618d
parent 8213 0f9d34b2afb2
child 8447 9bdea3431846
equal deleted inserted replaced
8443:7bc4348c059e 8444:354d0c48618d
    91 
    91 
    92 nextPutAll:aCollection
    92 nextPutAll:aCollection
    93     stream nextPutAll:(encoder encodeString:aCollection).
    93     stream nextPutAll:(encoder encodeString:aCollection).
    94 !
    94 !
    95 
    95 
       
    96 peek
       
    97     ^ stream peek
       
    98 !
       
    99 
    96 peekFor:aCharacter
   100 peekFor:aCharacter
    97     ^ stream peekFor:aCharacter
   101     ^ stream peekFor:aCharacter
    98 !
   102 !
    99 
   103 
   100 position
   104 position
   130 ! !
   134 ! !
   131 
   135 
   132 !EncodedStream class methodsFor:'documentation'!
   136 !EncodedStream class methodsFor:'documentation'!
   133 
   137 
   134 version
   138 version
   135     ^ '$Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.7 2004-03-16 11:37:50 cg Exp $'
   139     ^ '$Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.8 2004-07-13 08:39:48 cg Exp $'
   136 ! !
   140 ! !