What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Utf16BLeTransformer

The Utf16BeTransformer will produce a UTf-16 encoding of the value in the parent data model in big endian byte order.

Examples

 <DataModel name="Ex1">
    <String name="TransformMe" value="The brown lazy fox jumped over the fuzzed buffer">
      <Transformer class="Utf16Be" />
    </String>
  </DataModel>