mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
!11080 gzip删除接口
Merge pull request !11080 from xinking129/zlib_gzip_0506
This commit is contained in:
commit
9c859cfc30
15
api/@ohos.zlib.d.ts
vendored
15
api/@ohos.zlib.d.ts
vendored
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user