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.5.2

4 years ago
  • Fix runtime issue on JDK7/8 with ByteBuffer due to JDK 11 build

bit-lib4j-1.5.1

4 years ago
  • Upgrade dependencies
  • Replace Travis by Github Action

bit-lib4j-1.5.0

6 years ago
  • Add support of Signed values (see #7)

Two new methods available to handle signed values:

  • getNextLongSigned()
  • getNextIntegerSigned()

bit-lib4j-1.4.13

7 years ago
  • Improve performance #6 (Thanks @andrei-cristea)
  • Fix dependencies scope #5 (Thanks @anthonygraignic )

bit-lib4j-1.4.12

8 years ago
  • Fix Integer/Long issues with Max and Min value
  • Add clear() method to clear all added data
  • Add unit tests

bit-lib4j-1.4.11

8 years ago
  • Fix Integer size issue (#4)
  • Add getNextLong() and setNextLong() for Long
  • Add unit tests

bit-lib4j-1.4.5

9 years ago
  • Add method to reset bits in BitUtils.java resetNextBits()
  • Add parameter to get date as BCD format
  • Add cobertura report

bit-lib4j-1.4.6

9 years ago
  • Add method to convert byte array to binary string toBinary()
  • Add unit tests

bit-lib4j-1.4.7

9 years ago
  • Add method to convert byte array to Int byteArrayToInt()
  • Add method to convert int to byte Array toByteArray()
  • Code refactor

bit-lib4j-1.4.8

9 years ago
  • Add method to truncate string representation of byte array bytesToString()