Re: binary data

From: Anders Hermansen <anders(at)yoyo(dot)no>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: binary data
Date: 2003-03-02 13:34:57
Message-ID: 20030302133457.GA18675@online.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

* Uwe Kubosch (donv(at)crusaders(dot)no) wrote:
> > Why don't you show us the setContent method?
>
> I doesn't do much, but here it is:
>
> private InputStream content;
>
> /**
> * Set content for this file.
> * @param newValue InputStream
> */
> public void setContent(InputStream newValue) {
> this.content = newValue;
> }
>
> Hope you can make sense of it.

That's not at much help. Let me rephrase that:

Show us the code that saves the InputStream to a file.

Anders

--
Anders Hermansen
YoYo Mobile as

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Uwe Kubosch 2003-03-02 13:44:26 Re: binary data
Previous Message Uwe Kubosch 2003-03-02 13:24:30 Re: binary data