Forum: Java
Mar 26th, 2008, 12:23 PM
|
|
Replies: 1
Views: 104
Re: decoding compressed BLOBS
Update: The BLOBs were compressed using the PKZIP 2.0 Deflate algorithm (Abbrevia's DeflateStream)
I'm having no luck setting up an InflaterInputStream though. It returns a zero or a 1 then dies.
|
Forum: Java
Mar 26th, 2008, 12:58 AM
|
|
Replies: 1
Views: 104
decoding compressed BLOBS
I'm working on a program that accesses an Interbase 5.x database using firebird/jaybird and the jdbc libraries. I've run into a problem with some compressed BLOB fields though.
I'm able to stream...
|