Method
bool ReadBoolean(); sbyte ReadByte(); short ReadShort(); char ReadChar(); int ReadInt(); long ReadLong(); float ReadFloat(); double ReadDouble(); String ReadString(); Object ReadObject();
Read primitive datatypes from a stream message.
The JMS specification defines these methods to extract data from a StreamMessage
. (See also StreamMessage.ReadBytes
.)
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 |