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

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

Public Methods

Method Description
DeleteOnClose ( ) : void
RdcFileWriter ( Stream stream ) : System
Truncate ( ) : void
Write ( System.UInt64 offsetFileStart, uint bytesToWrite, IntPtr &buffer ) : void

Method Details

DeleteOnClose() public method

public DeleteOnClose ( ) : void
return void

RdcFileWriter() public method

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

Truncate() public method

public Truncate ( ) : void
return void

Write() public method

public Write ( System.UInt64 offsetFileStart, uint bytesToWrite, IntPtr &buffer ) : void
offsetFileStart System.UInt64
bytesToWrite uint
buffer System.IntPtr
return void