Class BinaryDataParser

All Implemented Interfaces:
DataComponentVisitor, DataStreamParser

public class BinaryDataParser extends AbstractDataParser

New implementation of binary data parser with better efficiency since the write tree is pre-computed during init instead of being re-evaluated while iterating through the component tree.

Since:
Mar 28, 2022