Bit Lib4j Versions Save

Useful library to handle bytes or bits in Java. Read and write data in a byte array with a custom size for Java types. Read/Write Integer, Long, signed data, String, Hexa String and Date bit to bit

bit-lib4j-1.4.9

9 years ago
  • Add method to convert byte to String bytesToStringNoSpace()
  • Add method to set a bit in a byte setBit()
  • Add unit tests

bit-lib4j-1.4.10

9 years ago
  • Remove matchBitByValue() method (#3)
  • Fix matchBitByBitIndex() for Integer (#3)
  • Add unit tests