#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 15 Oct 2019 18:38:04 +0200
changeset 24839 6358e8d1486d
parent 24838 b495a06f71a2
child 24840 136cc7cdf694
#DOCUMENTATION by stefan class: FileStream comment/format in: #remainingSize
FileStream.st
--- a/FileStream.st	Tue Oct 15 18:37:37 2019 +0200
+++ b/FileStream.st	Tue Oct 15 18:38:04 2019 +0200
@@ -2124,9 +2124,11 @@
 !
 
 remainingSize
-    "return the number of remaining elements in the streamed collection."
+    "return the number of remaining elements to read in the streamed collection."
 
     ^ self fileSize - self position.
+
+    "Modified (comment): / 15-10-2019 / 18:30:40 / Stefan Vogel"
 !
 
 size