Method
void WriteBoolean(bool value); void WriteByte(byte value); void WriteShort(short value); void WriteChar(char value); void WriteInt(int value); void WriteLong(long value); void WriteFloat(float value); void WriteDouble(double value); void WriteUTF(string value); void WriteObject(Object value);
Write primitive datatypes to the byte stream in the message body.
The JMS specification defines these ten methods to insert data into the byte stream of a BytesMessage
.
Each call writes a data value to the stream, and advances the write position so that the next write call appends to the new end of the stream.
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |