|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQMessageClass Methods |
« View previous topic :: View next topic » |
Author |
Message
|
rajmq |
Posted: Mon Jun 16, 2003 5:18 pm Post subject: MQMessageClass Methods |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi
I am using MQJAVA API class for our Application.But
In MQMessage Class is having the following methods
readInt2,readInt and readUint
Pdf it is explained like..
Synonym for readShort(), provided for cross-language MQSeries API compatibility.
But i am not able to understand Can anyone explain details of above method,
regards
raj |
|
Back to top |
|
 |
harwinderr |
Posted: Mon Jun 16, 2003 9:53 pm Post subject: |
|
|
 Voyager
Joined: 29 Jan 2002 Posts: 90
|
The MQMessage class has methods like readInt2(), readInt4(), readInt8(), which indicates the number of bytes to be read.
The method readInt2() reads 2 bytes, so it calls readShort() (synonym for readShort() )
The method readInt4() reads 4 bytes, synonym for readInt()
The method readInt8() reads 8 bytes, synonym for readLong()
Hope it helps
Later,
H |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|