Tibems.CreateFromBytes


Method

Declaration

static Message CreateFromBytes( 
    byte[] bytes ); 

Purpose

Create a message from a byte array.

Parameter
Description
bytes
Fill the new message with this byte array.
This byte array must be the result of previously calling Tibems.GetAsBytes.

Remarks

The newly created message is read-only; to enable modification without erasing the content, call Tibems.MakeWriteable.

See Also

Tibems.GetAsBytes

Tibems.MakeWriteable


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com