Ich brauche einen Inflater, wie es scheint, werde ich dabei den folgenden Konstruktor verwenden:
MfG
Ark
Nur verstehe ich diese "Note" nicht. Kann die mir mal jemand praktisch erklären bzw. zeigen, wie man das macht, was da beschrieben wird?public Inflater(boolean nowrap)
Creates a new decompressor. If the parameter 'nowrap' is true then the ZLIB header and checksum fields will not be used. This provides compatibility with the compression format used by both GZIP and PKZIP.
Note: When using the 'nowrap' option it is also necessary to provide an extra "dummy" byte as input. This is required by the ZLIB native library in order to support certain optimizations.
Parameters:
nowrap - if true then support GZIP compatible compression
MfG
Ark