[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Writes a byte array to the stream message.
Namespace:
TIBCO.EMS.UFOAssembly: 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 to the stream and advances the write position so that the next write call appends to the new end of the stream.