PositionableStream.st
branchjv
changeset 18011 deb0c3355881
parent 17911 a99f15c5efa5
parent 13379 a4644dee3177
child 18040 a11a12546f23
equal deleted inserted replaced
18006:4e8f3d37bdbf 18011:deb0c3355881
   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 
       
   118 !PositionableStream methodsFor:'Compatibility-Dolphin'!
   117 !PositionableStream methodsFor:'Compatibility-Dolphin'!
   119 
   118 
   120 endChunk
   119 endChunk
   121     self nextPutChunkSeparator
   120     self nextPutChunkSeparator
   122 ! !
   121 ! !
   137      s skipTo:$5.
   136      s skipTo:$5.
   138      s copyFrom:1 to:(s position).    
   137      s copyFrom:1 to:(s position).    
   139      s upToEnd      
   138      s upToEnd      
   140     "
   139     "
   141 ! !
   140 ! !
   142 
       
   143 
   141 
   144 !PositionableStream methodsFor:'accessing'!
   142 !PositionableStream methodsFor:'accessing'!
   145 
   143 
   146 collection
   144 collection
   147     ^ collection
   145     ^ collection
   660 ! !
   658 ! !
   661 
   659 
   662 !PositionableStream class methodsFor:'documentation'!
   660 !PositionableStream class methodsFor:'documentation'!
   663 
   661 
   664 version
   662 version
   665     ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.154 2011/05/27 14:22:27 sr Exp $'
   663     ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.154 2011-05-27 14:22:27 sr Exp $'
   666 !
   664 !
   667 
   665 
   668 version_CVS
   666 version_CVS
   669     ^ '§Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.154 2011/05/27 14:22:27 sr Exp §'
   667     ^ '$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 10761 2012-01-19 11:46:00Z vranyj1 $'
       
   674 ! !
   668 ! !
   675 
   669 
   676 PositionableStream initialize!
   670 PositionableStream initialize!
   677 
       
   678 
       
   679