simhau Joined: 02/06/07 Posts: 38 Posted: 06/15/07 12:54:34 What happend to MemoryConduit?.read? I was using that :) Do I have to create a subclass to expose this method now, or is there something else I can use instead?
What happend to MemoryConduit?.read? I was using that :)
Do I have to create a subclass to expose this method now, or is there something else I can use instead?
Author Message kris Joined: 03/27/04 Posts: 581 Posted: 06/15/07 23:54:15 whoops! Hehe ... try MemoryConduit?.input.read() ? The compiler is being a bit weird about what it enforces about the recent Conduit/Stream changes, and I missed this one entirely. Thx :)
whoops! Hehe ... try MemoryConduit?.input.read() ?
The compiler is being a bit weird about what it enforces about the recent Conduit/Stream changes, and I missed this one entirely.
Thx :)