Lines Matching refs:archive
24 7zIn.* - .7z archive opening
32 You can create .7z archive with 7z.exe, 7za.exe or 7zr.exe:
34 7z.exe a archive.7z *.htm -r -mx -m0fb=255
36 If you have big number of files in archive, and you need fast extracting,
39 7za.exe a archive.7z *.htm -ms=512K -r -mx -m0fb=255 -m0d=512K
42 512KB for extracting one file from such archive.
48 - It reads only "FileName", "Size", "LastWriteTime" and "CRC" information for each file in archive.
61 e: Extract files from archive
62 l: List contents of archive
63 t: Test integrity of archive
67 7zDec l archive.7z
69 lists contents of archive.7z
71 7zDec e archive.7z
73 extracts files from archive.7z to current folder.
95 CSzArEx db; /* 7z archive database structure */
103 4) call SzArEx_Open(&db, inStream, &allocMain, &allocTemp) to open archive
105 This function opens archive "inStream" and reads headers to "db".
136 You can consider "outBuffer" as cache of solid block. If your archive is solid,
156 Estimated size of one file structures in solid archive:
163 Memory usage for archive Decompressing: