WriteStream.st
changeset 19437 a769ab315e75
parent 18294 5c7b472ab445
child 19478 1f5aa87f6170
child 19643 98714992ae69
equal deleted inserted replaced
19436:959346d06370 19437:a769ab315e75
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1989 by Claus Gittinger
     2  COPYRIGHT (c) 1989 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   293 
   291 
   294     "Created: / 8.11.1997 / 14:06:07 / cg"
   292     "Created: / 8.11.1997 / 14:06:07 / cg"
   295 !
   293 !
   296 
   294 
   297 isWritable
   295 isWritable
   298     "return true, if writing is supported by the recevier.
   296     "return true, if writing is supported by the receiver.
   299      Always return true here"
   297      Always return true here"
   300 
   298 
   301     ^ true
   299     ^ true
   302 
   300 
   303     "Modified: 16.5.1996 / 14:44:49 / cg"
   301     "Modified: 16.5.1996 / 14:44:49 / cg"
   642 ! !
   640 ! !
   643 
   641 
   644 !WriteStream class methodsFor:'documentation'!
   642 !WriteStream class methodsFor:'documentation'!
   645 
   643 
   646 version
   644 version
   647     ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.97 2015-04-27 17:04:19 cg Exp $'
   645     ^ '$Header$'
   648 !
   646 !
   649 
   647 
   650 version_CVS
   648 version_CVS
   651     ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.97 2015-04-27 17:04:19 cg Exp $'
   649     ^ '$Header$'
   652 ! !
   650 ! !
       
   651