PositionableStream.st
changeset 3905 682fc38fd339
parent 3604 a86858b05849
child 3966 1013f1476687
--- a/PositionableStream.st	Thu Oct 29 21:36:23 1998 +0100
+++ b/PositionableStream.st	Fri Oct 30 16:54:44 1998 +0100
@@ -150,6 +150,14 @@
     "Created: 1.3.1997 / 15:11:25 / cg"
 !
 
+readLimit
+    "return the read-limit; thats the position at which EOF is returned"
+
+    ^ readLimit
+
+    "Created: / 30.10.1998 / 16:47:04 / cg"
+!
+
 readLimit:aNumber
     "set the read-limit; thats the position at which EOF is returned"
 
@@ -849,6 +857,6 @@
 !PositionableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.68 1998-06-18 12:46:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.69 1998-10-30 15:54:44 cg Exp $'
 ! !
 PositionableStream initialize!