You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Describes features of the data layering functionality not yet implemented, or not implemented as part of the initial release.


New annotations:

  • layerTransformArgs - A whitespace delimited list of string literals, or a DFDL expression returning a whitespace delimited string. The contents of this will be passed to the transform algorithm.

New transform algorithms:

  • midBitsToEnd - Paramaterized by 2 arguements provided through layerTransformArgs: x, y. Moves the y bits at bit indexes [x, x+y] to the end of the layer's content area, shifting subsequent bits y bits to the left to fill in the gap.
  • No labels