There's a Java program to do the Unix uncompress at: http://www.unidata.ucar.edu/support/help/MailArchives/netcdf/msg03482.html
The code needs to be modified to remove the check for the magic number (those first 2 bytes).
By writing a Java Servlet and invoking OleRead, the uncompress, and a search program, it is possible to implement a dynamic "strip data out of TIDBLOB" and have it be user triggered via the "URL alias" data dictionary element.
Java program to do uncompress
There's a Java program to do the Unix uncompress at: http://www.unidata.ucar.edu/support/help/MailArchives/netcdf/msg03482.html
The code needs to be modified to remove the check for the magic number (those first 2 bytes).
By writing a Java Servlet and invoking OleRead, the uncompress, and a search program, it is possible to implement a dynamic "strip data out of TIDBLOB" and have it be user triggered via the "URL alias" data dictionary element.