|
|
||||||||||
| 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.
compile methods
to indicate that the resulting Perl5Pattern should be treated as a
read only data structure by Perl5Matcher, making it safe to share
a single Perl5Pattern instance among multiple threads without needing
synchronization.
read
method of InputStream.
FilterInputStream.read
to update the progress monitor after the read.
b.
byte.length bytes of data from this
input stream into an array of bytes.
b.length bytes of data from this input
stream into an array of bytes.
b.
b.length bytes of data from this file
into an array of bytes.
FilterInputStream.read
to update the progress monitor after the read.
len bytes of data into an array of bytes
from this input stream.
len bytes of data from the contained
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 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 input stream
into an array of bytes.
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.
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.
FilterInputStream.read
to update the progress monitor after the read.
len characters of data from this piped
stream into an array of characters.
EditorKit to initiate a
read.
true
if there is potentially more work to do, or false
if the caller can sleep until another event is placed on
the event queue.
writeAttributeSet.
readBoolean
method of DataInput.
true if that byte is nonzero,
false if that byte is zero.
boolean from this file.
readByte
method of DataInput.
readChar
method of DataInput.
char and returns the char value.
readDouble
method of DataInput.
double value.
double from this file.
DataFlavor from a Serialized state.
readFloat
method of DataInput.
float value.
float from this file.
readFully
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.
readInt
method of DataInput.
int value.
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));
readLong
method of DataInput.
long value.
ObjectInputStream.
ObjectInputStream and if it
isn't null adds a listener to receive
action events fired by the Menu Item.
ObjectInputStream.
ObjectInputStream.
ObjectInputStream and an optional
list of listeners to receive various events fired by
the component; also reads a list of
(possibly null) child windows.
Container from the specified
ObjectInputStream.
ObjectInputStream and if it isn't
null adds a listener to receive a variety
of events fired by the component.
ObjectInputStream and if
it isn't null adds a listener to
receive adjustment events fired by the
Scrollbar.
ObjectInputStream.
ObjectInputStream and if it
isn't null adds a listener to receive
both item events and action events (as specified
by the key stored in the stream) fired by the
List.
ObjectInputStream and performs
a backwards compatibility check by converting
either a dir or a file
equal to an empty string to null.
ObjectInputStream and if it
isn't null adds a listener to receive
item events fired by the Choice item.
ObjectInputStream and if it
isn't null adds a listener to receive
item events fired by the Checkbox.
ObjectInputStream and if
it isn't null adds a listener to
receive action events fired by the button.
DragGestureRecognizer.
DragSource.
DragGestureEvent.
DropTarget.
DragSourceContext.
when field if it is not present in the
object input stream.
readObject and writeObject in
JComponent for more
information about serialization in Swing.
ObjectInputStream "registerValidation"
callback to update the UI for the entire tree of components
after they've all been read in.
ObjectInputStream callback
that's called after a complete graph of objects (including at least
one JComponent) has been read.AWTKeyStroke (or a subclass of
AWTKeyStroke) which is equal to this instance.
readShort
method of DataInput.
short value.
readUnsignedByte
method of DataInput.
int, and returns
the result, which is therefore in the range
0
through 255.
readUnsignedShort
method of DataInput.
int value in the range 0
through 65535.
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.