NonPositionableExternalStream.st
changeset 1344 32a51164b237
parent 1295 83f594f05c52
child 2896 be30640b9012
equal deleted inserted replaced
1343:b0ee705c63e0 1344:32a51164b237
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 UnboundedExternalStream subclass:#NonPositionableExternalStream
    13 ExternalStream subclass:#NonPositionableExternalStream
    14 	instanceVariableNames:''
    14 	instanceVariableNames:''
    15 	classVariableNames:'StdInStream StdOutStream StdErrorStream'
    15 	classVariableNames:'StdInStream StdOutStream StdErrorStream'
    16 	poolDictionaries:''
    16 	poolDictionaries:''
    17 	category:'Streams-External'
    17 	category:'Streams-External'
    18 !
    18 !
   220 ! !
   220 ! !
   221 
   221 
   222 !NonPositionableExternalStream class methodsFor:'documentation'!
   222 !NonPositionableExternalStream class methodsFor:'documentation'!
   223 
   223 
   224 version
   224 version
   225     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.27 1996-04-25 17:02:24 cg Exp $'
   225     ^ '$Header: /cvs/stx/stx/libbasic/NonPositionableExternalStream.st,v 1.28 1996-05-07 22:30:13 stefan Exp $'
   226 ! !
   226 ! !