Stream.st
changeset 5395 8766e18acdb5
parent 5392 deafa504029a
child 5628 1dc85c4c4b7c
equal deleted inserted replaced
5394:f877659e09f7 5395:8766e18acdb5
  1249     ^ 80
  1249     ^ 80
  1250 
  1250 
  1251     "Modified: 15.5.1996 / 17:57:01 / cg"
  1251     "Modified: 15.5.1996 / 17:57:01 / cg"
  1252 !
  1252 !
  1253 
  1253 
       
  1254 lineNumber
       
  1255     "return the current lineNumber if known"
       
  1256 
       
  1257     ^ nil
       
  1258 
       
  1259 
       
  1260 !
       
  1261 
  1254 pageFormat
  1262 pageFormat
  1255     "return the pageFormat - nil here.
  1263     "return the pageFormat - nil here.
  1256      This has NO meaning whatsoever to regular streams;
  1264      This has NO meaning whatsoever to regular streams;
  1257      however, it has been added for protocol compatibility with printerStreams"
  1265      however, it has been added for protocol compatibility with printerStreams"
  1258 
  1266 
  2162 ! !
  2170 ! !
  2163 
  2171 
  2164 !Stream class methodsFor:'documentation'!
  2172 !Stream class methodsFor:'documentation'!
  2165 
  2173 
  2166 version
  2174 version
  2167     ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.89 2000-05-22 10:54:36 cg Exp $'
  2175     ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.90 2000-05-22 12:02:31 cg Exp $'
  2168 ! !
  2176 ! !
  2169 Stream initialize!
  2177 Stream initialize!