!11080 gzip删除接口

Merge pull request !11080 from xinking129/zlib_gzip_0506
This commit is contained in:
openharmony_ci 2024-05-13 14:24:47 +00:00 committed by Gitee
commit 9c859cfc30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

15
api/@ohos.zlib.d.ts vendored
View File

@ -2336,21 +2336,6 @@ declare namespace zlib {
*/
gzprintf(format: string, ...args: Array<string | number>): Promise<number>;
/**
* Open gzip compressed file with wide character path name and mode.
*
* @param { string } widePath - A wide character path name.
* @param { string } mode - Specify the file opening method.
* @returns { Promise<void> }
* @throws { BusinessError } 401 - The parameter check failed. Possible causes: 1. Mandatory parameters are left unspecified;
* 2. Incorrect parameter types; 3. Parameter verification failed.
* @throws { BusinessError } 17800010 - System architecture error, compiling with _WIN32.
* @syscap SystemCapability.BundleManager.Zlib
* @atomicservice
* @since 12
*/
gzopenw(widePath: string, mode: string): Promise<void>;
/**
* Return the current compressed (actual) read or write offset of file.
*