[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Writes a byte array to the bytes message stream

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public void WriteBytes(
	byte[] value
)
Public Sub WriteBytes ( _
	value As Byte() _
)
public:
void WriteBytes(
	array<unsigned char>^ value
)

Parameters

value
Type: array< System..::.Byte >[]()[]
the byte array value to be written

Remarks

Each call writes bytes from the byte array into the stream, and advances the write position.

See Also