![]() |
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 the BLOB into a text file, but have had no luck with decompressing the data. Every attempt I've made to send the BLOB's InputStream through a FilteredStream (such as InflatorInputStream or ZipInputStream) has failed. Does anyone have any experience with compressing/decompressing BLOB fields with java? Where am I going wrong? Thanks, :
|
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. |
| All times are GMT -5. The time now is 2:15 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC