Searched refs:intToBytes (Results 1 – 1 of 1) sorted by relevance
356 public static byte[] intToBytes(int value) { in intToBytes() method in LiteralTools375 return intToBytes(Float.floatToRawIntBits(value)); in floatToBytes()