* Read the entire contents of a file. * * @param uri The uri of the file. * @returns An array of bytes or a thenable that resolves to such.
(uri: Uri)
| 9405 | * @returns An array of bytes or a thenable that resolves to such. |
| 9406 | */ |
| 9407 | readFile(uri: Uri): Thenable<Uint8Array>; |
| 9408 | |
| 9409 | /** |
| 9410 | * Write data to a file, replacing its entire contents. |
no outgoing calls