Writes a Byte Array to the output stream.

C# |
public void WriteByteArray( byte[] x )

- x (array<Byte>[]()[][])
- The Byte Array to be written to the output stream.

The entire Byte Array will be written.

Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |