raydac/java-binary-block-parser

Parse with multiple custom field type processors ?

blev007 opened this issue · 2 comments

Hello,
I would like to know if there is a way to use several customer type processors (example: one for float, one for String) in the JBBPParser.
It seems that the "prepare" method accepts only 1 custom parser.
Thank you in advance for your help.
Best regards,
Bruno

Hello
yes, there is auxiliary class called JBBPCustomFieldTypeProcessorAggregator and provided test for it which can be used as example

Thanks a lot Igor! It works fine...

Le 14 oct. 2016 16:36, Igor Maznitsa notifications@github.com a écrit :Hello
yes, there is auxiliary class called JBBPCustomFieldTypeProcessorAggregator and provided test for it which can be used as example

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.