Skip to content

Commit f64952e

Browse files
committed
updated
1 parent dfc2f1e commit f64952e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ that for Java. So I developed the JBBP library.<br>
1818
# Change log
1919

2020
- __3.0.1 (SNAPSHOT)__
21-
- added MSB0_DIRECT bit order mode, MSB0 without
22-
reverse [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
23-
- added JBBPBitInputStream#isDetectedPartlyReadBitField to check that only part of bit field read during last
21+
- added `MSB0_DIRECT` bit order mode, MSB0 without data
22+
revers [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
23+
- added `JBBPBitInputStream#isDetectedPartlyReadBitField` to check that only part of bit field read during last
2424
operation
2525
- added flag into constructor for JBBPBitInputStream to force return -1 instead of partly read bit field data
2626

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
3.0.1 (SNAPSHOT)
2-
- added MSB0_DIRECT bit order mode, MSB0 without reverse [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
3-
- added JBBPBitInputStream#isDetectedPartlyReadBitField to check that only part of bit field read during last operation
4-
- added flag into constructor for JBBPBitInputStream to force return -1 instead of partly read bit field data
2+
- added `MSB0_DIRECT` bit order mode, MSB0 without data revers [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
3+
- added `JBBPBitInputStream#isDetectedPartlyReadBitField` to check that only part of bit field read during last operation
4+
- added flag into constructor for JBBPBitInputStream to force return -1 instead of partly read bit field data if needed
55

66
3.0.0 (16-nov-2024)
77
- Minimum JDK Version: Updated to 11.0.

0 commit comments

Comments
 (0)