openharmony 鸿蒙 js-apidiff-CoreFileKit

2026-08-25 浏览 (1)

操作旧版本新版本d.ts文件
API跨平台权限变更类名:global;
API声明:declare function copyDir(src: string, dest: string, mode?: number): Promise<void>;
差异内容:crossplatform
类名:global;
API声明:declare function copyDir(src: string, dest: string, mode?: number): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:global;
API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:crossplatform
类名:global;
API声明:declare function copyDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:global;
API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:crossplatform
类名:global;
API声明:declare function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function copyDirSync(src: string, dest: string, mode?: number): void;
差异内容:crossplatform
类名:global;
API声明:declare function copyDirSync(src: string, dest: string, mode?: number): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createStream(path: string, mode: string): Promise<Stream>;
差异内容:crossplatform
类名:global;
API声明:declare function createStream(path: string, mode: string): Promise<Stream>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:crossplatform
类名:global;
API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createStreamSync(path: string, mode: string): Stream;
差异内容:crossplatform
类名:global;
API声明:declare function createStreamSync(path: string, mode: string): Stream;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createRandomAccessFile(file: string |File, mode?: number, options?: RandomAccessFileOptions): Promise<RandomAccessFile>;
差异内容:crossplatform
类名:global;
API声明:declare function createRandomAccessFile(file: string |File, mode?: number, options?: RandomAccessFileOptions): Promise<RandomAccessFile>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createRandomAccessFile(file: string |File, callback: AsyncCallback<RandomAccessFile>): void;
差异内容:crossplatform
类名:global;
API声明:declare function createRandomAccessFile(file: string |File, callback: AsyncCallback<RandomAccessFile>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createRandomAccessFile(file: string |File, mode: number, callback: AsyncCallback<RandomAccessFile>): void;
差异内容:crossplatform
类名:global;
API声明:declare function createRandomAccessFile(file: string |File, mode: number, callback: AsyncCallback<RandomAccessFile>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createRandomAccessFileSync(file: string |File, mode?: number, options?: RandomAccessFileOptions): RandomAccessFile;
差异内容:crossplatform
类名:global;
API声明:declare function createRandomAccessFileSync(file: string |File, mode?: number, options?: RandomAccessFileOptions): RandomAccessFile;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createReadStream(path: string, options?: ReadStreamOptions): ReadStream;
差异内容:crossplatform
类名:global;
API声明:declare function createReadStream(path: string, options?: ReadStreamOptions): ReadStream;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createWriteStream(path: string, options?: WriteStreamOptions): WriteStream;
差异内容:crossplatform
类名:global;
API声明:declare function createWriteStream(path: string, options?: WriteStreamOptions): WriteStream;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;
差异内容:crossplatform
类名:global;
API声明:declare function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>;
差异内容:crossplatform
类名:global;
API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:crossplatform
类名:global;
API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream;
差异内容:crossplatform
类名:global;
API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function lstat(path: string): Promise<Stat>;
差异内容:crossplatform
类名:global;
API声明:declare function lstat(path: string): Promise<Stat>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function lstat(path: string, callback: AsyncCallback<Stat>): void;
差异内容:crossplatform
类名:global;
API声明:declare function lstat(path: string, callback: AsyncCallback<Stat>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function lstatSync(path: string): Stat;
差异内容:crossplatform
类名:global;
API声明:declare function lstatSync(path: string): Stat;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function mkdir(path: string, recursion: boolean): Promise<void>;
差异内容:crossplatform
类名:global;
API声明:declare function mkdir(path: string, recursion: boolean): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function mkdir(path: string, recursion: boolean, callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:global;
API声明:declare function mkdir(path: string, recursion: boolean, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function mkdirSync(path: string, recursion: boolean): void;
差异内容:crossplatform
类名:global;
API声明:declare function mkdirSync(path: string, recursion: boolean): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function moveDir(src: string, dest: string, mode?: number): Promise<void>;
差异内容:crossplatform
类名:global;
API声明:declare function moveDir(src: string, dest: string, mode?: number): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:global;
API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:crossplatform
类名:global;
API声明:declare function moveDir(src: string, dest: string, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:global;
API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:crossplatform
类名:global;
API声明:declare function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback<void, Array<ConflictFiles>>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function moveDirSync(src: string, dest: string, mode?: number): void;
差异内容:crossplatform
类名:global;
API声明:declare function moveDirSync(src: string, dest: string, mode?: number): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function readLines(filePath: string, options?: Options): Promise<ReaderIterator>;
差异内容:crossplatform
类名:global;
API声明:declare function readLines(filePath: string, options?: Options): Promise<ReaderIterator>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function readLines(filePath: string, callback: AsyncCallback<ReaderIterator>): void;
差异内容:crossplatform
类名:global;
API声明:declare function readLines(filePath: string, callback: AsyncCallback<ReaderIterator>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function readLines(filePath: string, options: Options, callback: AsyncCallback<ReaderIterator>): void;
差异内容:crossplatform
类名:global;
API声明:declare function readLines(filePath: string, options: Options, callback: AsyncCallback<ReaderIterator>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function readLinesSync(filePath: string, options?: Options): ReaderIterator;
差异内容:crossplatform
类名:global;
API声明:declare function readLinesSync(filePath: string, options?: Options): ReaderIterator;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function setxattr(path: string, key: string, value: string): Promise<void>;
差异内容:crossplatform
类名:global;
API声明:declare function setxattr(path: string, key: string, value: string): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function setxattrSync(path: string, key: string, value: string): void;
差异内容:crossplatform
类名:global;
API声明:declare function setxattrSync(path: string, key: string, value: string): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function getxattr(path: string, key: string): Promise<string>;
差异内容:crossplatform
类名:global;
API声明:declare function getxattr(path: string, key: string): Promise<string>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare function getxattrSync(path: string, key: string): string;
差异内容:crossplatform
类名:global;
API声明:declare function getxattrSync(path: string, key: string): string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:File;
API声明:getParent(): string;
差异内容:crossplatform
类名:File;
API声明:getParent(): string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare interface RandomAccessFile
差异内容:crossplatform
类名:global;
API声明:declare interface RandomAccessFile
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:readonly fd: number;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:readonly fd: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:readonly filePointer: number;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:readonly filePointer: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:setFilePointer(filePointer: number): void;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:setFilePointer(filePointer: number): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:close(): void;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:close(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFile;
API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number;
差异内容:crossplatform
类名:RandomAccessFile;
API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare class ReadStream
差异内容:crossplatform
类名:global;
API声明:declare class ReadStream
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadStream;
API声明:readonly bytesRead: number;
差异内容:crossplatform
类名:ReadStream;
API声明:readonly bytesRead: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadStream;
API声明:readonly path: string;
差异内容:crossplatform
类名:ReadStream;
API声明:readonly path: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadStream;
API声明:seek(offset: number, whence?: WhenceType): number;
差异内容:crossplatform
类名:ReadStream;
API声明:seek(offset: number, whence?: WhenceType): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadStream;
API声明:close(): void;
差异内容:crossplatform
类名:ReadStream;
API声明:close(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare class WriteStream
差异内容:crossplatform
类名:global;
API声明:declare class WriteStream
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteStream;
API声明:readonly bytesWritten: number;
差异内容:crossplatform
类名:WriteStream;
API声明:readonly bytesWritten: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteStream;
API声明:readonly path: string;
差异内容:crossplatform
类名:WriteStream;
API声明:readonly path: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteStream;
API声明:seek(offset: number, whence?: WhenceType): number;
差异内容:crossplatform
类名:WriteStream;
API声明:seek(offset: number, whence?: WhenceType): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteStream;
API声明:close(): void;
差异内容:crossplatform
类名:WriteStream;
API声明:close(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export class AtomicFile
差异内容:crossplatform
类名:global;
API声明:export class AtomicFile
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:getBaseFile(): File;
差异内容:crossplatform
类名:AtomicFile;
API声明:getBaseFile(): File;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:openRead(): ReadStream;
差异内容:crossplatform
类名:AtomicFile;
API声明:openRead(): ReadStream;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:readFully(): ArrayBuffer;
差异内容:crossplatform
类名:AtomicFile;
API声明:readFully(): ArrayBuffer;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:startWrite(): WriteStream;
差异内容:crossplatform
类名:AtomicFile;
API声明:startWrite(): WriteStream;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:finishWrite(): void;
差异内容:crossplatform
类名:AtomicFile;
API声明:finishWrite(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:failWrite(): void;
差异内容:crossplatform
类名:AtomicFile;
API声明:failWrite(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AtomicFile;
API声明:delete(): void;
差异内容:crossplatform
类名:AtomicFile;
API声明:delete(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare interface Stream
差异内容:crossplatform
类名:global;
API声明:declare interface Stream
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:close(): Promise<void>;
差异内容:crossplatform
类名:Stream;
API声明:close(): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:close(callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:Stream;
API声明:close(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:closeSync(): void;
差异内容:crossplatform
类名:Stream;
API声明:closeSync(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:flush(): Promise<void>;
差异内容:crossplatform
类名:Stream;
API声明:flush(): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:crossplatform
类名:Stream;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:flushSync(): void;
差异内容:crossplatform
类名:Stream;
API声明:flushSync(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>;
差异内容:crossplatform
类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:Stream;
API声明:write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number;
差异内容:crossplatform
类名:Stream;
API声明:writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>;
差异内容:crossplatform
类名:Stream;
API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:Stream;
API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:Stream;
API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Stream;
API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number;
差异内容:crossplatform
类名:Stream;
API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface WatchEventListener
差异内容:crossplatform
类名:global;
API声明:export interface WatchEventListener
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface WatchEvent
差异内容:crossplatform
类名:global;
API声明:export interface WatchEvent
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WatchEvent;
API声明:readonly fileName: string;
差异内容:crossplatform
类名:WatchEvent;
API声明:readonly fileName: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WatchEvent;
API声明:readonly event: number;
差异内容:crossplatform
类名:WatchEvent;
API声明:readonly event: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WatchEvent;
API声明:readonly cookie: number;
差异内容:crossplatform
类名:WatchEvent;
API声明:readonly cookie: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface Watcher
差异内容:crossplatform
类名:global;
API声明:export interface Watcher
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Watcher;
API声明:start(): void;
差异内容:crossplatform
类名:Watcher;
API声明:start(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Watcher;
API声明:stop(): void;
差异内容:crossplatform
类名:Watcher;
API声明:stop(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface ReaderIteratorResult
差异内容:crossplatform
类名:global;
API声明:export interface ReaderIteratorResult
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReaderIteratorResult;
API声明:done: boolean;
差异内容:crossplatform
类名:ReaderIteratorResult;
API声明:done: boolean;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReaderIteratorResult;
API声明:value: string;
差异内容:crossplatform
类名:ReaderIteratorResult;
API声明:value: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare interface ReaderIterator
差异内容:crossplatform
类名:global;
API声明:declare interface ReaderIterator
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReaderIterator;
API声明:next(): ReaderIteratorResult;
差异内容:crossplatform
类名:ReaderIterator;
API声明:next(): ReaderIteratorResult;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface ConflictFiles
差异内容:crossplatform
类名:global;
API声明:export interface ConflictFiles
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ConflictFiles;
API声明:srcFile: string;
差异内容:crossplatform
类名:ConflictFiles;
API声明:srcFile: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ConflictFiles;
API声明:destFile: string;
差异内容:crossplatform
类名:ConflictFiles;
API声明:destFile: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface Options
差异内容:crossplatform
类名:global;
API声明:export interface Options
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:Options;
API声明:encoding?: string;
差异内容:crossplatform
类名:Options;
API声明:encoding?: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface ReadOptions
差异内容:crossplatform
类名:global;
API声明:export interface ReadOptions
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadOptions;
API声明:offset?: number;
差异内容:crossplatform
类名:ReadOptions;
API声明:offset?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadOptions;
API声明:length?: number;
差异内容:crossplatform
类名:ReadOptions;
API声明:length?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface ReadTextOptions
差异内容:crossplatform
类名:global;
API声明:export interface ReadTextOptions
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadTextOptions;
API声明:encoding?: string;
差异内容:crossplatform
类名:ReadTextOptions;
API声明:encoding?: string;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface WriteOptions
差异内容:crossplatform
类名:global;
API声明:export interface WriteOptions
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteOptions;
API声明:offset?: number;
差异内容:crossplatform
类名:WriteOptions;
API声明:offset?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteOptions;
API声明:length?: number;
差异内容:crossplatform
类名:WriteOptions;
API声明:length?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface RandomAccessFileOptions
差异内容:crossplatform
类名:global;
API声明:export interface RandomAccessFileOptions
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFileOptions;
API声明:start?: number;
差异内容:crossplatform
类名:RandomAccessFileOptions;
API声明:start?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:RandomAccessFileOptions;
API声明:end?: number;
差异内容:crossplatform
类名:RandomAccessFileOptions;
API声明:end?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface ReadStreamOptions
差异内容:crossplatform
类名:global;
API声明:export interface ReadStreamOptions
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadStreamOptions;
API声明:start?: number;
差异内容:crossplatform
类名:ReadStreamOptions;
API声明:start?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:ReadStreamOptions;
API声明:end?: number;
差异内容:crossplatform
类名:ReadStreamOptions;
API声明:end?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:export interface WriteStreamOptions
差异内容:crossplatform
类名:global;
API声明:export interface WriteStreamOptions
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteStreamOptions;
API声明:mode?: number;
差异内容:crossplatform
类名:WriteStreamOptions;
API声明:mode?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WriteStreamOptions;
API声明:start?: number;
差异内容:crossplatform
类名:WriteStreamOptions;
API声明:start?: number;
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare enum WhenceType
差异内容:crossplatform
类名:global;
API声明:declare enum WhenceType
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WhenceType;
API声明:SEEK_SET = 0
差异内容:crossplatform
类名:WhenceType;
API声明:SEEK_SET = 0
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WhenceType;
API声明:SEEK_CUR = 1
差异内容:crossplatform
类名:WhenceType;
API声明:SEEK_CUR = 1
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:WhenceType;
API声明:SEEK_END = 2
差异内容:crossplatform
类名:WhenceType;
API声明:SEEK_END = 2
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare enum AccessModeType
差异内容:crossplatform
类名:global;
API声明:declare enum AccessModeType
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AccessModeType;
API声明:EXIST = 0
差异内容:crossplatform
类名:AccessModeType;
API声明:EXIST = 0
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AccessModeType;
API声明:WRITE = 2
差异内容:crossplatform
类名:AccessModeType;
API声明:WRITE = 2
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AccessModeType;
API声明:READ = 4
差异内容:crossplatform
类名:AccessModeType;
API声明:READ = 4
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:AccessModeType;
API声明:READ_WRITE = 6
差异内容:crossplatform
类名:AccessModeType;
API声明:READ_WRITE = 6
差异内容:NA
api/@ohos.file.fs.d.ts
API跨平台权限变更类名:global;
API声明:declare namespace hash
差异内容:crossplatform
类名:global;
API声明:declare namespace hash
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:hash;
API声明:function hash(path: string, algorithm: string): Promise<string>;
差异内容:crossplatform
类名:hash;
API声明:function hash(path: string, algorithm: string): Promise<string>;
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:hash;
API声明:function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void;
差异内容:crossplatform
类名:hash;
API声明:function hash(path: string, algorithm: string, callback: AsyncCallback<string>): void;
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:hash;
API声明:class HashStream
差异内容:crossplatform
类名:hash;
API声明:class HashStream
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:HashStream;
API声明:digest(): string;
差异内容:crossplatform
类名:HashStream;
API声明:digest(): string;
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:HashStream;
API声明:update(data: ArrayBuffer): void;
差异内容:crossplatform
类名:HashStream;
API声明:update(data: ArrayBuffer): void;
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:hash;
API声明:function createHash(algorithm: string): HashStream;
差异内容:crossplatform
类名:hash;
API声明:function createHash(algorithm: string): HashStream;
差异内容:NA
api/@ohos.file.hash.d.ts
API跨平台权限变更类名:global;
API声明:declare namespace statfs
差异内容:crossplatform
类名:global;
API声明:declare namespace statfs
差异内容:NA
api/@ohos.file.statvfs.d.ts
API跨平台权限变更类名:statfs;
API声明:function getFreeSize(path: string): Promise<number>;
差异内容:crossplatform
类名:statfs;
API声明:function getFreeSize(path: string): Promise<number>;
差异内容:NA
api/@ohos.file.statvfs.d.ts
API跨平台权限变更类名:statfs;
API声明:function getFreeSize(path: string, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:statfs;
API声明:function getFreeSize(path: string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.statvfs.d.ts
API跨平台权限变更类名:statfs;
API声明:function getFreeSizeSync(path: string): number;
差异内容:crossplatform
类名:statfs;
API声明:function getFreeSizeSync(path: string): number;
差异内容:NA
api/@ohos.file.statvfs.d.ts
API跨平台权限变更类名:statfs;
API声明:function getTotalSize(path: string): Promise<number>;
差异内容:crossplatform
类名:statfs;
API声明:function getTotalSize(path: string): Promise<number>;
差异内容:NA
api/@ohos.file.statvfs.d.ts
API跨平台权限变更类名:statfs;
API声明:function getTotalSize(path: string, callback: AsyncCallback<number>): void;
差异内容:crossplatform
类名:statfs;
API声明:function getTotalSize(path: string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.statvfs.d.ts
API跨平台权限变更类名:statfs;
API声明:function getTotalSizeSync(path: string): number;
差异内容:crossplatform
类名:statfs;
API声明:function getTotalSizeSync(path: string): number;
差异内容:NA
api/@ohos.file.statvfs.d.ts
API废弃版本变更类名:PhotoViewMIMETypes;
API声明:IMAGE_TYPE = 'image/*'
差异内容:18
类名:PhotoViewMIMETypes;
API声明:IMAGE_TYPE = 'image/*'
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoViewMIMETypes;
API声明:VIDEO_TYPE = 'video/*'
差异内容:18
类名:PhotoViewMIMETypes;
API声明:VIDEO_TYPE = 'video/*'
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoViewMIMETypes;
API声明:IMAGE_VIDEO_TYPE = '/'
差异内容:18
类名:PhotoViewMIMETypes;
API声明:IMAGE_VIDEO_TYPE = '/'
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoSelectOptions;
API声明:MIMEType?: PhotoViewMIMETypes;
差异内容:18
类名:PhotoSelectOptions;
API声明:MIMEType?: PhotoViewMIMETypes;
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoSelectOptions;
API声明:maxSelectNumber?: number;
差异内容:18
类名:PhotoSelectOptions;
API声明:maxSelectNumber?: number;
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoSelectResult;
API声明:photoUris: Array<string>;
差异内容:18
类名:PhotoSelectResult;
API声明:photoUris: Array<string>;
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoSelectResult;
API声明:isOriginalPhoto: boolean;
差异内容:18
类名:PhotoSelectResult;
API声明:isOriginalPhoto: boolean;
差异内容:NA
api/@ohos.file.picker.d.ts
API废弃版本变更类名:PhotoSaveOptions;
API声明:newFileNames?: Array<string>;
差异内容:18
类名:PhotoSaveOptions;
API声明:newFileNames?: Array<string>;
差异内容:NA
api/@ohos.file.picker.d.ts
新增错误码类名:fileShare;
API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>;
差异内容:NA
类名:fileShare;
API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>;
差异内容:201
api/@ohos.fileshare.d.ts
权限变更类名:fileShare;
API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>;
差异内容:NA
类名:fileShare;
API声明:function checkPersistentPermission(policies: Array<PolicyInfo>): Promise<Array<boolean>>;
差异内容:ohos.permission.FILE_ACCESS_PERSIST
api/@ohos.fileshare.d.ts
删除API类名:BackupExtensionAbility;
API声明:onRelease(scenario: number): Promise<void>;
差异内容:onRelease(scenario: number): Promise<void>;
NAapi/@ohos.application.BackupExtensionAbility.d.ts
删除API类名:ErrorType;
API声明:REMOTE_SERVER_ABNORMAL = 8
差异内容:REMOTE_SERVER_ABNORMAL = 8
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:enum DownloadFileType
差异内容:enum DownloadFileType
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:DownloadFileType;
API声明:CONTENT = 0
差异内容:CONTENT = 0
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:DownloadFileType;
API声明:THUMBNAIL = 1
差异内容:THUMBNAIL = 1
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:DownloadFileType;
API声明:LCD = 2
差异内容:LCD = 2
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:interface FailedFileInfo
差异内容:interface FailedFileInfo
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FailedFileInfo;
API声明:uri: string;
差异内容:uri: string;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FailedFileInfo;
API声明:error: DownloadErrorType;
差异内容:error: DownloadErrorType;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:class MultiDownloadProgress
差异内容:class MultiDownloadProgress
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:state: State;
差异内容:state: State;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:taskId: number;
差异内容:taskId: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:successfulCount: number;
差异内容:successfulCount: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:failedCount: number;
差异内容:failedCount: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:totalCount: number;
差异内容:totalCount: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:downloadedSize: number;
差异内容:downloadedSize: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:totalSize: number;
差异内容:totalSize: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:errType: DownloadErrorType;
差异内容:errType: DownloadErrorType;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:getFailedFiles(): Array<FailedFileInfo>;
差异内容:getFailedFiles(): Array<FailedFileInfo>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:MultiDownloadProgress;
API声明:getSuccessfulFiles(): Array<string>;
差异内容:getSuccessfulFiles(): Array<string>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:CloudFileCache;
API声明:on(event: 'batchDownload', callback: Callback<MultiDownloadProgress>): void;
差异内容:on(event: 'batchDownload', callback: Callback<MultiDownloadProgress>): void;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:CloudFileCache;
API声明:off(event: 'batchDownload', callback?: Callback<MultiDownloadProgress>): void;
差异内容:off(event: 'batchDownload', callback?: Callback<MultiDownloadProgress>): void;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:CloudFileCache;
API声明:startBatch(uris: Array<string>, fileType?: DownloadFileType): Promise<number>;
差异内容:startBatch(uris: Array<string>, fileType?: DownloadFileType): Promise<number>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:CloudFileCache;
API声明:stopBatch(downloadId: number, needClean?: boolean): Promise<void>;
差异内容:stopBatch(downloadId: number, needClean?: boolean): Promise<void>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:CloudFileCache;
API声明:cleanFileCache(uri: string): void;
差异内容:cleanFileCache(uri: string): void;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:enum FileState
差异内容:enum FileState
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileState;
API声明:INITIAL_AFTER_DOWNLOAD = 0
差异内容:INITIAL_AFTER_DOWNLOAD = 0
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileState;
API声明:UPLOADING = 1
差异内容:UPLOADING = 1
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileState;
API声明:STOPPED = 2
差异内容:STOPPED = 2
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileState;
API声明:TO_BE_UPLOADED = 3
差异内容:TO_BE_UPLOADED = 3
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileState;
API声明:UPLOAD_SUCCESS = 4
差异内容:UPLOAD_SUCCESS = 4
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileState;
API声明:UPLOAD_FAILURE = 5
差异内容:UPLOAD_FAILURE = 5
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:function getCoreFileSyncState(uri: string): FileState;
差异内容:function getCoreFileSyncState(uri: string): FileState;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:interface HistoryVersion
差异内容:interface HistoryVersion
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:HistoryVersion;
API声明:editedTime: number;
差异内容:editedTime: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:HistoryVersion;
API声明:fileSize: number;
差异内容:fileSize: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:HistoryVersion;
API声明:versionId: string;
差异内容:versionId: string;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:HistoryVersion;
API声明:originalFileName: string;
差异内容:originalFileName: string;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:HistoryVersion;
API声明:sha256: string;
差异内容:sha256: string;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:HistoryVersion;
API声明:autoResolved: boolean;
差异内容:autoResolved: boolean;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:interface VersionDownloadProgress
差异内容:interface VersionDownloadProgress
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:VersionDownloadProgress;
API声明:state: State;
差异内容:state: State;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:VersionDownloadProgress;
API声明:progress: number;
差异内容:progress: number;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:VersionDownloadProgress;
API声明:errType: DownloadErrorType;
差异内容:errType: DownloadErrorType;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSync;
API声明:class FileVersion
差异内容:class FileVersion
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileVersion;
API声明:getHistoryVersionList(uri: string, versionNumLimit: number): Promise<Array<HistoryVersion>>;
差异内容:getHistoryVersionList(uri: string, versionNumLimit: number): Promise<Array<HistoryVersion>>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileVersion;
API声明:downloadHistoryVersion(uri: string, versionId: string, callback: Callback<VersionDownloadProgress>): Promise<string>;
差异内容:downloadHistoryVersion(uri: string, versionId: string, callback: Callback<VersionDownloadProgress>): Promise<string>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileVersion;
API声明:replaceFileWithHistoryVersion(originalUri: string, versionUri: string): Promise<void>;
差异内容:replaceFileWithHistoryVersion(originalUri: string, versionUri: string): Promise<void>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileVersion;
API声明:isFileConflict(uri: string): Promise<boolean>;
差异内容:isFileConflict(uri: string): Promise<boolean>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:FileVersion;
API声明:clearFileConflict(uri: string): Promise<void>;
差异内容:clearFileConflict(uri: string): Promise<void>;
NAapi/@ohos.file.cloudSync.d.ts
删除API类名:cloudSyncManager;
API声明:enum DownloadStopReason
差异内容:enum DownloadStopReason
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:NO_STOP = 0
差异内容:NO_STOP = 0
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:NETWORK_UNAVAILABLE = 1
差异内容:NETWORK_UNAVAILABLE = 1
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:LOCAL_STORAGE_FULL = 2
差异内容:LOCAL_STORAGE_FULL = 2
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:TEMPERATURE_LIMIT = 3
差异内容:TEMPERATURE_LIMIT = 3
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:USER_STOPPED = 4
差异内容:USER_STOPPED = 4
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:APP_UNLOAD = 5
差异内容:APP_UNLOAD = 5
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadStopReason;
API声明:OTHER_REASON = 6
差异内容:OTHER_REASON = 6
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:cloudSyncManager;
API声明:enum DownloadState
差异内容:enum DownloadState
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadState;
API声明:RUNNING = 0
差异内容:RUNNING = 0
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadState;
API声明:COMPLETED = 1
差异内容:COMPLETED = 1
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadState;
API声明:STOPPED = 2
差异内容:STOPPED = 2
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:cloudSyncManager;
API声明:interface CloudFileInfo
差异内容:interface CloudFileInfo
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:CloudFileInfo;
API声明:cloudFileCount: number;
差异内容:cloudFileCount: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:CloudFileInfo;
API声明:cloudFileTotalSize: number;
差异内容:cloudFileTotalSize: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:CloudFileInfo;
API声明:localFileCount: number;
差异内容:localFileCount: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:CloudFileInfo;
API声明:localFileTotalSize: number;
差异内容:localFileTotalSize: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:CloudFileInfo;
API声明:bothFileCount: number;
差异内容:bothFileCount: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:CloudFileInfo;
API声明:bothFileTotalSize: number;
差异内容:bothFileTotalSize: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:cloudSyncManager;
API声明:class DownloadProgress
差异内容:class DownloadProgress
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:state: DownloadState;
差异内容:state: DownloadState;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:successfulCount: number;
差异内容:successfulCount: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:failedCount: number;
差异内容:failedCount: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:totalCount: number;
差异内容:totalCount: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:downloadedSize: number;
差异内容:downloadedSize: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:totalSize: number;
差异内容:totalSize: number;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DownloadProgress;
API声明:stopReason: DownloadStopReason;
差异内容:stopReason: DownloadStopReason;
NAapi/@ohos.file.cloudSyncManager.d.ts
删除API类名:DocumentSelectOptions;
API声明:isEncryptionSupported?: boolean;
差异内容:isEncryptionSupported?: boolean;
NAapi/@ohos.file.picker.d.ts
删除API类名:OperationMode;
API声明:CREATE_MODE = 0b100
差异内容:CREATE_MODE = 0b100
NAapi/@ohos.fileshare.d.ts
删除API类名:OperationMode;
API声明:DELETE_MODE = 0b1000
差异内容:DELETE_MODE = 0b1000
NAapi/@ohos.fileshare.d.ts
删除API类名:OperationMode;
API声明:RENAME_MODE = 0b10000
差异内容:RENAME_MODE = 0b10000
NAapi/@ohos.fileshare.d.ts
起始版本有变化类名:storageStatistics;
API声明:function getTotalSize(callback: AsyncCallback<number>): void;
差异内容:15
类名:storageStatistics;
API声明:function getTotalSize(callback: AsyncCallback<number>): void;
差异内容:9
api/@ohos.file.storageStatistics.d.ts
起始版本有变化类名:storageStatistics;
API声明:function getTotalSize(): Promise<number>;
差异内容:15
类名:storageStatistics;
API声明:function getTotalSize(): Promise<number>;
差异内容:9
api/@ohos.file.storageStatistics.d.ts
起始版本有变化类名:storageStatistics;
API声明:function getTotalSizeSync(): number;
差异内容:15
类名:storageStatistics;
API声明:function getTotalSizeSync(): number;
差异内容:10
api/@ohos.file.storageStatistics.d.ts
起始版本有变化类名:storageStatistics;
API声明:function getFreeSize(callback: AsyncCallback<number>): void;
差异内容:15
类名:storageStatistics;
API声明:function getFreeSize(callback: AsyncCallback<number>): void;
差异内容:9
api/@ohos.file.storageStatistics.d.ts
起始版本有变化类名:storageStatistics;
API声明:function getFreeSize(): Promise<number>;
差异内容:15
类名:storageStatistics;
API声明:function getFreeSize(): Promise<number>;
差异内容:9
api/@ohos.file.storageStatistics.d.ts
起始版本有变化类名:storageStatistics;
API声明:function getFreeSizeSync(): number;
差异内容:15
类名:storageStatistics;
API声明:function getFreeSizeSync(): number;
差异内容:10
api/@ohos.file.storageStatistics.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare function createStream(path: string, mode: string): Promise<Stream>;
差异内容:atomicservice
类名:global;
API声明:declare function createStream(path: string, mode: string): Promise<Stream>;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:atomicservice
类名:global;
API声明:declare function createStream(path: string, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare function createStreamSync(path: string, mode: string): Stream;
差异内容:atomicservice
类名:global;
API声明:declare function createStreamSync(path: string, mode: string): Stream;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>;
差异内容:atomicservice
类名:global;
API声明:declare function fdopenStream(fd: number, mode: string): Promise<Stream>;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:atomicservice
类名:global;
API声明:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback<Stream>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream;
差异内容:atomicservice
类名:global;
API声明:declare function fdopenStreamSync(fd: number, mode: string): Stream;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:global;
API声明:declare interface Stream
差异内容:atomicservice
类名:global;
API声明:declare interface Stream
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:close(): Promise<void>;
差异内容:atomicservice
类名:Stream;
API声明:close(): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:close(callback: AsyncCallback<void>): void;
差异内容:atomicservice
类名:Stream;
API声明:close(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:closeSync(): void;
差异内容:atomicservice
类名:Stream;
API声明:closeSync(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:flush(): Promise<void>;
差异内容:atomicservice
类名:Stream;
API声明:flush(): Promise<void>;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:atomicservice
类名:Stream;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:flushSync(): void;
差异内容:atomicservice
类名:Stream;
API声明:flushSync(): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>;
差异内容:atomicservice
类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options?: WriteOptions): Promise<number>;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void;
差异内容:atomicservice
类名:Stream;
API声明:write(buffer: ArrayBuffer |string, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void;
差异内容:atomicservice
类名:Stream;
API声明:write(buffer: ArrayBuffer |string, options: WriteOptions, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number;
差异内容:atomicservice
类名:Stream;
API声明:writeSync(buffer: ArrayBuffer |string, options?: WriteOptions): number;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>;
差异内容:atomicservice
类名:Stream;
API声明:read(buffer: ArrayBuffer, options?: ReadOptions): Promise<number>;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void;
差异内容:atomicservice
类名:Stream;
API声明:read(buffer: ArrayBuffer, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void;
差异内容:atomicservice
类名:Stream;
API声明:read(buffer: ArrayBuffer, options: ReadOptions, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.file.fs.d.ts
API从支持元服务到不支持元服务类名:Stream;
API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number;
差异内容:atomicservice
类名:Stream;
API声明:readSync(buffer: ArrayBuffer, options?: ReadOptions): number;
差异内容:NA
api/@ohos.file.fs.d.ts
arkts演进版本整改兼容变化类名:global;
API声明:declare class BackupExtensionAbility
差异内容:NA
类名:global;
API声明:export default class BackupExtensionAbility
差异内容:NA
api/@ohos.application.BackupExtensionAbility.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/oo8rHwjJ