LargeObject.write(byte[] buf) method - Mailing list pgsql-interfaces

From Rafal Piotrowski (CSCS)
Subject LargeObject.write(byte[] buf) method
Date
Msg-id 383A7857.FB262E11@CSCS.CH
Whole thread Raw
List pgsql-interfaces
Hi,

Configuration:
- PostgreSQL 6.5.1
- JDBC for JDK 1.2

Problem:

Why if the object is big (in my case 922176 bytes) the write(byte[]
buf)  method in LargeObject class fails. But if I use 
write(byte[] buf, int off, int len) and write data in junks for example
4096 bytes, everything is OK.

Does anyone have an idea why?

thanks,

RP
-- 
..............................................................................
:           Rafal Piotrowski             :
mailto:Rafal.Piotrowski@CSCS.CH   :
:          Research Scientist            :
http://www.cscs.ch/~rpiotrow      :
: Centro Svizzero di Calcolo Scientifico : Tel.: +41 (0)91 610
8211          :
:       Via Cantonale, Galleria 2        :       +41 (0)91 610 8315
(direct) :
:       CH-6928 Manno, Switzerland       : Fax:  +41 (0)91 610
8383          :
..............................................................................


pgsql-interfaces by date:

Previous
From: "Rafal Piotrowski (CSCS)"
Date:
Subject: problem : InputStream as parameter not supported
Next
From: Rudolf ter Haar
Date:
Subject: Re: A Question about Large Object