openesb-components/ojc-core/encodersl/encoder-custom/test/data/m190.cud

14 lines
249 B
Plaintext
Executable File

# T: Byte-array fields.
# F: from raw.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
of fixed binary { length 3; } one;
of delim binary { delim term force "+"; } two[];
of fixed string rest;
};