PeekableStream.st
branchjv
changeset 21042 edb2e7f82c62
parent 20134 cab81d17f2d9
parent 21033 c31725b2b658
child 21242 19fabe339f8b
--- a/PeekableStream.st	Thu Nov 24 06:40:21 2016 +0100
+++ b/PeekableStream.st	Fri Nov 25 07:07:27 2016 +0100
@@ -125,6 +125,12 @@
     "Modified: / 23-10-2006 / 16:33:40 / cg"
 ! !
 
+!PeekableStream class methodsFor:'testing'!
+
+isAbstract
+    ^ self == PeekableStream
+! !
+
 !PeekableStream methodsFor:'chunk input/output'!
 
 nextChunk