C# Class RavenFS.Synchronization.Rdc.RemoteSignaturePartialAccess

Inheritance: IPartialDataAccess
Show file Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
CopyToAsync ( Stream target, long from, long length ) : System.Threading.Tasks.Task
RemoteSignaturePartialAccess ( RavenFileSystemClient ravenFileSystemClient, string fileName ) : System.IO

Method Details

CopyToAsync() public method

public CopyToAsync ( Stream target, long from, long length ) : System.Threading.Tasks.Task
target System.IO.Stream
from long
length long
return System.Threading.Tasks.Task

RemoteSignaturePartialAccess() public method

public RemoteSignaturePartialAccess ( RavenFileSystemClient ravenFileSystemClient, string fileName ) : System.IO
ravenFileSystemClient RavenFileSystemClient
fileName string
return System.IO