endOfStream function
- Last Updated: August 26, 2021
- 2 minute read
- OpenEdge
- Version 12.2
Returns TRUE if the application retrieved the last text segment, the last
item of a stream, or the last byte segment.
Syntax
|
Applies to
Message objects
Notes
- An application should not call #rfi1387308600413 if it used getMemptr function for extracting the data.
- endOfStream function is also used with the
TextMessage,StreamMessage, andBytesMessagemessage types.
See also
createTextMessage procedure, setText procedure, setLongText procedure, appendText procedure, #rfi1387308600413, getCharCount function, getText function, getTextSegment function, getLongText function, getLongTextCP function
For more information, see the TextMessage.
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, #rfi1387308600413, 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.
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, #rfi1387308600413, 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.