zipDirAsync method
Implementation
ffi.Pointer<ffi.Void> zipDirAsync(
ffi.Pointer<ffi.Void> _zip,
bool hasPassword,
ffi.Pointer<ffi.Pointer<ffi.Char>> dirPathList,
int dirPathListCount,
ffi.Pointer<ffi.Char> entryDirPathBase,
int compressLevel,
int skipTopLevel,
int threadCount,
) {
return _zipDirAsync(
_zip,
hasPassword,
dirPathList,
dirPathListCount,
entryDirPathBase,
compressLevel,
skipTopLevel,
threadCount,
);
}