Re: binary data

Поиск
Список
Период
Сортировка
От Anders Hermansen
Тема Re: binary data
Дата
Msg-id 20030302133457.GA18675@online.no
обсуждение исходный текст
Ответ на Re: binary data  ("Uwe Kubosch" <donv@crusaders.no>)
Ответы Re: binary data
Список pgsql-jdbc
* Uwe Kubosch (donv@crusaders.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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Uwe Kubosch"
Дата:
Сообщение: Re: binary data
Следующее
От: "Uwe Kubosch"
Дата:
Сообщение: Re: binary data