C# Class inVtero.net.UnsafeHelp

Show file Open project: ShaneK2/inVtero.net Class Usage Examples

Public Methods

Method Description
EqualBytesLongUnrolled ( long data1, long data2, int offset, int maxlen ) : bool
IsZero ( long data, int offset, int count = 512 ) : bool
ReadBytes ( MemoryMappedViewAccessor view, long offset, long &arr, int Count = 512 ) : void
ScanBytes ( MemoryMappedViewAccessor view, int ScanFor, int Count = 512 ) : List

Private Methods

Method Description
CopyMemory ( void dest, void src, ulong count ) : void*

Method Details

EqualBytesLongUnrolled() public static method

public static EqualBytesLongUnrolled ( long data1, long data2, int offset, int maxlen ) : bool
data1 long
data2 long
offset int
maxlen int
return bool

IsZero() public static method

public static IsZero ( long data, int offset, int count = 512 ) : bool
data long
offset int
count int
return bool

ReadBytes() public static method

public static ReadBytes ( MemoryMappedViewAccessor view, long offset, long &arr, int Count = 512 ) : void
view System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
offset long
arr long
Count int
return void

ScanBytes() public static method

public static ScanBytes ( MemoryMappedViewAccessor view, int ScanFor, int Count = 512 ) : List
view System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
ScanFor int
Count int
return List