|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
File argument.
len bytes into an array, at a specified offset.
b.length( ) bytes into an array.
boolean from this file.
double from this file.
float from this file.
b.length bytes from this file into the byte array.
len bytes from this file into the byte array.
n bytes of input.
b.length bytes from the specified byte array starting
at offset off to this file.
len bytes from the specified byte array starting at
offset off to this file.
boolean to the file as a 1-byte value.
byte to the file as a 1-byte value.
len bytes from an array to the file.
char to the file as a 2-byte value, high byte
first.
long using the
doubleToLongBits method in class Double, and
then writes that long value to the file as an 8-byte
quantity, high byte first.
int using the
floatToIntBits method in class Float, and
then writes that int value to the file as a 4-byte quantity,
high byte first.
int to the file as four bytes, high byte first.
long to the file as eight bytes, high byte first.
short to the file as two bytes, high byte first.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||