Re: On adding InputStream/OutputStream support in clojure.contrib.duck-streams

2009-12-12 Thread B Smith-Mannschott
Just a by-the-way: I'm (now) aware of http://clojure.org/contributing and http://clojure.org/patches . I'll put my CA in the mail on Monday and pick this up again in the new year. // Ben On Wed, Dec 9, 2009 at 23:33, B Smith-Mannschott wrote: > Duck-streams does good job supporting character ba

On adding InputStream/OutputStream support in clojure.contrib.duck-streams

2009-12-09 Thread B Smith-Mannschott
Duck-streams does good job supporting character based readers and writers, but doesn't do such a complete job with byte-oriented I/O using InputStream and OutputStream. (The to-byte-array and copy mutli-methods offer some support, but there's no equivalent to the reader and writer multi-methods.)