SpringCard LibCs for .NET  18.10.10
A set of utilities to simplify the development of .NET application
SpringCard.LibCs.BinUtils Member List

This is the complete list of members for SpringCard.LibCs.BinUtils, including all inherited members.

AND(byte[] buffer1, byte[] buffer2)SpringCard.LibCs.BinUtilsstatic
AND(byte[] buffer1, byte[] buffer2, bool expand)SpringCard.LibCs.BinUtilsstatic
BytesToUInt16(byte[] value)SpringCard.LibCs.BinUtilsstatic
BytesToUInt32(byte[] value)SpringCard.LibCs.BinUtilsstatic
CLEAR(byte[] buffer1, byte[] buffer2)SpringCard.LibCs.BinUtilsstatic
CLEAR(byte[] buffer1, byte[] buffer2, bool expand)SpringCard.LibCs.BinUtilsstatic
Concat(byte[] a, byte[] b)SpringCard.LibCs.BinUtilsstatic
Copy(byte[] a, int offset=0, int length=0)SpringCard.LibCs.BinUtilsstatic
Copy(byte[] a, int offset, int length, bool ensureSize)SpringCard.LibCs.BinUtilsstatic
Copy(byte[] a, uint offset=0, uint length=0) (defined in SpringCard.LibCs.BinUtils)SpringCard.LibCs.BinUtilsstatic
CountConsecutiveOnes(byte[] buffer) (defined in SpringCard.LibCs.BinUtils)SpringCard.LibCs.BinUtilsstatic
CountOnes(byte[] buffer)SpringCard.LibCs.BinUtilsstatic
Endianness enum nameSpringCard.LibCs.BinUtils
EnsureSize(byte[] buffer, int minsize, int maxsize)SpringCard.LibCs.BinUtilsstatic
Equals(byte[] a1, byte[] a2)SpringCard.LibCs.BinUtilsstatic
Equals(byte[] a1, byte[] a2, int length)SpringCard.LibCs.BinUtilsstatic
Equals(byte[] a1, int offset1, byte[] a2, int offset2, int length)SpringCard.LibCs.BinUtilsstatic
ExtractBitsLeft(byte[] buffer, int offset_from_left, int length_bits)SpringCard.LibCs.BinUtilsstatic
ExtractBitsRight(byte[] buffer, int offset_from_right, int length_bits)SpringCard.LibCs.BinUtilsstatic
FromDword(UInt32 value, Endianness endianness=Endianness.BigEndian)SpringCard.LibCs.BinUtilsstatic
FromWord(UInt16 value, Endianness endianness=Endianness.BigEndian)SpringCard.LibCs.BinUtilsstatic
GetBitAt(byte[] buffer, int offset)SpringCard.LibCs.BinUtilsstatic
GetOnePositionLeft(byte[] buffer)SpringCard.LibCs.BinUtilsstatic
GetOnePositionRight(byte[] buffer)SpringCard.LibCs.BinUtilsstatic
INVERT(byte[] buffer)SpringCard.LibCs.BinUtilsstatic
OR(byte[] buffer1, byte[] buffer2)SpringCard.LibCs.BinUtilsstatic
OR(byte[] buffer1, byte[] buffer2, bool expand)SpringCard.LibCs.BinUtilsstatic
ReplaceFromRight(byte[] buffer, byte[] replace, int offset_from_right, int length_bits)SpringCard.LibCs.BinUtilsstatic
SetBitAt(byte[] buffer, int offset, bool value)SpringCard.LibCs.BinUtilsstatic
ToDword(byte[] value, Endianness endianness=Endianness.BigEndian)SpringCard.LibCs.BinUtilsstatic
ToWord(byte[] value, Endianness endianness=Endianness.BigEndian)SpringCard.LibCs.BinUtilsstatic
UInt16ToBytes(UInt16 value)SpringCard.LibCs.BinUtilsstatic
UInt32ToBytes(UInt32 value)SpringCard.LibCs.BinUtilsstatic
XOR(byte[] buffer1, byte[] buffer2)SpringCard.LibCs.BinUtilsstatic
XOR(byte[] buffer1, byte[] buffer2, bool expand)SpringCard.LibCs.BinUtilsstatic