org.apache.daffodil.processors.unparsers
Restricts the bits available for unparsing to just those within the specified length computed.
If a unparser (supplied as arg) runs past the available space, that's an unparse error.
Truncation of strings - the only case where we truncate, and only when dfdl:truncateSpecifiedLengthString is 'yes', is handled elsewhere.
Restricts the bits available for unparsing to just those within the specified length computed.
If a unparser (supplied as arg) runs past the available space, that's an unparse error.
Truncation of strings - the only case where we truncate, and only when dfdl:truncateSpecifiedLengthString is 'yes', is handled elsewhere.