C# Class RavenFS.Synchronization.Rdc.Wrapper.Unmanaged.RdcBufferTools

Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
IntPtrCopy ( IntPtr source, Stream dest, int length ) : int
IntPtrCopy ( Stream source, IntPtr dest, int length ) : int

Method Details

IntPtrCopy() public static méthode

public static IntPtrCopy ( IntPtr source, Stream dest, int length ) : int
source System.IntPtr
dest Stream
length int
Résultat int

IntPtrCopy() public static méthode

public static IntPtrCopy ( Stream source, IntPtr dest, int length ) : int
source Stream
dest System.IntPtr
length int
Résultat int