PositionableStream.st
changeset 3905 682fc38fd339
parent 3604 a86858b05849
child 3966 1013f1476687
equal deleted inserted replaced
3904:4c4cb0d94bd6 3905:682fc38fd339
   146     ].
   146     ].
   147     self position:oldPos.
   147     self position:oldPos.
   148     ^ false
   148     ^ false
   149 
   149 
   150     "Created: 1.3.1997 / 15:11:25 / cg"
   150     "Created: 1.3.1997 / 15:11:25 / cg"
       
   151 !
       
   152 
       
   153 readLimit
       
   154     "return the read-limit; thats the position at which EOF is returned"
       
   155 
       
   156     ^ readLimit
       
   157 
       
   158     "Created: / 30.10.1998 / 16:47:04 / cg"
   151 !
   159 !
   152 
   160 
   153 readLimit:aNumber
   161 readLimit:aNumber
   154     "set the read-limit; thats the position at which EOF is returned"
   162     "set the read-limit; thats the position at which EOF is returned"
   155 
   163 
   847 ! !
   855 ! !
   848 
   856 
   849 !PositionableStream class methodsFor:'documentation'!
   857 !PositionableStream class methodsFor:'documentation'!
   850 
   858 
   851 version
   859 version
   852     ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.68 1998-06-18 12:46:23 cg Exp $'
   860     ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.69 1998-10-30 15:54:44 cg Exp $'
   853 ! !
   861 ! !
   854 PositionableStream initialize!
   862 PositionableStream initialize!