Feb. 6, 2011
4:51 p.m.
On Sun, 6 Feb 2011, pharo@googlecode.com wrote:
Comment #5 on issue 2230 by stephane...@gmail.com: ArrayedCollection class>>newFromStream: http://code.google.com/p/pharo/issues/detail?id=2230
Thanks esteban. Indeed we should really check
FYI (in Squeak): ArrayedCollection allSubclasses reject: [ :each | each isPointers or: [ each isWords not ] ] an OrderedCollection(SoundBuffer WordArray ShortIntegerArray Bitmap FloatArray ShortRunArray IntegerArray ColorArray WordArrayForSegment ShortPointArray KedamaFloatArray PointArray WideString WideSymbol) Levente