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
As I need to marshal and unmarshal message that is fixed length with 2 little endian bytes "2A 00" as below example, how to configure BeanIO mapping file and object in order to can do that?
As I need to marshal and unmarshal message that is fixed length with 2 little endian bytes "2A 00" as below example, how to configure BeanIO mapping file and object in order to can do that?
RAW-DATA:
30 30 30 31 2A 00 0A 00 31 32 - 33 20 20 20 20 20 20 20 14 00 1 [0001* 123 ]
41 41 41 41 41 41 20 20 20 20 - 20 20 20 20 20 20 20 20 20 20 21 [AAAAAA ]
00 00 42 [ ]
Packet Details: Code=0001 len=42
[001: 10]:[123 ]
[002: 20]:[AAAAAA ]
[003: 0]:[]
The text was updated successfully, but these errors were encountered: