PositionableStream.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
   112     ^ ZeroPosition
   112     ^ ZeroPosition
   113 
   113 
   114     "Modified: / 13-07-2006 / 20:36:54 / cg"
   114     "Modified: / 13-07-2006 / 20:36:54 / cg"
   115 ! !
   115 ! !
   116 
   116 
       
   117 
   117 !PositionableStream methodsFor:'Compatibility-Dolphin'!
   118 !PositionableStream methodsFor:'Compatibility-Dolphin'!
   118 
   119 
   119 endChunk
   120 endChunk
   120     self nextPutChunkSeparator
   121     self nextPutChunkSeparator
   121 ! !
   122 ! !
   136      s skipTo:$5.
   137      s skipTo:$5.
   137      s copyFrom:1 to:(s position).    
   138      s copyFrom:1 to:(s position).    
   138      s upToEnd      
   139      s upToEnd      
   139     "
   140     "
   140 ! !
   141 ! !
       
   142 
   141 
   143 
   142 !PositionableStream methodsFor:'accessing'!
   144 !PositionableStream methodsFor:'accessing'!
   143 
   145 
   144 collection
   146 collection
   145     ^ collection
   147     ^ collection
   658 ! !
   660 ! !
   659 
   661 
   660 !PositionableStream class methodsFor:'documentation'!
   662 !PositionableStream class methodsFor:'documentation'!
   661 
   663 
   662 version
   664 version
   663     ^ '$Id: PositionableStream.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   665     ^ '$Id: PositionableStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   664 !
   666 !
   665 
   667 
   666 version_CVS
   668 version_CVS
   667     ^ '§Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.154 2011/05/27 14:22:27 sr Exp §'
   669     ^ '§Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.154 2011/05/27 14:22:27 sr Exp §'
       
   670 !
       
   671 
       
   672 version_SVN
       
   673     ^ '$Id: PositionableStream.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   668 ! !
   674 ! !
   669 
   675 
   670 PositionableStream initialize!
   676 PositionableStream initialize!