summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib7z/7z.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lib7z/7z.h')
-rw-r--r--src/lib/lib7z/7z.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/lib7z/7z.h b/src/lib/lib7z/7z.h
index 01c4cac6a7b..91c8b3ff021 100644
--- a/src/lib/lib7z/7z.h
+++ b/src/lib/lib7z/7z.h
@@ -136,17 +136,17 @@ void SzAr_Free(CSzAr *p, ISzAlloc *alloc);
*outBufferSize
You can consider "*outBuffer" as cache of solid block. If your archive is solid,
it will increase decompression speed.
-
+
If you use external function, you can declare these 3 cache variables
(blockIndex, outBuffer, outBufferSize) as static in that external function.
-
+
Free *outBuffer and set *outBuffer to 0, if you want to flush cache.
*/
typedef struct
{
CSzAr db;
-
+
UInt64 startPosAfterHeader;
UInt64 dataPos;