![]() |
Nabû 1.0.0
Standardizing .NET developments with abstractions
|
Inheritance diagram for Nabu.Storage.Extents.ICryptoStorageManager:Additional Inherited Members | |
Public Member Functions inherited from Nabu.Storage.IStorageManager | |
| Task | DeleteFile (string id) |
| remove file with provided id | |
| Task< bool > | IsFileExists (string id) |
| return true if file exists elsewhere return false | |
| Task< Stream > | ReadFile (string id) |
| read data from file with provided id | |
| Task | ReadFile (string id, Stream outputStream) |
| read data from file with provided id and wrote it into the output Stream | |
| Task | WriteFile (string id, Stream data, long length=-1) |
| replace all data for file with provided id with those from the stream | |