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

Reads a byte array from the bytes message stream.

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

Syntax

public int ReadBytes(
	byte[] value
)
Public Function ReadBytes ( _
	value As Byte() _
) As Integer
public:
int ReadBytes(
	array<unsigned char>^ value
)

Parameters

value
Type: array< System..::.Byte >[]()[]

Return Value

The actual number of bytes read. When the call cannot read even one byte, it returns -1.

Remarks

This method reads bytes from the stream into the byte array and advances the read position.

See Also