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