Hi!
I'm using blobs together with a byte[]. It works quite good except for one little 
problem. I have 1000+ files of 1 MB and it isn't that nice to have into ram. So what I 
looking for is a solution where I can keep only referenses to an InputStream and a 
OutputStream from where I can reach the data without have to store it in my classes 
until I use it. 

I have tried to have java.sql.Blob into my classes but it doesn't seem to work.

Thanks in advance
Roland Carlsson



Reply via email to