|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 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.
DefaultSelectionType instance to use for
specifying that a range of pages of the job should be printed.
Raster being referenced.
RasterFormatException is thrown if there is
invalid layout information in the Raster.RasterFormatException with the
specified message.
read
method of InputStream.
len bytes of data into an array of bytes
from this input stream.
b.
len bytes of data from the contained
input stream into an array of bytes.
b.length bytes of data from this input
stream into an array of bytes.
len bytes of data from this input stream
into an array of bytes.
byte.length bytes of data from this
input stream into an array of bytes.
len bytes of data from this input stream
into an array of bytes.
b.
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 characters of data from this piped
stream into an array of characters.
len bytes of data from this input stream into
an array of bytes.
len bytes of data from this file into an
array of bytes.
b.length bytes of data from this file
into an array of bytes.
len bytes of data from this input stream
into an array of bytes.
len bytes of data from this input stream
into an array of bytes.
ObjID instance by
unmarshalling a binary representation from an
ObjectInput instance.
UID instance by
unmarshalling a binary representation from an
DataInput instance.
b.length bytes of data from this input
stream into an array of bytes.
len bytes of data from this input stream
into an array of bytes.
BufferedImage as the result of decoding
a supplied File with an ImageReader
chosen automatically from among those currently registered.
BufferedImage as the result of decoding
a supplied InputStream with an ImageReader
chosen automatically from among those currently registered.
BufferedImage as the result of decoding
a supplied URL with an ImageReader
chosen automatically from among those currently registered.
BufferedImage as the result of decoding
a supplied ImageInputStream with an
ImageReader chosen automatically from among those
currently registered.
imageIndex and returns
it as a complete BufferedImage, using a default
ImageReadParam.
imageIndex and returns
it as a complete BufferedImage, using a supplied
ImageReadParam.
b.length bytes from the stream, and
stores them into b starting at index 0.
len bytes from the stream, and stores
them into b starting at index off.
read(b, 0, b.length).
len bytes from the stream, and stores
them into b starting at index off.
b.
FilterInputStream.read
to update the progress monitor after the read.
FilterInputStream.read
to update the progress monitor after the read.
FilterInputStream.read
to update the progress monitor after the read.
Any value from the input stream.
TypeCode from this input stream.
Any object from
the given input stream using the given typecode.
abort method.
imageIndex and returns
an IIOImage containing the image, thumbnails, and
associated image metadata, using a supplied
ImageReadParam.
Iterator containing all the images,
thumbnails, and metadata, starting at the index given by
getMinIndex, from the input source in the form of
IIOImage objects.
Util.readAny(org.omg.CORBA.portable.InputStream).
ARRAY value from the stream and returns it as an
Array object in the Java programming language.
ARRAY value from the stream and
returns it as an Array object in the Java programming
language.
SQLInputImpl object
as a stream of ASCII characters.
RenderedImage object that contains the
contents of the image indexed by imageIndex.
writeAttributeSet.
java.math.BigDecimal
object in the Java programming language.
SQLInputImpl object
as a java.math.BigDecimal.
SQLInputImpl object
as a stream of uninterpreted bytes.
int with the value 0 or
1.
long, with the first bit read becoming the most
significant bit of the output.
BLOB value from the stream and returns it as a
Blob object in the Java programming language.
BLOB value at the head of this
SQLInputImpl object as a Blob object
in the Java programming language.
true if that byte is nonzero,
false if that byte is zero.
readBoolean
method of DataInput.
boolean from this file.
boolean
in the Java programming language.
boolean
value of true if it is nonzero, false
if it is zero.
SQLInputImpl object as
a boolean in the Java programming language.
readByte
method of DataInput.
byte
in the Java programming language.
byte value.
SQLInputImpl object as
a byte in the Java programming language.
len bytes from the stream, and
modifies the supplied IIOByteBuffer to indicate
the byte array, offset, and length where the data may be found.
SQLInputImpl object
as an array of bytes.
char and returns the char value.
readChar
method of DataInput.
readUnsignedShort, except that the
result is returned using the char datatype.
SQLInputImpl object
as a stream of Unicode characters.
CLOB value from the stream and returns it as a
Clob object in the Java programming language.
CLOB value at the head of this
SQLInputImpl object as a Clob object
in the Java programming language.
RowSet object.
java.sql.Date object.
SQLInputImpl as
a java.sql.Date object.
double value.
readDouble
method of DataInput.
double from this file.
double
in the Java programming language.
double.
SQLInputImpl object
as a double in the Java programming language.
getImageReaderSpiNames, initially
null.
true if the image format understood by
this reader supports thumbnail preview images associated with
it.
DataFlavor from a Serialized state.
ObjectInput.
float value.
readFloat
method of DataInput.
float from this file.
float
in the Java programming language.
float.
SQLInputImpl object
as a float in the Java programming language.
b.
len
bytes from
an input stream.
readFully
method of DataInput.
readFully
method of DataInput.
b.length bytes from this file into the byte
array, starting at the current file pointer.
len bytes from this file into the byte
array, starting at the current file pointer.
len bytes from the stream, and stores them
into b starting at index off.
b.length bytes from the stream, and stores them
into b starting at index 0.
len shorts (signed 16-bit integers) from the
stream according to the current byte order, and
stores them into s starting at index
off.
len chars (unsigned 16-bit integers) from the
stream according to the current byte order, and
stores them into c starting at index
off.
len ints (signed 32-bit integers) from the
stream according to the current byte order, and
stores them into i starting at index
off.
len longs (signed 64-bit integers) from the
stream according to the current byte order, and
stores them into l starting at index
off.
len floats (32-bit IEEE single-precision
floats) from the stream according to the current byte order,
and stores them into f starting at
index off.
len doubles (64-bit IEEE double-precision
floats) from the stream according to the current byte order,
and stores them into d starting at
index off.
int value.
readInt
method of DataInput.
int
in the Java programming language.
int.
SQLInputImpl object
as an int in the Java programming language.
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:
DataInputStream d = new DataInputStream(in);
with:
BufferedReader d
= new BufferedReader(new InputStreamReader(in));
long value.
readLong
method of DataInput.
long
in the Java programming language.
long.
SQLInputImpl object
as a long in the Java programming language.
Object in the Java programming language.
Stub.readObject(java.io.ObjectInputStream).
SQLInputImpl
object as an Object in the Java programming language.
Raster object containing the raw pixel data
from the image stream, without any color conversion applied.
REF value from the stream and returns it as a
Ref object in the Java programming language.
SQLInputImpl object
as a Ref object in the Java programming language.
AWTKeyStroke (or a subclass of
AWTKeyStroke) which is equal to this instance.
CertPath constructed from the type and data.
ObjectInputStream with the unique instance for that
value.
short value.
readShort
method of DataInput.
short
in the Java programming language.
short value.
SQLInputImpl object
as a short in the Java programming language.
String
in the Java programming language.
SQLInputImpl object as
a String in the Java programming language.
thumbnailIndex, associated with the image indexed
by ImageIndex as a BufferedImage.
tileX and
tileY arguments, returning it as a
BufferedImage.
Raster object containing the raw
pixel data from the tile, without any color conversion applied.
java.sql.Time object.
SQLInputImpl object as
a java.sql.Time object.
java.sql.Timestamp object.
SQLInputImpl object as
a java.sql.Timestamp object.
int, and returns
the result, which is therefore in the range
0
through 255.
readUnsignedByte
method of DataInput.
0xff in order to strip off
any sign-extension bits, and returns it as a byte
value.
0xffffffffL in order to
strip off any sign-extension bits, and returns the result as an
unsigned long value.
int value in the range 0
through 65535.
readUnsignedShort
method of DataInput.
int, masks it with
0xffff in order to strip off any sign-extension
buts, and returns the result as an unsigned int
value.
DATALINK value from the stream and returns it as a
java.net.URL object in the Java programming language.
DATALINK value from the stream and
returns it as an URL object in the Java programming
language.
readUTF
method of DataInput.
in a representation
of a Unicode character string encoded in
modified UTF-8 format;
this string of characters is then returned as a String.
locks, one for read-only operations and one for writing.WebRowSet object from the given
input stream in XML format.
WebRowSet object in its XML format from the given
Reader object.
WebRowSet
object.
REAL.
PolicyError exception being thrown.
name in
this registry with the supplied remote reference.
REBIND is raised when the current effective RebindPolicy,
has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound
object reference results in a LocateReply message with status
OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.REBIND exception with
minor code set to 0 and CompletionStatus set to COMPLETED_NO.
REBIND exception with the
specified message.
REBIND exception with the
specified minor code and completion status.
REBIND exception with the
specified message, minor code, and completion status.
Receiver receives MidiEvent objects and
typically does something useful in response, such as interpreting them to
generate sound or raw MIDI output.Rectangle specifies an area in a coordinate space that is
enclosed by the Rectangle object's top-left point
(x, y)
in the coordinate space, its width, and its height.Rectangle whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are both zero.
Rectangle, initialized to match
the values of the specified Rectangle.
Rectangle whose top-left corner is
specified as
(x, y) and whose width and height
are specified by the arguments of the same name.
Rectangle whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are specified by the arguments of the same name.
Rectangle whose top-left corner is
specified by the Point argument, and
whose width and height are specified by the
Dimension argument.
Rectangle whose top-left corner is the
specified Point, and whose width and height are both zero.
Rectangle whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension argument.
Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h).Double class defines a rectangle specified in
double coordinates.Rectangle2D, initialized to
location (0, 0) and size (0, 0).
Rectangle2D
from the specified double coordinates.
Float class defines a rectangle specified in float
coordinates.Rectangle2D, initialized to
location (0.0, 0.0) and size (0.0, 0.0).
Rectangle2D
from the specified float coordinates.
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame.redirectErrorStream property.
CannotRedoException if canRedo
returns false.
redo to all contained
UndoableEdits in the order in
which they were added.
UndoManager is inProgress,
redoes the last significant UndoableEdit at
indexOfNextAdd or after, and all insignificant
edits up to it.
getRedoPresentationName;
as of Java 2 platform v1.3.1 this field is no longer used.
Lock with the same basic
behavior and semantics as the implicit monitor lock accessed using
synchronized methods and statements, but with extended
capabilities.ReadWriteLock supporting similar
semantics to ReentrantLock.ReentrantReadWriteLock.readLock().ReentrantReadWriteLock.writeLock().REF
value, which is a reference to an SQL structured type value in the database.REF.
ReflectionException that wraps the actual java.lang.Exception.
ReflectionException that wraps the actual java.lang.Exception with
a detail message.
Object.
refresh operation failed.ORB.register_initial_reference.
PolicyFactory for the given
PolicyType.
ServiceRegistry.ClassLoader.
DriverManager.
type to
classname.
type to
classname.
getActionMap() and getInputMap() for
similiar behavior.
getActionMap() and getInputMap() for
similiar behavior.
registerObject method is used to register an
activation descriptor, desc, and obtain an
activation identifier for a activatable remote object.
parameterIndex to the JDBC type
sqlType.
parameterIndex to be of JDBC type
sqlType.
parameterName to the JDBC type
sqlType.
parameterName to be of JDBC type
sqlType.
Iterator to the registry.
AWTKeyStroke will use when generating new
instances of AWTKeyStrokes.
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).
Registry is a remote interface to a simple remote
object registry that provides methods for storing and retrieving
remote object references bound with arbitrary string names.ObjID of the registry.
RegistryHandler to obtain the registry's
implementation.
RegistryHandler to obtain the registry's
stub.
dropAction or the available DataFlavor
types.
ThreadPoolExecutor when
execute cannot accept a task.
Executor when a task cannot be
accepted for execution.ThreadPoolExecutor.PropertyChangeVetoException
thrown for the attempted setBeanContext operation.