transforms/Xtreams__CollectReadStream.st
changeset 27 2cc5a8a3ca14
parent 10 3813193bdf4e
child 35 f4e4e88a477e
--- a/transforms/Xtreams__CollectReadStream.st	Mon Nov 21 06:44:34 2011 +0000
+++ b/transforms/Xtreams__CollectReadStream.st	Mon Nov 21 06:45:03 2011 +0000
@@ -5,8 +5,8 @@
 ReadStream subclass:#CollectReadStream
 	instanceVariableNames:'block cache contentsSpecies direct'
 	classVariableNames:''
-	poolDictionaries:''
-	category:'My Classes'
+	poolDictionaries:'XtreamsPool'
+	category:'Xtreams-Transforms'
 !
 
 CollectReadStream comment:'Converts elements being read using the provided conversion block. When the contentSpecies of the source doesn''t match the desired contentSpecies of this stream, we optimize bulk reads by reading into an internal buffer.