NonPositionableExternalStream.st
changeset 15922 af9427f065b7
parent 15919 96f6c9fb9f7a
child 15924 73f0da45e706
equal deleted inserted replaced
15921:9941c0e5132a 15922:af9427f065b7
   212 
   212 
   213 initialize
   213 initialize
   214     "non-positionalble streams do now work well when buffered"
   214     "non-positionalble streams do now work well when buffered"
   215 
   215 
   216     super initialize.
   216     super initialize.
   217     self buffered:false.
   217     buffered := false.
   218 ! !
   218 ! !
   219 
   219 
   220 !NonPositionableExternalStream methodsFor:'non homogenous reading'!
   220 !NonPositionableExternalStream methodsFor:'non homogenous reading'!
   221 
   221 
   222 nextBytes:count into:anObject startingAt:start
   222 nextBytes:count into:anObject startingAt:start
   582 ! !
   582 ! !
   583 
   583 
   584 !NonPositionableExternalStream class methodsFor:'documentation'!
   584 !NonPositionableExternalStream class methodsFor:'documentation'!
   585 
   585 
   586 version
   586 version
   587     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.65 2014-01-28 22:21:05 stefan Exp $'
   587     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.66 2014-01-29 13:35:26 stefan Exp $'
   588 !
   588 !
   589 
   589 
   590 version_CVS
   590 version_CVS
   591     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.65 2014-01-28 22:21:05 stefan Exp $'
   591     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.66 2014-01-29 13:35:26 stefan Exp $'
   592 ! !
   592 ! !
   593 
   593