NonPositionableExternalStream.st
changeset 15796 b3fdd3c2aec2
parent 15720 bfa2381a971a
child 15919 96f6c9fb9f7a
child 18107 d46c13a0795b
equal deleted inserted replaced
15795:c6c9844bcd82 15796:b3fdd3c2aec2
   511 
   511 
   512     self readWait.
   512     self readWait.
   513     ^ super next
   513     ^ super next
   514 !
   514 !
   515 
   515 
       
   516 nextLine
       
   517     "Redefined, to wait on pipes and sockets"
       
   518 
       
   519     self readWait.
       
   520     ^ super nextLine
       
   521 !
       
   522 
   516 nextOrNil
   523 nextOrNil
   517     "like #next, this returns the next element, if available.
   524     "like #next, this returns the next element, if available.
   518      If nothing is available, this does never raise a read-beyond end signal.
   525      If nothing is available, this does never raise a read-beyond end signal.
   519      Instead, nil is returned immediately.
   526      Instead, nil is returned immediately.
   520 
   527 
   566 ! !
   573 ! !
   567 
   574 
   568 !NonPositionableExternalStream class methodsFor:'documentation'!
   575 !NonPositionableExternalStream class methodsFor:'documentation'!
   569 
   576 
   570 version
   577 version
   571     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.63 2013-08-29 09:51:47 cg Exp $'
   578     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.64 2013-10-28 17:28:00 stefan Exp $'
   572 !
   579 !
   573 
   580 
   574 version_CVS
   581 version_CVS
   575     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.63 2013-08-29 09:51:47 cg Exp $'
   582     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.64 2013-10-28 17:28:00 stefan Exp $'
   576 ! !
   583 ! !
   577 
   584