Platform Symphony .NET API Reference - Version 5.1
WriteByteArray Method (x, offset, length)
NamespacesPlatform.Symphony.SoamOutputStreamWriteByteArray(array<Byte>[]()[][], Int32, Int32)
Writes a Byte Array to the output stream.
Declaration Syntax
C#
public void WriteByteArray(
	byte[] x,
	int offset,
	int length
)
Parameters
x (array<Byte>[]()[][])
The Byte Array to be written to the output stream.
offset (Int32)
The position in the byte array from which to start writing.The number of bytes to write.
length (Int32)
Remarks
Writes length bytes to the output stream from the given Byte Array, starting from position offset in the array.
Exceptions
ExceptionCondition
[SoamException]If the value could not be written to the output stream.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0