You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/igormaznitsa/jbbp/mapper/Bin.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@
58
58
BinTypetype() defaultBinType.UNDEFINED;
59
59
60
60
/**
61
-
* Order of bits for the field.
61
+
* Order of bits for the field.
62
+
* <b>NB! The Value has strong effect! A Numeric field content will be inverted during mapping or saving of the field if the value is MSB0 (Java uses standard LSB0)</b>
0 commit comments