Foundation 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

W

WALL_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as wall clock time.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the week of month field.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_MONTH field alignment.
WEEK_OF_YEAR - Static variable in class java.text.DateFormat.Field
Constant identifying the week of year field.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
WEEK_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_YEAR field alignment.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
WeakHashMap - class java.util.WeakHashMap.
A hashtable-based Map implementation with weak keys.
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity (16) and the default load factor (0.75).
WeakHashMap(Map) - Constructor for class java.util.WeakHashMap
Constructs a new WeakHashMap with the same mappings as the specified Map.
WeakReference - class java.lang.ref.WeakReference.
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WeakReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object and is registered with the given queue.
WriteAbortedException - exception java.io.WriteAbortedException.
Signals that one of the ObjectStreamExceptions was thrown during a write operation.
WriteAbortedException(String, Exception) - Constructor for class java.io.WriteAbortedException
Constructs a WriteAbortedException with a string describing the exception and the exception causing the abort.
Writer - class java.io.Writer.
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
waitFor() - Method in class java.lang.Process
causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class java.io.BufferedWriter
Write a single character.
write(char[], int, int) - Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.BufferedWriter
Write a portion of a String.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(char[], int, int) - Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(String, int, int) - Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.FilterWriter
Write a single character.
write(char[], int, int) - Method in class java.io.FilterWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.FilterWriter
Write a portion of a string.
write(int) - Method in interface java.io.ObjectOutput
Writes a byte.
write(byte[]) - Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Write the data and fields to the specified ObjectOutput stream.
write(int) - Method in class java.io.ObjectOutputStream
Writes a byte.
write(byte[]) - Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped output stream.
write(char[], int, int) - Method in class java.io.PipedWriter
Writes len characters from the specified character array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintWriter
Write a single character.
write(char[], int, int) - Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Write an array of characters.
write(String, int, int) - Method in class java.io.PrintWriter
Write a portion of a string.
write(String) - Method in class java.io.PrintWriter
Write a string.
write(int) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(String) - Method in class java.io.StringWriter
Write a string.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
write(int) - Method in class java.io.Writer
Write a single character.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
write(int) - Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified byte, and in any case writes the byte to the output stream.
write(byte[], int, int) - Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified subarray, and in any case writes the subarray to the output stream.
write(OutputStream) - Method in class java.util.jar.Manifest
Writes the Manifest to the specified OutputStream.
write(int) - Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(byte[], int, int) - Method in class java.util.zip.CheckedOutputStream
Writes an array of bytes.
write(int) - Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeBytes(String) - Method in interface java.io.DataOutput
Writes a string to the output stream.
writeBytes(String) - Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, wich is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeClassDescriptor(ObjectStreamClass) - Method in class java.io.ObjectOutputStream
Write the specified class descriptor to the ObjectOutputStream.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a 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.
writeDouble(double) - Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFields() - Method in class java.io.ObjectOutputStream
Write the buffered fields to the stream.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an 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.
writeFloat(float) - Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes a long value, which is comprised of eight bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long) - Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeObject(Object) - Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object) - Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
Method used by subclasses to override the default writeObject method.
writeReplace() - Method in class java.security.cert.CertPath
Replaces the CertPath to be serialized with a CertPathRep object.
writeReplace() - Method in class java.security.cert.Certificate
Replace the Certificate to be serialized.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeStreamHeader() - Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using Java modified UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.ObjectOutputStream
Primitive data write of this String in UTF format.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
writeUnshared(Object) - Method in class java.io.ObjectOutputStream
Writes an "unshared" object to the ObjectOutputStream.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.

Foundation 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.