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