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 D | zip_n_exporter.cpp | 72 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 D | js-apis-zlib.md | 1067 compress(dest: ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise<ZipOutputInfo> 1087 | Promise<[ZipOutputInfo](#zipoutputinfo12)> | Promise对象。返回结果状态和目标缓冲区的总大小。 | 1123 …uffer, source: ArrayBuffer, level: CompressLevel, sourceLen?: number): Promise<ZipOutputInfo> 1144 | Promise<[ZipOutputInfo](#zipoutputinfo12)> | Promise对象。返回结果状态和目标缓冲区的总大小。 | 1181 uncompress(dest:ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise<ZipOutputInfo> 1201 | Promise<[ZipOutputInfo](#zipoutputinfo12)> | Promise对象。返回结果状态和目标缓冲区的总大小。 | 3842 ## ZipOutputInfo<sup>12+</sup>
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-zlib.md | 1067 compress(dest: ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise<ZipOutputInfo> 1087 | Promise<[ZipOutputInfo](#zipoutputinfo12)> | Promise used to return the result. | 1123 …uffer, source: ArrayBuffer, level: CompressLevel, sourceLen?: number): Promise<ZipOutputInfo> 1144 | Promise<[ZipOutputInfo](#zipoutputinfo12)> | Promise used to return the result. | 1181 uncompress(dest:ArrayBuffer, source: ArrayBuffer, sourceLen?: number): Promise<ZipOutputInfo> 1201 | Promise<[ZipOutputInfo](#zipoutputinfo12)> | Promise used to return the result. | 3811 ## ZipOutputInfo<sup>12+</sup>
|