C# 클래스 RavenFS.Synchronization.Rdc.Wrapper.Unmanaged.RdcBufferTools

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

공개 메소드들

메소드 설명
IntPtrCopy ( IntPtr source, Stream dest, int length ) : int
IntPtrCopy ( Stream source, IntPtr dest, int length ) : int

메소드 상세

IntPtrCopy() 공개 정적인 메소드

public static IntPtrCopy ( IntPtr source, Stream dest, int length ) : int
source System.IntPtr
dest Stream
length int
리턴 int

IntPtrCopy() 공개 정적인 메소드

public static IntPtrCopy ( Stream source, IntPtr dest, int length ) : int
source Stream
dest System.IntPtr
length int
리턴 int