JavaTM 2 Platform
Std. Ed. v1.3
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

W_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.W_RESIZE_CURSOR.
WAIT_CURSOR - Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.WAIT_CURSOR.
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.
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.
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.
waitForAll() - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForAll(long) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForID(int) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForID(int, long) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForIdle() - Method in class java.awt.Robot
Waits until all events currently on the event queue have been processed.
waitForWork() - Method in class javax.swing.text.LayoutQueue
Used by the worker thread to get a new task to execute
WANTS_INPUT_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for wantsInput.
wantsInput - Variable in class javax.swing.JOptionPane
If true, a UI widget will be provided to the user to get input.
WARNING_MESSAGE - Static variable in class javax.swing.JOptionPane
Used for warning messages.
wasFocused - Variable in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
 
wasIcon(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
 
wasNull() - Method in interface java.sql.CallableStatement
Indicates whether or not the last OUT parameter read had the value of SQL NULL.
wasNull() - Method in interface java.sql.SQLInput
Determines whether the last value read was SQL NULL.
wasNull() - Method in interface java.sql.ResultSet
Reports whether the last column read had a value of SQL NULL.
WAVE - Static variable in class javax.sound.sampled.AudioFileFormat.Type
Specifies a WAVE file.
WCharSeqHelper - class org.omg.CORBA.WCharSeqHelper.
org/omg/CORBA/WCharSeqHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
WCharSeqHelper() - Constructor for class org.omg.CORBA.WCharSeqHelper
 
WCharSeqHolder - class org.omg.CORBA.WCharSeqHolder.
org/omg/CORBA/WCharSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
WCharSeqHolder() - Constructor for class org.omg.CORBA.WCharSeqHolder
 
WCharSeqHolder(char[]) - Constructor for class org.omg.CORBA.WCharSeqHolder
 
WeakHashMap - class java.util.WeakHashMap.
A hashtable-based Map implementation with weak keys.
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity and the default load factor, which is 0.75.
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(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
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.
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.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.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.
weight - Variable in class java.awt.font.GlyphJustificationInfo
The weight of this glyph.
WEIGHT - Static variable in class java.awt.font.TextAttribute
Attribute key for the weight of a font.
WEIGHT_BOLD - Static variable in class java.awt.font.TextAttribute
The standard bold weight.
WEIGHT_DEMIBOLD - Static variable in class java.awt.font.TextAttribute
A moderately lighter weight than BOLD.
WEIGHT_DEMILIGHT - Static variable in class java.awt.font.TextAttribute
An intermediate weight between LIGHT and STANDARD.
WEIGHT_EXTRA_LIGHT - Static variable in class java.awt.font.TextAttribute
The lightest predefined weight.
WEIGHT_EXTRABOLD - Static variable in class java.awt.font.TextAttribute
An extra heavy weight.
WEIGHT_HEAVY - Static variable in class java.awt.font.TextAttribute
A moderately heavier weight than BOLD.
WEIGHT_LIGHT - Static variable in class java.awt.font.TextAttribute
The standard light weight.
WEIGHT_MEDIUM - Static variable in class java.awt.font.TextAttribute
An intermediate weight between the REGULAR and BOLD weights.
WEIGHT_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard weight.
WEIGHT_SEMIBOLD - Static variable in class java.awt.font.TextAttribute
A moderately heavier weight than REGULAR.
WEIGHT_ULTRABOLD - Static variable in class java.awt.font.TextAttribute
The heaviest predefined weight.
weightx - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra horizontal space.
weighty - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
WEST - Static variable in class java.awt.BorderLayout
The west layout constraint (left side of container).
WEST - Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
WEST - Static variable in interface javax.swing.SwingConstants
Compass-direction west (left).
westPane - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
 
when - Variable in class java.awt.Event
The time stamp.
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT - Static variable in class javax.swing.JComponent
Constant used for registerKeyboardAction() that means that the command should be invoked when the receiving component is an ancestor of the focused component or is itself the focused component.
WHEN_FOCUSED - Static variable in class javax.swing.JComponent
Constant used for registerKeyboardAction() that means that the command should be invoked when the component has the focus.
WHEN_IN_FOCUSED_WINDOW - Static variable in class javax.swing.JComponent
Constant used for registerKeyboardAction() that means that the command should be invoked when the receiving component is in the window that has the focus or is itself the focused component.
white - Static variable in class java.awt.Color
The color white.
WHITE_SPACE - Static variable in class javax.swing.text.html.CSS.Attribute
 
WHITESPACE - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph with no visual representation.
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
why - Variable in class org.omg.CosNaming.NamingContextPackage.NotFound
 
width - Variable in class java.awt.Dimension
The width dimension.
width - Variable in class java.awt.Rectangle
The width of the Rectangle.
width - Variable in class java.awt.geom.RoundRectangle2D.Float
The width of this RoundRectangle2D.
width - Variable in class java.awt.geom.RoundRectangle2D.Double
The width of this RoundRectangle2D.
width - Variable in class java.awt.geom.Rectangle2D.Float
The width of this Rectangle2D.
width - Variable in class java.awt.geom.Rectangle2D.Double
The width of this Rectangle2D.
width - Variable in class java.awt.geom.Arc2D.Float
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
width - Variable in class java.awt.geom.Arc2D.Double
The overall width of the full ellipse (not considering the angular extents).
width - Variable in class java.awt.geom.Ellipse2D.Float
The overall width of this Ellipse2D.
width - Variable in class java.awt.geom.Ellipse2D.Double
The overall width of this Ellipse2D.
width - Variable in class java.awt.image.SampleModel
Width in pixels of the region of image data that this SampleModel describes.
width - Variable in class java.awt.image.Raster
The width of this Raster.
width - Variable in class javax.swing.table.TableColumn
The width of the column.
WIDTH - Static variable in class java.awt.font.TextAttribute
Attribute key for the width of a font.
WIDTH - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the width of the base image is now available and can be taken from the width argument to the imageUpdate callback method.
WIDTH - Static variable in class javax.swing.text.html.HTML.Attribute
 
WIDTH - Static variable in class javax.swing.text.html.CSS.Attribute
 
WIDTH_CONDENSED - Static variable in class java.awt.font.TextAttribute
The most condensed predefined width.
WIDTH_EXTENDED - Static variable in class java.awt.font.TextAttribute
The most extended predefined width.
WIDTH_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard width.
WIDTH_SEMI_CONDENSED - Static variable in class java.awt.font.TextAttribute
A moderately condensed width.
WIDTH_SEMI_EXTENDED - Static variable in class java.awt.font.TextAttribute
A moderately extended width.
WIND_EVEN_ODD - Static variable in interface java.awt.geom.PathIterator
The winding rule constant for specifying an even-odd rule for determining the interior of a path.
WIND_EVEN_ODD - Static variable in class java.awt.geom.GeneralPath
An even-odd winding rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in interface java.awt.geom.PathIterator
The winding rule constant for specifying a non-zero rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in class java.awt.geom.GeneralPath
A non-zero winding rule for determining the interior of a path.
window - Static variable in class java.awt.SystemColor
The background color for windows.
Window - class java.awt.Window.
A Window object is a top-level window with no borders and no menubar.
WINDOW - Static variable in class java.awt.SystemColor
The array index for the window background color.
WINDOW - Static variable in class javax.accessibility.AccessibleRole
A top level window with no title or border.
WINDOW_ACTIVATED - Static variable in class java.awt.event.WindowEvent
The window activated event type.
WINDOW_BORDER - Static variable in class java.awt.SystemColor
The array index for the window border color.
WINDOW_CLOSED - Static variable in class java.awt.event.WindowEvent
The window closed event.
WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED - Static variable in class java.awt.event.WindowEvent
The window deactivated event type.
WINDOW_DEICONIFIED - Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY - Static variable in class java.awt.Event
The user has asked the window manager to de-iconify the window.
WINDOW_DESTROY - Static variable in class java.awt.Event
The user has asked the window manager to kill the window.
WINDOW_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE - Static variable in class java.awt.Event
The user has asked the window manager to expose the window.
WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
The first number in the range of ids used for window events.
WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
The window iconified event.
WINDOW_ICONIFY - Static variable in class java.awt.Event
The user has asked the window manager to iconify the window.
WINDOW_LAST - Static variable in class java.awt.event.WindowEvent
The last number in the range of ids used for window events.
WINDOW_MOVED - Static variable in class java.awt.Event
The user has asked the window manager to move the window.
WINDOW_OPENED - Static variable in class java.awt.event.WindowEvent
The window opened event.
WINDOW_TEXT - Static variable in class java.awt.SystemColor
The array index for the window text color.
Window.AccessibleAWTWindow - class java.awt.Window.AccessibleAWTWindow.
This class implements accessibility support for the Window class.
Window.AccessibleAWTWindow(Window) - Constructor for class java.awt.Window.AccessibleAWTWindow
 
Window(Frame) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified Frame as its owner.
Window(Window) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified Window as its owner.
Window(Window, GraphicsConfiguration) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device.
windowActivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is activated.
WindowAdapter - class java.awt.event.WindowAdapter.
An abstract adapter class for receiving window events.
WindowAdapter() - Constructor for class java.awt.event.WindowAdapter
 
windowBorder - Static variable in class java.awt.SystemColor
The border color for windows.
windowClosed(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosed(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window has been closed.
windowClosing(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the user attempts to close the window from the window's system menu.
windowClosing(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is in the process of being closed.
windowClosing(WindowEvent) - Method in class javax.swing.JMenu.WinListener
Deselect the menu when the popup is closed from outside.
windowClosing(WindowEvent) - Method in class javax.swing.plaf.basic.BasicToolBarUI.FrameListener
 
WindowConstants - interface javax.swing.WindowConstants.
Constants used to control the window-closing operation.
windowDeactivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents.
windowDeactivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is de-activated.
windowDeiconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a minimized to a normal state.
windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is de-iconified.
WindowEvent - class java.awt.event.WindowEvent.
A low-level event which indicates that a window has changed its status.
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object.
windowForComponent(Component) - Static method in class javax.swing.SwingUtilities
Return aComponent's window
windowIconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a normal to a minimized state.
windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is iconified.
windowInit() - Method in class javax.swing.JWindow
Called by the constructors to init the JWindow properly.
WindowListener - interface java.awt.event.WindowListener.
The listener interface for receiving window events.
windowMenu - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
windowOpened(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked the first time a window is made visible.
windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window has been opened.
windowText - Static variable in class java.awt.SystemColor
The text color for windows.
WORD - Static variable in interface javax.accessibility.AccessibleText
Constant used to indicate that the part of the text that should be retrieved is a word.
WORD_SPACING - Static variable in class javax.swing.text.html.CSS.Attribute
 
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
work_pending() - Method in class org.omg.CORBA.ORB
Returns true if the ORB needs the main thread to perform some work, and false if the ORB does not need the main thread.
wrapException(Throwable) - Static method in class javax.rmi.CORBA.Util
Wraps an exception thrown by an implementation method.
wrapException(Throwable) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.wrapException(java.lang.Throwable).
WrappedPlainView - class javax.swing.text.WrappedPlainView.
View of plain text (text with only one font and color) that does line-wrapping.
WrappedPlainView(Element) - Constructor for class javax.swing.text.WrappedPlainView
Creates a new WrappedPlainView.
WrappedPlainView(Element, boolean) - Constructor for class javax.swing.text.WrappedPlainView
Creates a new WrappedPlainView.
writableAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the action to set the editor into writeable mode.
WritableRaster - class java.awt.image.WritableRaster.
This class extends Raster to provide pixel writing capabilities.
WritableRaster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel and DataBuffer.
WritableRaster(SampleModel, DataBuffer, Rectangle, Point, WritableRaster) - Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel, DataBuffer, and parent.
WritableRaster(SampleModel, Point) - Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel.
WritableRenderedImage - interface java.awt.image.WritableRenderedImage.
WriteableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over.
write_abstract_interface(Object) - Method in class org.omg.CORBA_2_3.portable.OutputStream
marshals a value object or a stub object.
write_Abstract(Object) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL Abstract interface type to the output stream.
write_any_array(Any[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL Anys from offset for length elements to the output stream.
write_any(Any) - Method in interface org.omg.CORBA.DataOutputStream
Writes the Any value to the output stream.
write_any(Any) - Method in class org.omg.CORBA.portable.OutputStream
Writes an Any on this output stream.
write_boolean_array(boolean[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL booleans from offset for length elements to the output stream.
write_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of booleans on this output stream.
write_boolean(boolean) - Method in interface org.omg.CORBA.DataOutputStream
Writes the boolean value to the output stream.
write_boolean(boolean) - Method in class org.omg.CORBA.portable.OutputStream
Writes a boolean value to this stream.
write_char_array(char[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL characters from offset for length elements to the output stream.
write_char_array(char[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of chars on this output stream.
write_char(char) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL character value to the output stream.
write_char(char) - Method in class org.omg.CORBA.portable.OutputStream
Writes a char value to this stream.
write_Context(Context, ContextList) - Method in class org.omg.CORBA.portable.OutputStream
Writes a CORBA context on this stream.
write_double_array(double[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL doubles from offset for length elements to the output stream.
write_double_array(double[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of doubles on this output stream.
write_double(double) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL double value to the output stream.
write_double(double) - Method in class org.omg.CORBA.portable.OutputStream
Writes a double value to this stream.
write_fixed(BigDecimal) - Method in class org.omg.CORBA.portable.OutputStream
Writes a BigDecimal number.
write_float_array(float[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL floats from offset for length elements to the output stream.
write_float_array(float[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of floats on this output stream.
write_float(float) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL float value to the output stream.
write_float(float) - Method in class org.omg.CORBA.portable.OutputStream
Writes a float value to this stream.
write_long_array(int[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL longs from offset for length elements to the output stream.
write_long_array(int[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of CORBA longs (i.e.
write_long(int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL long value (represented as a Java int) to the output stream.
write_long(int) - Method in class org.omg.CORBA.portable.OutputStream
Writes a CORBA long (i.e.
write_longlong_array(long[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL long longs from offset for length elements to the output stream.
write_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of CORBA longlongs (i.e.
write_longlong(long) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL long long value (represented as a Java long) to the output stream.
write_longlong(long) - Method in class org.omg.CORBA.portable.OutputStream
Writes a CORBA longlong (i.e.
write_Object(Object) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL CORBA::Object value to the output stream.
write_Object(Object) - Method in class org.omg.CORBA.portable.OutputStream
Writes a CORBA Object on this output stream.
write_octet_array(byte[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL octets from offset for length elements to the output stream.
write_octet_array(byte[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of CORBA octets (bytes) on this output stream.
write_octet(byte) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL octet value (represented as a Java byte) to the output stream.
write_octet(byte) - Method in class org.omg.CORBA.portable.OutputStream
Writes a CORBA octet (i.e.
write_Principal(Principal) - Method in class org.omg.CORBA.portable.OutputStream
Deprecated. Deprecated by CORBA 2.2.
write_short_array(short[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL shorts from offset for length elements to the output stream.
write_short_array(short[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of shorts on this output stream.
write_short(short) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL short value to the output stream.
write_short(short) - Method in class org.omg.CORBA.portable.OutputStream
Writes a short value to this stream.
write_string(String) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL string value to the output stream.
write_string(String) - Method in class org.omg.CORBA.portable.OutputStream
Writes a string value to this stream.
write_TypeCode(TypeCode) - Method in interface org.omg.CORBA.DataOutputStream
Writes the typecode to the output stream.
write_TypeCode(TypeCode) - Method in class org.omg.CORBA.portable.OutputStream
Writes a TypeCode on this output stream.
write_ulong_array(int[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL unsigned longs (represented as Java ints) from offset for length elements to the output stream.
write_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of unsigned CORBA longs (i.e.
write_ulong(int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL unsigned long value (represented as a Java int) to the output stream.
write_ulong(int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an unsigned CORBA long (i.e.
write_ulonglong_array(long[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL unsigned long longs (represented as Java longs) from offset for length elements to the output stream.
write_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of unsigned CORBA longlongs (i.e.
write_ulonglong(long) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL unsigned long long value (represented as a Java long) to the output stream.
write_ulonglong(long) - Method in class org.omg.CORBA.portable.OutputStream
Writes an unsigned CORBA longlong (i.e.
write_ushort_array(short[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL unsigned shorts (represented as Java shorts) from offset for length elements to the output stream.
write_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of unsigned shorts on this output stream.
write_ushort(short) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL unsigned short value (represented as a Java short value) to the output stream.
write_ushort(short) - Method in class org.omg.CORBA.portable.OutputStream
Writes an unsigned short value to this stream.
write_value(OutputStream) - Method in class org.omg.CORBA.Any
Writes out to the given output stream the typecode and value of this Any object.
write_value(OutputStream, Serializable) - Method in class org.omg.CORBA.StringValueHelper
 
write_value(OutputStream, Serializable) - Method in class org.omg.CORBA.WStringValueHelper
 
write_value(OutputStream, Serializable) - Method in interface org.omg.CORBA.portable.BoxedValueHelper
 
write_value(Serializable) - Method in class org.omg.CORBA_2_3.portable.OutputStream
marshals a value type to the output stream.
write_Value(Serializable) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL value type value to the output stream.
write_value(Serializable, BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable.OutputStream
marshals a value type to the output stream.
write_value(Serializable, Class) - Method in class org.omg.CORBA_2_3.portable.OutputStream
marshals a value type to the output stream.
write_value(Serializable, String) - Method in class org.omg.CORBA_2_3.portable.OutputStream
marshals a value type to the output stream.
write_wchar_array(char[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Writes the array of IDL wide characters from offset for length elements to the output stream.
write_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an array of wide chars on this output stream.
write_wchar(char) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL wide character value to the output stream.
write_wchar(char) - Method in class org.omg.CORBA.portable.OutputStream
Writes a wide char value to this stream.
write_wstring(String) - Method in interface org.omg.CORBA.DataOutputStream
Writes the IDL wide string value (represented as a Java String) to the output stream.
write_wstring(String) - Method in class org.omg.CORBA.portable.OutputStream
Writes a wide string value to this stream.
write() - Method in class javax.swing.text.AbstractWriter
This abstract method needs to be implemented by subclasses.
write() - Method in class javax.swing.text.html.HTMLWriter
Iterates over the Element tree and controls the writing out of all the tags and its attributes.
write() - Method in class javax.swing.text.html.MinimalHTMLWriter
Generates HTML output from a StyledDocument.
write(AudioInputStream, AudioFileFormat.Type, File) - Static method in class javax.sound.sampled.AudioSystem
Writes a stream of bytes representing an audio file of the specified file type to the external file provided.
write(AudioInputStream, AudioFileFormat.Type, File) - Method in class javax.sound.sampled.spi.AudioFileWriter
Writes a stream of bytes representing an audio file of the file format indicated to the external file provided.
write(AudioInputStream, AudioFileFormat.Type, OutputStream) - Static method in class javax.sound.sampled.AudioSystem
Writes a stream of bytes representing an audio file of the specified file type to the output stream provided.
write(AudioInputStream, AudioFileFormat.Type, OutputStream) - Method in class javax.sound.sampled.spi.AudioFileWriter
Writes a stream of bytes representing an audio file of the file type indicated to the output stream provided.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this 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[]) - Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[]) - Method in class java.io.ObjectOutputStream
Writes an array of bytes.
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.OutputStream
Writes len bytes from the specified byte array starting at offset off 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(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(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(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(byte[], int, int) - Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
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(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(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(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(byte[], int, int) - Method in class java.rmi.server.LogStream
Deprecated. no replacement
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(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.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
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.CheckedOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in interface javax.sound.sampled.SourceDataLine
Writes audio data to the mixer via this source data line.
write(char) - Method in class javax.swing.text.AbstractWriter
Writes out a character.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.FilterWriter
Write a portion of an array of characters.
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(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(char[], int, int) - Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class javax.swing.text.AbstractWriter
All write methods call into this one.
write(DataOutput) - Method in class java.rmi.server.UID
Write the UID to output stream, out.
write(int) - Method in class java.io.Writer
Write a single character.
write(int) - Method in class java.io.FilterWriter
Write a single character.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped 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(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(int) - Method in interface java.io.ObjectOutput
Writes a byte.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(int) - Method in class java.io.PrintWriter
Write a single character.
write(int) - Method in class java.io.ObjectOutputStream
Writes a byte.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(int) - Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(int) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int) - Method in class java.io.BufferedWriter
Write a single character.
write(int) - Method in class java.rmi.server.LogStream
Deprecated. no replacement
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(int) - Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(int) - Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(int) - Method in class org.omg.CORBA.portable.OutputStream
Writes an integer (length of arrays) onto this stream.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Write the data and fields to the specified ObjectOutput stream.
write(ObjectOutput) - Method in class java.rmi.server.ObjID
Marshals object id to output stream.
write(OutputStream) - Method in class java.awt.color.ICC_Profile
Write this ICC_Profile to an OutputStream.
write(OutputStream) - Method in class java.util.jar.Manifest
Writes the Manifest to the specified OutputStream.
write(OutputStream, AlreadyBound) - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
 
write(OutputStream, Any[]) - Static method in class org.omg.CORBA.AnySeqHelper
 
write(OutputStream, Binding) - Static method in class org.omg.CosNaming.BindingHelper
 
write(OutputStream, Binding[]) - Static method in class org.omg.CosNaming.BindingListHelper
 
write(OutputStream, BindingIterator) - Static method in class org.omg.CosNaming.BindingIteratorHelper
 
write(OutputStream, BindingType) - Static method in class org.omg.CosNaming.BindingTypeHelper
 
write(OutputStream, boolean[]) - Static method in class org.omg.CORBA.BooleanSeqHelper
 
write(OutputStream, byte[]) - Static method in class org.omg.CORBA.OctetSeqHelper
 
write(OutputStream, CannotProceed) - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
 
write(OutputStream, char[]) - Static method in class org.omg.CORBA.CharSeqHelper
 
write(OutputStream, char[]) - Static method in class org.omg.CORBA.WCharSeqHelper
 
write(OutputStream, CompletionStatus) - Static method in class org.omg.CORBA.CompletionStatusHelper
 
write(OutputStream, Current) - Static method in class org.omg.CORBA.CurrentHelper
 
write(OutputStream, DefinitionKind) - Static method in class org.omg.CORBA.DefinitionKindHelper
 
write(OutputStream, Document, int, int) - Method in class javax.swing.text.EditorKit
Writes content from a document to the given stream in a format appropriate for this kind of content handler.
write(OutputStream, Document, int, int) - Method in class javax.swing.text.DefaultEditorKit
Writes content from a document to the given stream in a format appropriate for this kind of content handler.
write(OutputStream, Document, int, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Write content from a document to the given stream in a format appropriate for this kind of content handler.
write(OutputStream, double[]) - Static method in class org.omg.CORBA.DoubleSeqHelper
 
write(OutputStream, float[]) - Static method in class org.omg.CORBA.FloatSeqHelper
 
write(OutputStream, IDLType) - Static method in class org.omg.CORBA.IDLTypeHelper
 
write(OutputStream, int) - Static method in class org.omg.CORBA.PolicyTypeHelper
 
write(OutputStream, int[]) - Static method in class org.omg.CORBA.LongSeqHelper
 
write(OutputStream, int[]) - Static method in class org.omg.CORBA.ULongSeqHelper
 
write(OutputStream, InvalidName) - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
 
write(OutputStream, long[]) - Static method in class org.omg.CORBA.ULongLongSeqHelper
 
write(OutputStream, long[]) - Static method in class org.omg.CORBA.LongLongSeqHelper
 
write(OutputStream, NameComponent) - Static method in class org.omg.CosNaming.NameComponentHelper
 
write(OutputStream, NameComponent[]) - Static method in class org.omg.CosNaming.NameHelper
 
write(OutputStream, NameValuePair) - Static method in class org.omg.CORBA.NameValuePairHelper
 
write(OutputStream, NamingContext) - Static method in class org.omg.CosNaming.NamingContextHelper
 
write(OutputStream, NotEmpty) - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
 
write(OutputStream, NotFound) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
 
write(OutputStream, NotFoundReason) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
 
write(OutputStream, Object) - Static method in class org.omg.CORBA.ObjectHelper
 
write(OutputStream, Policy) - Static method in class org.omg.CORBA.PolicyHelper
 
write(OutputStream, Policy[]) - Static method in class org.omg.CORBA.PolicyListHelper
 
write(OutputStream, Serializable) - Static method in class org.omg.CORBA.ValueBaseHelper
 
write(OutputStream, ServiceDetail) - Static method in class org.omg.CORBA.ServiceDetailHelper
 
write(OutputStream, ServiceInformation) - Static method in class org.omg.CORBA.ServiceInformationHelper
 
write(OutputStream, SetOverrideType) - Static method in class org.omg.CORBA.SetOverrideTypeHelper
 
write(OutputStream, short) - Static method in class org.omg.CORBA.VisibilityHelper
 
write(OutputStream, short[]) - Static method in class org.omg.CORBA.UShortSeqHelper
 
write(OutputStream, short[]) - Static method in class org.omg.CORBA.ShortSeqHelper
 
write(OutputStream, String) - Static method in class org.omg.CORBA.IdentifierHelper
 
write(OutputStream, String) - Static method in class org.omg.CORBA.StringValueHelper
 
write(OutputStream, String) - Static method in class org.omg.CORBA.VersionSpecHelper
 
write(OutputStream, String) - Static method in class org.omg.CORBA.WStringValueHelper
 
write(OutputStream, String) - Static method in class org.omg.CORBA.RepositoryIdHelper
 
write(OutputStream, String) - Static method in class org.omg.CORBA.FieldNameHelper
 
write(OutputStream, String) - Static method in class org.omg.CosNaming.IstringHelper
 
write(OutputStream, StructMember) - Static method in class org.omg.CORBA.StructMemberHelper
 
write(OutputStream, UnionMember) - Static method in class org.omg.CORBA.UnionMemberHelper
 
write(OutputStream, ValueMember) - Static method in class org.omg.CORBA.ValueMemberHelper
 
write(Sequence, int, File) - Static method in class javax.sound.midi.MidiSystem
Writes a stream of bytes representing a file of the MIDI file type indicated to the external file provided.
write(Sequence, int, File) - Method in class javax.sound.midi.spi.MidiFileWriter
Writes a stream of bytes representing a MIDI file of the file type indicated to the external file provided.
write(Sequence, int, OutputStream) - Static method in class javax.sound.midi.MidiSystem
Writes a stream of bytes representing a file of the MIDI file type indicated to the output stream provided.
write(Sequence, int, OutputStream) - Method in class javax.sound.midi.spi.MidiFileWriter
Writes a stream of bytes representing a MIDI file of the file type indicated to the output stream provided.
write(String) - Method in class java.awt.color.ICC_Profile
Write this ICC_Profile to a file.
write(String) - Method in class java.io.Writer
Write a string.
write(String) - Method in class java.io.StringWriter
Write a string.
write(String) - Method in class java.io.PrintWriter
Write a string.
write(String) - Method in class javax.swing.text.AbstractWriter
Writes out a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
write(String, int, int) - Method in class java.io.FilterWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.PrintWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(String, int, int) - Method in class java.io.BufferedWriter
Write a portion of a String.
write(Writer) - Method in class javax.swing.text.JTextComponent
Stores the contents of the model into the given stream.
write(Writer, Document, int, int) - Method in class javax.swing.text.EditorKit
Writes content from a document to the given stream in a format appropriate for this kind of content handler.
write(Writer, Document, int, int) - Method in class javax.swing.text.DefaultEditorKit
Writes content from a document to the given stream as plain text.
write(Writer, Document, int, int) - Method in class javax.swing.text.html.HTMLEditorKit
Write content from a document to the given stream in a format appropriate for this kind of content handler.
write(Writer, Document, int, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Write content from a document to the given stream as plain text.
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
Thrown during a read operation when one of the ObjectStreamExceptions was thrown during a write operation.
writeAbstractObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Writes a java.lang.Object as either a value or a CORBA Object.
writeAbstractObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
writeAny(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Writes any java.lang.Object as a CORBA any.
writeAny(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object).
writeArray(Array) - Method in interface java.sql.SQLOutput
Writes an SQL ARRAY value to the stream.
writeAsciiStream(InputStream) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a stream of ASCII characters.
writeAttributes(AttributeSet) - Method in class javax.swing.text.AbstractWriter
Writes out the set of attributes as " =" pairs.
writeAttributes(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
Writes out the attribute set.
writeAttributes(AttributeSet) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out all the attributes for the following types: StyleConstants.ParagraphConstants, StyleConstants.CharacterConstants, StyleConstants.FontConstants, StyleConstants.ColorConstants.
writeAttributes(ObjectOutputStream, AttributeSet) - Method in class javax.swing.text.StyleContext
Context-specific handling of writing out attributes
writeAttributeSet(ObjectOutputStream, AttributeSet) - Static method in class javax.swing.text.StyleContext
Writes a set of attributes to the given object stream for the purpose of serialization.
writeBigDecimal(BigDecimal) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.math.BigDecimal object.
writeBinaryStream(InputStream) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a stream of uninterpreted bytes.
writeBlob(Blob) - Method in interface java.sql.SQLOutput
Writes an SQL BLOB value to the stream.
writeBody() - Method in class javax.swing.text.html.MinimalHTMLWriter
Iterates over the elements in the document and processes elements based on whether they are branch elements or leaf elements.
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 interface java.io.DataOutput
Writes a boolean value to this output stream.
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.
writeBoolean(boolean) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java boolean.
writeByte(byte) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java byte.
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 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.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(byte[]) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as an array of bytes.
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 interface java.io.DataOutput
Writes a string to the output stream.
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 class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
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.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.
writeCharacterStream(Reader) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a stream of Unicode characters.
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 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.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.
writeChildren(ObjectOutputStream) - Method in class java.beans.beancontext.BeanContextSupport
Used to serialize all children of this BeanContext.
writeClassDescriptor(ObjectStreamClass) - Method in class java.io.ObjectOutputStream
Write the specified class descriptor to the ObjectOutputStream.
writeClob(Clob) - Method in interface java.sql.SQLOutput
Writes an SQL CLOB value to the stream.
writeComponent(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Responsible for handling Component Elements; deliberately unimplemented.
writeContent(Element, boolean) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out the attribute set in an HTML-compliant manner.
writeDate(Date) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.sql.Date object.
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 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.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.
writeDouble(double) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java double.
writeEmbeddedTags(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
Searches for embedded tags in the AttributeSet and writes them out.
writeEndParagraph() - Method in class javax.swing.text.html.MinimalHTMLWriter
Emits an end tag for a <p> tag.
writeEndTag(String) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out an end tag appropriately indented.
writeExternal(ObjectOutput) - Method in class java.awt.datatransfer.DataFlavor
Serialize this DataFlavor
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 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 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.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.
writeFloat(float) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java float.
writeHeader() - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out the <head> and <style> tags, and then invokes writeStyles() to write out all the named styles as the content of the <style> tag.
writeHTMLTags(AttributeSet) - Method in class javax.swing.text.html.MinimalHTMLWriter
Generates bold <b>, italic <i>, and <u> tags for the text based on its attribute settings.
writeImage(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Responsible for handling Icon Elements; deliberately unimplemented.
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 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.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.
writeInt(int) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java int.
writeLeaf(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Responsible for writing out other non-text leaf elements.
writeLineSeparator() - Method in class javax.swing.text.AbstractWriter
Writes the line separator.
writeLineSeparator() - Method in class javax.swing.text.html.HTMLWriter
Writes the line separator.
writeLock() - Method in class javax.swing.text.AbstractDocument
Acquires a lock to begin mutating the document this lock protects.
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 interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
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.
writeLong(long) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java long.
writeNonHTMLAttributes(AttributeSet) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out the remaining character-level attributes (attributes other than bold, italic, and underline) in an HTML-compliant way.
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.
writeObject(SQLData) - Method in interface java.sql.SQLOutput
Writes to the stream the data contained in the given SQLData object.
writeObject(Stub, ObjectOutputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.writeObject(java.io.ObjectOutputStream)}.
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
Method used by subclasses to override the default writeObject method.
writeOption(Option) - Method in class javax.swing.text.html.HTMLWriter
Writes out the content of the Option form element.
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.
writeRef(Ref) - Method in interface java.sql.SQLOutput
Writes an SQL REF value to the stream.
writeRemoteObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Writes a java.lang.Object as a CORBA Object.
writeRemoteObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
writeReplace() - Method in class java.security.cert.Certificate
Replace the Certificate to be serialized.
writeReplace(Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
If the value contains a writeReplace method then the result is returned.
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 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.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.
writeShort(short) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java short.
writeSQL(SQLOutput) - Method in interface java.sql.SQLData
Writes this object to the given SQL data stream, converting it back to its SQL value in the data source.
writeStartParagraph(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Emits the start tag for a paragraph.
writeStartTag(String) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out a start tag appropriately indented.
writeStreamHeader() - Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeString(String) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a String in the Java programming language.
writeStruct(Struct) - Method in interface java.sql.SQLOutput
Writes an SQL structured type value to the stream.
writeStyles() - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out all the named styles as the content of the <style> tag.
writeTime(Time) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.sql.Time object.
writeTimestamp(Timestamp) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.sql.Timestamp object.
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.
writeUnlock() - Method in class javax.swing.text.AbstractDocument
Releases the write lock held because the write operation is finished.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
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.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.
writeValue(OutputStream, Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
Writes a value to the stream using Java semantics.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.
WrongTransaction - exception org.omg.CORBA.WrongTransaction.
The CORBA WrongTransaction user-defined exception.
WrongTransaction() - Constructor for class org.omg.CORBA.WrongTransaction
Constructs a WrongTransaction object with an empty detail message.
WrongTransaction(String) - Constructor for class org.omg.CORBA.WrongTransaction
Constructs a WrongTransaction object with the given detail message.
WStringValueHelper - class org.omg.CORBA.WStringValueHelper.
org/omg/CORBA/WStringValueHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from orb.idl 31 May 1999 22:27:30 o'clock GMT+00:00
WStringValueHelper() - Constructor for class org.omg.CORBA.WStringValueHelper
 

JavaTM 2 Platform
Std. Ed. v1.3
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 _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.