Releases: devnied/Bit-lib4j
Releases · devnied/Bit-lib4j
1.5.2
01 May 20:09
Compare
Sorry, something went wrong.
No results found
Fix runtime issue on JDK7/8 with ByteBuffer due to JDK 11 build
1.5.1
01 May 20:07
Compare
Sorry, something went wrong.
No results found
Upgrade dependencies
Replace Travis by Github Action
1.5.0
05 Aug 12:40
Compare
Sorry, something went wrong.
No results found
Add support of Signed values (see #7 )
Two new methods available to handle signed values:
getNextLongSigned()
getNextIntegerSigned()
1.4.13
03 Apr 19:34
Compare
Sorry, something went wrong.
No results found
1.4.12
30 Nov 20:24
Compare
Sorry, something went wrong.
No results found
Fix Integer/Long issues with Max and Min value
Add clear() method to clear all added data
Add unit tests
1.4.11
25 Nov 21:11
Compare
Sorry, something went wrong.
No results found
Fix Integer size issue (#4 )
Add getNextLong() and setNextLong() for Long
Add unit tests
1.4.10
23 Jul 09:53
Compare
Sorry, something went wrong.
No results found
Remove matchBitByValue() method (#3 )
Fix matchBitByBitIndex() for Integer (#3 )
Add unit tests
1.4.9
23 Jul 09:59
Compare
Sorry, something went wrong.
No results found
Add method to convert byte to String bytesToStringNoSpace()
Add method to set a bit in a byte setBit()
Add unit tests
1.4.8
23 Jul 10:02
Compare
Sorry, something went wrong.
No results found
Add method to truncate string representation of byte array bytesToString()
1.4.7
23 Jul 10:14
Compare
Sorry, something went wrong.
No results found
Add method to convert byte array to Int byteArrayToInt()
Add method to convert int to byte Array toByteArray()
Code refactor