Interface IDownloadFileInformation
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Abstractions.FileTransfer
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IDownloadFileInformation : IFileTransferInformation, IDisposable
Methods
| Improve this Doc View SourceSetLength(UInt64)
Sets file the length.
Declaration
void SetLength(ulong fileSize)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | fileSize | Size of the file. |
WriteToStream(UInt32, Byte[])
Writes to stream.
Declaration
void WriteToStream(uint chunk, byte[] fileBytes)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | chunk | The chunk. |
System.Byte[] | fileBytes | The file bytes. |