Nabû 1.0.0
Standardizing .NET developments with abstractions
Nabu.Storage.Extents.ICryptoStorageManager< T > Interface Template Reference
+ Inheritance diagram for Nabu.Storage.Extents.ICryptoStorageManager< T >:

Additional Inherited Members

- Public Member Functions inherited from Nabu.Storage.IStorageManager< T >
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
 
- Properties inherited from Nabu.Storage.IStorageManager< T >
StorageInfo [get]