StreamMessage—Read


Method

Declaration

bool ReadBoolean(); 
sbyte ReadByte(); 
short ReadShort(); 
char ReadChar(); 
int ReadInt(); 
long ReadLong(); 
float ReadFloat(); 
double ReadDouble(); 
String ReadString(); 
Object ReadObject(); 

Purpose

Read primitive datatypes from a stream message.

Remarks

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.

See Also

StreamMessage.ReadBytes


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