C# 클래스 RavenFS.Synchronization.Rdc.Wrapper.RdcFileWriter

상속: IRdcFileWriter
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
DeleteOnClose ( ) : void
RdcFileWriter ( Stream stream ) : System
Truncate ( ) : void
Write ( System.UInt64 offsetFileStart, uint bytesToWrite, IntPtr &buffer ) : void

메소드 상세

DeleteOnClose() 공개 메소드

public DeleteOnClose ( ) : void
리턴 void

RdcFileWriter() 공개 메소드

public RdcFileWriter ( Stream stream ) : System
stream Stream
리턴 System

Truncate() 공개 메소드

public Truncate ( ) : void
리턴 void

Write() 공개 메소드

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