|
J2ME CDC | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
long
seed:
File
argument.
read
method of InputStream
.
b
.
byte.length
bytes of data from this
input stream into an array of bytes.
b.length
bytes of data from this file
into an array of bytes.
read
method of DataInput
.
b.length
bytes of data from this input
stream into an array of bytes.
len
bytes of data from the input stream into
an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data from this piped input
stream into an array of bytes.
len
bytes of data from this input stream into
an array of bytes.
len
bytes of data into an array of bytes
from this input stream.
len
bytes of data from this file into an
array of bytes.
len
bytes of data from this input stream
into an array of bytes.
read
method of DataInput
.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data into an
array of bytes.
len
characters of data from this piped
stream into an array of characters.
true
if that byte is nonzero,
false
if that byte is zero.
boolean
from this file.
readBoolean
method of DataInput
.
readByte
method of DataInput
.
char
and returns the char
value.
readChar
method of DataInput
.
double
value.
double
from this file.
readDouble
method of DataInput
.
float
value.
float
from this file.
readFloat
method of DataInput
.
b
.
b.length
bytes from this file into the byte
array, starting at the current file pointer.
readFully
method of DataInput
.
len
bytes from
an input stream.
len
bytes from this file into the byte
array, starting at the current file pointer.
readFully
method of DataInput
.
int
value.
readInt
method of DataInput
.
BufferedReader.readLine()
method. Programs that use the
DataInputStream
class to read lines can be converted to use
the BufferedReader
class by replacing code of the form:
with:DataInputStream d = new DataInputStream(in);
BufferedReader d = new BufferedReader(new InputStreamReader(in));
long
value.
readLong
method of DataInput
.
short
value.
readShort
method of DataInput
.
int
, and returns
the result, which is therefore in the range
0
through 255
.
readUnsignedByte
method of DataInput
.
int
value in the range 0
through 65535
.
readUnsignedShort
method of DataInput
.
readUTF
method of DataInput
.
in
a representation
of a Unicode character string encoded in
Java modified UTF-8 format; this string
of characters is then returned as a String
.
key
property (and its corresponding
value
).
key
(and its corresponding
value
) from this dictionary.
key
from this map, if
present.
oldChar
in this string with newChar
.
StringBuffer
with characters in the specified String
.
mark
method was last called on this input stream.
mark
method was last called on this input stream.
reset
method of InputStream
.
count
field of this byte array output
stream to zero, so that all currently accumulated output in the
ouput stream is discarded.
ordinaryChar
method
for more information on a character being ordinary.
int
representing the three digit HTTP Status-Code.
double
value that is closest in value to
a
and is equal to a mathematical integer.
double
value that is closest in value to
a
and is equal to a mathematical integer.
long
to the argument.
long
to the argument.
int
to the argument.
int
to the argument.
RSAParameterSpec
object from the
given keysize and public-exponent value.
RSAPrivateCrtKeySpec
given the modulus, publicExponent, privateExponent,
primeP, primeQ, primeExponentP, primeExponentQ, and
crtCoefficient as defined in PKCS#1.
RuleBasedCollator
class is a concrete subclass of
Collator
that provides a simple, data-driven, table
collator.Runnable
run object, then that
Runnable
object's run
method is called;
otherwise, this method does nothing and returns.
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
Runnable
interface should be implemented by any
class whose instances are intended to be executed by a thread.Runtime
that allows the application to interface with
the environment in which the application is running.RuntimeException
is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine.RuntimeException
with no detail message.
RuntimeException
with the specified
detail message.
|
J2ME CDC | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |