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
-[#26](https://github.com/raydac/java-binary-block-parser/issues/26) fixed bug in array write with MSB0
17
17
18
18
-**2.0.0 (20-nov-2019)**
@@ -41,10 +41,10 @@ The Framework has been published in the Maven Central and can be easily added as
41
41
<dependency>
42
42
<groupId>com.igormaznitsa</groupId>
43
43
<artifactId>jbbp</artifactId>
44
-
<version>2.0.0</version>
44
+
<version>2.0.1</version>
45
45
</dependency>
46
46
```
47
-
the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.0/jar)
47
+
the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.1/jar)
48
48
49
49
# Hello world
50
50
The library is very easy in use because in many cases only two its classes are needed - com.igormaznitsa.jbbp.JBBPParser (for data parsing) and com.igormaznitsa.jbbp.io.JBBPOut (for binary block writing). Both these classes work over low-level IO classes - com.igormaznitsa.jbbp.io.JBBPBitInputStream and com.igormaznitsa.jbbp.io.JBBPBitOutputStream, those bit stream classes are the core of the library.
@@ -88,7 +88,7 @@ in Maven it can be used through snippet:
Copy file name to clipboardExpand all lines: jbbp-plugins/jbbp-maven/jbbp-maven-plugin/src/test/resources/com/igormaznitsa/jbbp/plugin/mvn/mojoConfig.xml
0 commit comments