TED]>
Date: Monday, March 20, 2006 8:18 pm
Subject: Re: [Jruby-devel] Use of RubyIO#getOutStream
To: [email protected]
> On Mon, 20 Mar 2006, Ola Bini defenestrated me:
> > Hi.
> >
> > I'm trying to make it simple using OutputStreams with Ruby IO
On Mon, 20 Mar 2006, Ola Bini defenestrated me:
> Hi.
>
> I'm trying to make it simple using OutputStreams with Ruby IO objects,
> like this:
> @io = GZIPOutputStream.new(io.getOutStream)
> but for some reason this throws a method_missing when I give it a
> RubyFile-object. Any one who could expl
Hi.
I'm trying to make it simple using OutputStreams with Ruby IO objects,
like this:
@io = GZIPOutputStream.new(io.getOutStream)
but for some reason this throws a method_missing when I give it a
RubyFile-object. Any one who could explain this for me? Or am I missing
something obvious?
Regards