Stream.st
changeset 16086 9b40fde96544
parent 16085 b2331a389345
child 16197 9e2f05c2fd42
equal deleted inserted replaced
16085:b2331a389345 16086:9b40fde96544
   291 
   291 
   292     ^ self
   292     ^ self
   293 ! !
   293 ! !
   294 
   294 
   295 !Stream methodsFor:'converting'!
   295 !Stream methodsFor:'converting'!
       
   296 
       
   297 asLineNumberReadStream
       
   298     ^ LineNumberReadStream on:self
       
   299 !
   296 
   300 
   297 asStream
   301 asStream
   298     ^ self
   302     ^ self
   299 ! !
   303 ! !
   300 
   304 
  3488 ! !
  3492 ! !
  3489 
  3493 
  3490 !Stream class methodsFor:'documentation'!
  3494 !Stream class methodsFor:'documentation'!
  3491 
  3495 
  3492 version
  3496 version
  3493     ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.213 2014-02-20 07:02:12 cg Exp $'
  3497     ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.214 2014-02-20 07:03:34 cg Exp $'
  3494 !
  3498 !
  3495 
  3499 
  3496 version_CVS
  3500 version_CVS
  3497     ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.213 2014-02-20 07:02:12 cg Exp $'
  3501     ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.214 2014-02-20 07:03:34 cg Exp $'
  3498 ! !
  3502 ! !
  3499 
  3503 
  3500 
  3504 
  3501 Stream initialize!
  3505 Stream initialize!