File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ that for Java. So I developed the JBBP library.<br>
18
18
# Change log
19
19
20
20
- __ 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
24
24
operation
25
25
- added flag into constructor for JBBPBitInputStream to force return -1 instead of partly read bit field data
26
26
Original file line number Diff line number Diff line change 1
1
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
5
5
6
6
3.0.0 (16-nov-2024)
7
7
- Minimum JDK Version: Updated to 11.0.
You can’t perform that action at this time.
0 commit comments