#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 19 Nov 2019 14:30:10 +0100
changeset 5260 2cc9d375be98
parent 5259 fa49d09cad7b
child 5261 ccb88f201f54
#FEATURE by cg class: IteratorStream added: #atEnd
IteratorStream.st
--- a/IteratorStream.st	Tue Nov 19 14:12:45 2019 +0100
+++ b/IteratorStream.st	Tue Nov 19 14:30:10 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2019 by Claus Gittinger
               All Rights Reserved
@@ -76,6 +78,11 @@
 
 !IteratorStream methodsFor:'accessing'!
 
+atEnd
+    ^ false
+
+!
+
 contentsSpecies
     "return a class of which instances will be returned, when
      parts of the collection are asked for.