|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
byte[] to an OutputStream.
byte[] to chars on a Writer
using the default character encoding of the platform.
byte[] to chars on a Writer
using the specified character encoding.
char[] to a Writer
using the default character encoding of the platform.
char[] to bytes on an
OutputStream.
char[] to bytes on an
OutputStream using the specified character encoding.
String to a Writer.
String to bytes on an
OutputStream using the default character encoding of the
platform.
String to bytes on an
OutputStream using the specified character encoding.
StringBuffer to a Writer.
StringBuffer to bytes on an
OutputStream using the default character encoding of the
platform.
StringBuffer to bytes on an
OutputStream using the specified character encoding.
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.
toString() value of each item in a collection to
an OutputStream line by line, using the default character
encoding of the platform and the specified line ending.
toString() value of each item in a collection to
an OutputStream line by line, using the specified character
encoding and the specified line ending.
toString() value of each item in a collection to
a Writer line by line, using the specified line ending.
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 LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||