v
. The 24 high-order bits of v
are ignored. (This means that writeByte
does exactly the same thing as write
for an integer argument.) The byte written by this method may be read by the readByte
method of interface DataInput
, which will then return a byte
equal to (byte)v
.
@param v the byte value to be written.
@throws IOException if an I/O error occurs.
value
)into the receiver's underlying stream.
@param value The primitive data to write
@throws IOException If an IO exception happened when writing the primitive data.
v
to the stream. The 24 high-order bits of v
are ignored. (This means that writeByte
does exactly the same thing as write
for an integer argument.) If the bit offset within the stream is non-zero, the remainder of the current byte is padded with 0s and written out first. The bit offset will be 0 after the write.
@param v an int
containing the byte value to bewritten.
@exception IOException if an I/O error occurs.
byte
to the bytes message stream as a 1-byte value.
@param value the byte
value to be written
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
byte
to the stream message.
@param value the byte
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.
byte
to the bytes message stream as a 1-byte value.
@param value the byte
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.
byte
to the stream message.
@param value the byte
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.
byte
to the bytes message stream as a 1-byte value.
@param value the byte
value to be written
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
byte
to the stream message.
@param value the byte
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.
DataOutput
byte
to the file as a 1-byte value.
@param v a byte
value to be written.
@throws IOException if an I/O error occurs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|