Метод | Описание | |
---|---|---|
AsciiEqual ( byte name1, int offset, string name2 ) : bool | ||
AsciiEqual ( byte name1, string name2 ) : bool | ||
BigEndian ( int i ) : int | ||
BigEndian ( long i ) : long | ||
BigEndian ( short i ) : short | ||
BigEndian ( uint u ) : uint | ||
BigEndian ( ulong u ) : ulong | ||
BigEndian ( ushort u ) : ushort | ||
CopyOverlapped ( byte data, int src, int dst, int count ) : void | ||
GetCString ( byte data, int index, int length_limit ) : string | ||
GetCString ( byte data, int index, int length_limit, |
||
RotByteL ( byte v, int count ) : byte | ||
RotByteR ( byte v, int count ) : byte | ||
RotL ( uint v, int count ) : uint | ||
RotL ( ulong v, int count ) : ulong | ||
RotR ( uint v, int count ) : uint | ||
RotR ( ulong v, int count ) : ulong |
public static AsciiEqual ( byte name1, int offset, string name2 ) : bool | ||
name1 | byte | |
offset | int | |
name2 | string | |
Результат | bool |
public static AsciiEqual ( byte name1, string name2 ) : bool | ||
name1 | byte | |
name2 | string | |
Результат | bool |
public static BigEndian ( long i ) : long | ||
i | long | |
Результат | long |
public static BigEndian ( short i ) : short | ||
i | short | |
Результат | short |
public static BigEndian ( uint u ) : uint | ||
u | uint | |
Результат | uint |
public static BigEndian ( ulong u ) : ulong | ||
u | ulong | |
Результат | ulong |
public static BigEndian ( ushort u ) : ushort | ||
u | ushort | |
Результат | ushort |
public static CopyOverlapped ( byte data, int src, int dst, int count ) : void | ||
data | byte | |
src | int | |
dst | int | |
count | int | |
Результат | void |
public static GetCString ( byte data, int index, int length_limit ) : string | ||
data | byte | |
index | int | |
length_limit | int | |
Результат | string |
public static GetCString ( byte data, int index, int length_limit, |
||
data | byte | |
index | int | |
length_limit | int | |
enc | ||
Результат | string |
public static RotByteL ( byte v, int count ) : byte | ||
v | byte | |
count | int | |
Результат | byte |
public static RotByteR ( byte v, int count ) : byte | ||
v | byte | |
count | int | |
Результат | byte |
public static RotL ( uint v, int count ) : uint | ||
v | uint | |
count | int | |
Результат | uint |
public static RotL ( ulong v, int count ) : ulong | ||
v | ulong | |
count | int | |
Результат | ulong |
public static RotR ( uint v, int count ) : uint | ||
v | uint | |
count | int | |
Результат | uint |
public static RotR ( ulong v, int count ) : ulong | ||
v | ulong | |
count | int | |
Результат | ulong |