VirtualBox

Changeset 48780 in vbox for trunk/include/iprt/zip.h


Ignore:
Timestamp:
Oct 1, 2013 2:18:49 AM (11 years ago)
Author:
vboxsync
Message:

Started on a XAR file system stream similar to what we have for TAR already.

File:
1 edited

Legend:

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

    r47516 r48780  
    271271RTDECL(RTEXITCODE) RTZipTarCmd(unsigned cArgs, char **papszArgs);
    272272
     273/**
     274 * Opens a XAR filesystem stream.
     275 *
     276 * This is used to extract, list or check a XAR archive.
     277 *
     278 * @returns IPRT status code.
     279 *
     280 * @param   hVfsIosIn           The compressed input stream.  The reference is
     281 *                              not consumed, instead another one is retained.
     282 * @param   fFlags              Flags, MBZ.
     283 * @param   phVfsFss            Where to return the handle to the XAR filesystem
     284 *                              stream.
     285 */
     286RTDECL(int) RTZipXarFsStreamFromIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss);
     287
    273288/** @} */
    274289
Note: See TracChangeset for help on using the changeset viewer.

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