Re: binary data

From: "Uwe Kubosch" <donv(at)crusaders(dot)no>
To: "Anders Hermansen" <anders(at)yoyo(dot)no>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: binary data
Date: 2003-03-02 13:24:30
Message-ID: CHECLDNPGHELOIINBBLEIEEGEIAA.donv@crusaders.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi!

Thanks for the quick answer!

<code snipped>

> 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.

With kind regards,
Uwe Kubosch

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Anders Hermansen 2003-03-02 13:34:57 Re: binary data
Previous Message Anders Hermansen 2003-03-02 13:21:00 Re: binary data