writeBytesFromRaw procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Writes byte array data to the body of a StreamMessage or
ByteMessage.
Syntax
|
Applies to
Message objects
Notes
- This procedure applies to both
StreamMessageandByteMessagemessage types. - This procedure can be called in write-only mode to write additional bytes segments to a
BytesMessageand work around theRAWdata 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.