Skip to content

Commit 0f67814

Browse files
committed
improved description
1 parent 9eb4cdb commit 0f67814

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@ Fields
111111
==================
112112
![JBBP field format, types and examples](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_fields.png)
113113

114+
#Primitive types
115+
The Framework supports full set of Java numeric primitives with extra types like ubyte and bit.
116+
![JBBP field format, types and examples](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_primitives.png)
117+
#Complex types
118+
The Framework provides support for arrays and structures. Just keep in mind that in expressions you can make links to field values only defined before expression.
119+
![JBBP field format, types and examples](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_complex_types.png)
120+
#Special types
121+
Special types makes some actions to skip data in input stream
122+
![JBBP field format, types and examples](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_special_fields.png)
123+
#Byte order
124+
Every multi-byte type can be read with different byte order.
125+
![JBBP field format, types and examples](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_byteorder.png)
126+
114127
Expressions
115128
============
116129
Expressions are used for calculation of length of arrays and allow brackets and integer operators which work similar to Java operators:

docs/jbbp_byteorder.png

18.5 KB
Loading

docs/jbbp_complex_types.png

44.5 KB
Loading

docs/jbbp_primitives.png

35.3 KB
Loading

docs/jbbp_special_fields.png

44.8 KB
Loading

0 commit comments

Comments
 (0)