Comment #1 on issue 5721 by
[hidden email]: ZnChunkedReadStream
misses some methods
http://code.google.com/p/pharo/issues/detail?id=5721Can you be more specific about which methods are missing ?
ZnChunkedReadStream has a minimal implementation on purpose / by design.
Stream>>#contents does not make a lot of sense, in general ;-)
How can a stream access/return all its contents when you are halfway
through reading ?
That assumes infinite buffering which is at conflict with streaming IMHO.
Maybe ZnChunkedReadStream should not subclass from Stream, or some methods
should have a shouldNotImplement.
Are you trying to use this class for something else ?
Sven
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker