C# Class RavenFS.Synchronization.Rdc.Wrapper.RdcFileReader

Inheritance: IRdcFileReader
Show file Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
GetFilePosition ( System.UInt64 &offsetFromStart ) : void
GetFileSize ( ulong &fileSize ) : void
RdcFileReader ( ) : System
RdcFileReader ( Stream stream ) : System

Private Methods

Method Description
Read ( ulong offsetFileStart, uint bytesToRead, uint &bytesRead, IntPtr buffer, bool &eof ) : void

Method Details

GetFilePosition() public method

public GetFilePosition ( System.UInt64 &offsetFromStart ) : void
offsetFromStart System.UInt64
return void

GetFileSize() public method

public GetFileSize ( ulong &fileSize ) : void
fileSize ulong
return void

RdcFileReader() public method

public RdcFileReader ( ) : System
return System

RdcFileReader() public method

public RdcFileReader ( Stream stream ) : System
stream Stream
return System