* Read the entire contents of a file. * * @param uri The uri of the file. * @return An array of bytes or a thenable that resolves to such.
(uri: Uri)
| 6540 | * @return An array of bytes or a thenable that resolves to such. |
| 6541 | */ |
| 6542 | readFile(uri: Uri): Thenable<Uint8Array>; |
| 6543 | |
| 6544 | /** |
| 6545 | * Write data to a file, replacing its entire contents. |
no outgoing calls