ReadStream.st
changeset 24835 9612a07ed3c2
parent 23987 bba7ed9be3c1
child 24837 efa5bb751e6f
--- a/ReadStream.st	Tue Oct 15 15:15:52 2019 +0200
+++ b/ReadStream.st	Tue Oct 15 15:35:45 2019 +0200
@@ -162,11 +162,14 @@
 
 collectionSize
     "return the overall number of elements in the streamed collection
-     (both already read and to be read)."
+     (both already read and to be read).
+
+     Q: Should we consider readLimit?"
 
     ^ collection size
 
     "Created: / 30-07-2013 / 20:55:51 / cg"
+    "Modified (comment): / 15-10-2019 / 15:35:32 / Stefan Vogel"
 !
 
 copyFrom:beginning to:end