Stream.st
changeset 360 90c3608b92a3
parent 346 0972a503d783
child 379 5b5a130ccd09
--- a/Stream.st	Tue Jun 27 04:15:21 1995 +0200
+++ b/Stream.st	Sun Jul 02 03:08:30 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.19 1995-05-16 18:01:39 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.20 1995-07-02 01:08:30 claus Exp $
 '!
 
 !Stream class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.19 1995-05-16 18:01:39 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.20 1995-07-02 01:08:30 claus Exp $
 "
 !
 
@@ -770,6 +770,12 @@
     ^ false
 !
 
+isPositionable
+    "return true, if the stream supports positioning (some do not)"
+
+    ^ false
+!
+
 isStream
     "return true, if the receiver is some kind of Stream."