|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
boolean from the stream message.
boolean from the stream message.
double from the stream message.
double from the stream message.
float from the stream message.
float from the stream message.
java.lang.StringBuffer.boolean to the stream message.
boolean to the stream message as a 1-byte value.
byte to the stream message.
byte to the stream message as a 1-byte value.
char to the stream message.
char to the stream message as a 2-byte value,
high byte first.
double to the stream message.
long using the
doubleToLongBits method in class Double,
and then writes that long value to the stream
message as an 8-byte quantity, high byte first.
float to the stream message.
int using the
floatToIntBits method in class Float,
and then writes that int value to the stream
message as a 4-byte quantity, high byte first.
int to the stream message.
int to the stream message as four bytes,
high byte first.
long to the stream message.
long to the stream message as eight bytes,
high byte first.
short to the stream message.
short to the stream message as two bytes, high
byte first.
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||