Method
bool ReadBoolean(); sbyte ReadByte(); byte ReadUnsignedByte(); short ReadShort(); ushort ReadUnsignedShort(); char ReadChar(); int ReadInt(); long ReadLong(); float ReadFloat(); double ReadDouble(); String ReadUTF();
Read primitive datatypes from the byte stream in the message body.
The JMS specification defines these eleven methods to extract data from the byte stream of a BytesMessage
.
Each call reads a unit of data from the stream, and advances the read position so that the next read call gets the next datum.
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |