Skip to content

Commit 6fa530a

Browse files
authored
Update README.md
1 parent 5c4193e commit 6fa530a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ If you have some data which structure is variable then you can use the `var` typ
138138
}
139139
}, null);
140140
```
141+
*NB! Some programmers trying to use only parser for complex data, it is mistake. In the case it is much better to have several easy parsers working with the same [JBBPBitInputStream](https://github.com/raydac/java-binary-block-parser/blob/master/src/main/java/com/igormaznitsa/jbbp/io/JBBPBitInputStream.java) instance, it allows to keep decision points on Java level and make solution easier.*
141142

142143
##Special types
143144
Special types makes some actions to skip data in input stream

0 commit comments

Comments
 (0)