Hi,
OK so I've read about the ABZipFile lib and it appears as though that one doesn't support passwords and has a fair few issues to say nothing of the fact that it is discontinued.
I've also had a look at the RandomAccessFile lib. That one is looking more like it, am I correct that I'd be able to use this to take a gzipped file downloaded from a webservice, uncompress it in memory using a password then throw it at the saxparser to process the data inside.
If not can anyone suggest an lib that I could use? Worst case password protection isn't critical but it is highly desired...
Best Regards,
Jon
OK so I've read about the ABZipFile lib and it appears as though that one doesn't support passwords and has a fair few issues to say nothing of the fact that it is discontinued.
I've also had a look at the RandomAccessFile lib. That one is looking more like it, am I correct that I'd be able to use this to take a gzipped file downloaded from a webservice, uncompress it in memory using a password then throw it at the saxparser to process the data inside.
If not can anyone suggest an lib that I could use? Worst case password protection isn't critical but it is highly desired...
Best Regards,
Jon