>>>>> "Artur" == Artur Biesiadowski <[EMAIL PROTECTED]> writes:
    Artur> You should load it from file - you can use
    Artur> Class.getResourceAsStream or similar method. It works for
    Artur> both applications and applets.

This is the coorrect approach for another reason.

Inflate != gzip | gunzip.

The gzip encoding system includes front-end header information about
the file being encoded.  Just using the output of 'gzip' with Inflate
results in an impedence mismatch.

Save the data in a file & include it in a jar.

-- 
Stephen
---
Perl is really designed more for the guys that will hack Perl at least
20 minutes a day for the rest of their career.  TCL/Python is more a
"20 minutes a week", and VB is probably in that "20 minutes a month"
group. :) -- Randal Schwartz

Reply via email to