Home
last modified time | relevance | path

Searched refs:ZipOutputInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp72 static NapiValue ZipOutputInfo(napi_env env, std::shared_ptr<AsyncZipArg> arg) in ZipOutputInfo() function
1320 NapiValue obj = ZipOutputInfo(env, arg); in Compress()
1378 NapiValue obj = ZipOutputInfo(env, arg); in Compress2()
1478 NapiValue obj = ZipOutputInfo(env, arg); in UnCompress()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md1067 compress(dest: ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise&lt;ZipOutputInfo&gt;
1087 | Promise&lt;[ZipOutputInfo](#zipoutputinfo12)&gt; | Promise对象。返回结果状态和目标缓冲区的总大小。 |
1123 …uffer, source: ArrayBuffer, level: CompressLevel, sourceLen?: number): Promise&lt;ZipOutputInfo&gt;
1144 | Promise&lt;[ZipOutputInfo](#zipoutputinfo12)&gt; | Promise对象。返回结果状态和目标缓冲区的总大小。 |
1181 uncompress(dest:ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise&lt;ZipOutputInfo&gt;
1201 | Promise&lt;[ZipOutputInfo](#zipoutputinfo12)&gt; | Promise对象。返回结果状态和目标缓冲区的总大小。 |
3842 ## ZipOutputInfo<sup>12+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md1067 compress(dest: ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise&lt;ZipOutputInfo&gt;
1087 | Promise&lt;[ZipOutputInfo](#zipoutputinfo12)&gt; | Promise used to return the result. |
1123 …uffer, source: ArrayBuffer, level: CompressLevel, sourceLen?: number): Promise&lt;ZipOutputInfo&gt;
1144 | Promise&lt;[ZipOutputInfo](#zipoutputinfo12)&gt; | Promise used to return the result. |
1181 uncompress(dest:ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise&lt;ZipOutputInfo&gt;
1201 | Promise&lt;[ZipOutputInfo](#zipoutputinfo12)&gt; | Promise used to return the result. |
3811 ## ZipOutputInfo<sup>12+</sup>