|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
prompt
and forces user to enter choice
before continuing
prompt
and forces user to enter one of
choices
before continuing
DataInputStream
that uses little
endian format.FilterInputStream
and saves its argument, the
input stream in
, for later use.
DataOutputStream
that uses little
endian format.prompt
and returns user's response
read
method of
DataInput
.
read
method of
DataInput
.
readBoolean
method of
DataInput
.
readByte
method of
DataInput
.
readChar
method of
DataInput
.
readDouble
method of
DataInput
.
readFloat
method of
DataInput
.
readFully
method of
DataInput
.
readFully
method of
DataInput
.
readInt
method of
DataInput
.
readLong
method of
DataInput
.
readShort
method of
DataInput
.
readUnsignedByte
method of
DataInput
.
readUnsignedShort
method
of DataInput
.
written
, the
number of bytes written to this data output stream so far.
skipBytes
method of
DataInput
.
b
) to the underlying output stream.
len
bytes from the specified byte array starting at
offset off
to the underlying output stream.
boolean
to the underlying output stream as a
1-byte value.
byte
to the underlying output stream as a
1-byte value.
char
to the underlying output stream as a 2-byte
value, high byte first.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the underlying output
stream as an 8-byte quantity, high byte first.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the underlying output
stream as an 8-byte quantity, high byte first.
int
using the
floatToIntBits
method in class Float
, and
then writes that int
value to the underlying output stream
as a 4-byte quantity, high byte first.
int
to the underlying output stream as four
bytes, high byte first.
long
to the underlying output stream as eight
bytes, high byte first.
short
to the underlying output stream as two
bytes, high byte first.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |