castByte(int value) | fm.liveswitch.BitAssistant | static |
castInteger(byte value) | fm.liveswitch.BitAssistant | static |
castLong(byte value) | fm.liveswitch.BitAssistant | static |
convertBytesToDouble(byte[] bytes, int index, boolean littleEndian) | fm.liveswitch.BitAssistant | static |
convertBytesToSingle(byte[] bytes, int index, boolean littleEndian) | fm.liveswitch.BitAssistant | static |
convertDoubleToBytes(double value, boolean littleEndian) | fm.liveswitch.BitAssistant | static |
convertSingleToBytes(float value, boolean littleEndian) | fm.liveswitch.BitAssistant | static |
copy(byte[] source, int sourceIndex, byte[] destination, int destinationIndex, int length) | fm.liveswitch.BitAssistant | static |
copyFloats(float[] source, int sourceIndex, float[] destination, int destinationIndex, int length) | fm.liveswitch.BitAssistant | static |
getBinaryBytes(String s) | fm.liveswitch.BitAssistant | static |
getBinaryString(byte[] array) | fm.liveswitch.BitAssistant | static |
getBinaryString(byte[] array, int offset, int length) | fm.liveswitch.BitAssistant | static |
getHexBytes(String s) | fm.liveswitch.BitAssistant | static |
getHexString(byte[] array) | fm.liveswitch.BitAssistant | static |
getHexString(byte[] array, int offset, int length) | fm.liveswitch.BitAssistant | static |
leftShift(byte value, int count) | fm.liveswitch.BitAssistant | static |
leftShiftInteger(int value, int count) | fm.liveswitch.BitAssistant | static |
leftShiftLong(long value, int count) | fm.liveswitch.BitAssistant | static |
leftShiftShort(short value, int count) | fm.liveswitch.BitAssistant | static |
reverse(byte[] array) | fm.liveswitch.BitAssistant | static |
rightShift(byte value, int count) | fm.liveswitch.BitAssistant | static |
rightShiftInteger(int value, int count) | fm.liveswitch.BitAssistant | static |
rightShiftLong(long value, int count) | fm.liveswitch.BitAssistant | static |
rightShiftShort(short value, int count) | fm.liveswitch.BitAssistant | static |
sequencesAreEqual(byte[] array1, byte[] array2) | fm.liveswitch.BitAssistant | static |
sequencesAreEqual(byte[] array1, int offset1, byte[] array2, int offset2, int length) | fm.liveswitch.BitAssistant | static |
sequencesAreEqualConstantTime(byte[] array1, byte[] array2) | fm.liveswitch.BitAssistant | static |
sequencesAreEqualConstantTime(byte[] array1, int offset1, byte[] array2, int offset2, int length) | fm.liveswitch.BitAssistant | static |
set(byte[] array, int index, int length, int value) | fm.liveswitch.BitAssistant | static |
subArray(byte[] array, int offset) | fm.liveswitch.BitAssistant | static |
subArray(byte[] array, int offset, int count) | fm.liveswitch.BitAssistant | static |