StreamCopyCommandHandler, Async rename
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using FileTime.Core.Providers;
|
||||
|
||||
namespace FileTime.Core.Models
|
||||
{
|
||||
public interface IElement : IItem
|
||||
@@ -6,5 +8,8 @@ namespace FileTime.Core.Models
|
||||
string GetPrimaryAttributeText();
|
||||
Task<string> GetContent(CancellationToken token = default);
|
||||
Task<long> GetElementSize(CancellationToken token = default);
|
||||
|
||||
Task<IContentReader> GetContentReaderAsync();
|
||||
Task<IContentWriter> GetContentWriterAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user