Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
writeBytesFromRaw procedure
writeBytesFromRaw procedure
Writes
byte
array data to the body of a
StreamMessage
or
ByteMessage
.
Syntax
PROCEDURE writeBytesFromRaw.
DEFINE INPUT PARAMETER
bytesValue
AS RAW.
Applies to
Message objects
Notes
This procedure applies to both
StreamMessage
and
ByteMessage
message types.
This procedure can be called in write-only mode to write additional bytes segments to a
BytesMessage
and work around the
RAW
data type limit of 32K.
See also
createStreamMessage procedure
,
getContentType
,
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 and the BytesMessage.