write
methods. If using separate read/write threads, call by writer.
@param buf is the source byte array
@exception IOException
s
, taken in order, one byte is written to the output stream. If s
is null
, a NullPointerException
is thrown. If s.length
is zero, then no bytes are written. Otherwise, the character s[0]
is written first, then s[1]
, and so on; the last character written is s[s.length-1]
. For each character, one byte is written, the low-order byte, in exactly the manner of the writeByte
method . The high-order eight bits of each character in the string are ignored.
@param s the string of bytes to be written.
@throws IOException if an I/O error occurs.
The byte array value
is written to the message as a byte array field. Consecutively written byte array fields are treated as two distinct fields when the fields are read.
@param value the byte array value to be written
@throws JMSException if the JMS provider fails to write the messagedue to some internal error.
@throws MessageNotWriteableException if the message is in read-onlymode.
The byte array value
is written to the message as a byte array field. Consecutively written byte array fields are treated as two distinct fields when the fields are read.
@param value the byte array value to be written
@throws JMSException if the JMS provider fails to write the message dueto some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
The byte array value
is written to the message as a byte array field. Consecutively written byte array fields are treated as two distinct fields when the fields are read.
@param value the byte array value to be written
@throws JMSException if the JMS provider fails to write the messagedue to some internal error.
@throws MessageNotWriteableException if the message is in read-onlymode.
This is automatically called when saving a project file.
Your implementation must enclose all your data xml in a tag with the name provided in your getIdentifier
method.
DataOutput
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|