Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : readChar function
 

readChar function

Returns any message data segment except bytes data from the body of a StreamMessage.

Syntax

FUNCTION readChar RETURNS CHARACTER.

Applies to

Message objects

Notes

The size of all the character segments other than the last one is 8192; the size of the last one is 8192 or less.

See also

createStreamMessage 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, 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
For more information, see the StreamMessage.