Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getBytesCount function
getBytesCount function
Returns the number of bytes in a
BytesMessage
.
Syntax
FUNCTION getBytesCount RETURNS INTEGER.
Applies to
Message objects
See also
createBytesMessage procedure
,
setMemptr procedure
,
writeBoolean procedure
,
writeByte procedure
,
writeBytesFromRaw procedure
,
writeChar procedure
,
writeDate procedure
,
writeDateTime procedure
,
writeDateTime-TZ procedure
,
writeDouble procedure
,
writeFloat procedure
,
writeInt procedure
,
writeLong procedure
,
writeLongString procedure
,
writeShort procedure
,
writeString procedure
,
getBytesCount function
,
endOfStream function
,
moveToNext procedure
,
readBytesToRaw procedure
,
readChar function
,
readDate function
,
readDateTime function
,
readDateTime-TZ function
,
readDecimal function
,
readInt function
,
readLogical function
,
readLongString function
,
readLongStringCP function
,
getMemptr function
For more information, see the BytesMessage.
For an example, see the Publishing, subscribing, and receiving an XML document in a BytesMessage.