VirtualBox

Changeset 48836 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 3, 2013 1:31:39 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89505
Message:

IPRT: Added a flag to the gzip decompressor I/O stream for accepting zLib headers as well as gzip ones. Need this for XAR and other purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/zip.h

    r48780 r48836  
    230230RTDECL(int) RTZipGzipDecompressIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSIOSTREAM phVfsIosGunzip);
    231231
     232/** @name RTZipGzipDecompressIoStream flags.
     233 * @{ */
     234/** Allow the smaller ZLIB header as well as the regular GZIP header. */
     235#define RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR    RT_BIT(0)
     236/** @} */
     237
     238
    232239/**
    233240 * Opens a gzip decompression I/O stream.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette