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

W3C_XML_SCHEMA_INSTANCE_NS_URI - Static variable in class javax.xml.XMLConstants
The XML Schema Instance (XSI) namespace URI.
W3C_XML_SCHEMA_NS_URI - Static variable in class javax.xml.XMLConstants
The XML Schema (XSD) namespace URI.
W3C_XPATH_DATATYPE_NS_URI - Static variable in class javax.xml.XMLConstants
The XPath 2.0 datatypes namespace URI.
W_RESIZE_CURSOR - Static variable in class java.awt.Cursor
Cursor used over W edge of window decorations.
W_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
Use Cursor.W_RESIZE_CURSOR instead.
WAIS - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
The wide area information server protocol (WAIS) - RFC 4156.
wait(long, int) - Method in class java.lang.Object
Waits a specified amount of time (or indefinitely if the time specified is 0) for someone to call notify() or notifyAll() on this Object, waking up this Thread.
wait() - Method in class java.lang.Object
Waits indefinitely for notify() or notifyAll() to be called on the Object in question.
wait(long) - Method in class java.lang.Object
Waits a specified amount of time (or indefinitely if the time specified is 0) for someone to call notify() or notifyAll() on this Object, waking up this Thread.
WAIT_CURSOR - Static variable in class java.awt.Cursor
Constant for a cursor to display while waiting for an action to complete.
WAIT_CURSOR - Static variable in class java.awt.Frame
Deprecated.
Use Cursor.WAIT_CURSOR.
waitFor() - Method in class java.lang.Process
The thread calling waitFor will block until the subprocess has terminated.
waitForAll() - Method in class java.awt.MediaTracker
Waits for all media objects to finish loading, either by completing successfully or by aborting or encountering an error.
waitForAll(long) - Method in class java.awt.MediaTracker
Waits for all media objects to finish loading, either by completing successfully or by aborting or encountering an error.
waitForID(int) - Method in class java.awt.MediaTracker
Waits for all media objects with the specified ID to finish loading, either by completing successfully or by aborting or encountering an error.
waitForID(int, long) - Method in class java.awt.MediaTracker
Waits for all media objects with the specified ID to finish loading, either by completing successfully or by aborting or encountering an error.
waitForIdle() - Method in class java.awt.Robot
Wait until all events currently on the event queue have been dispatched.
waitForWork() - Method in class javax.swing.text.LayoutQueue
Called by a worker thread to retrieve the next layout task.
wakeup() - Method in class java.nio.channels.Selector
Causes the first selection operation that has not yet returned to return immediately.
WALL_TIME - Static variable in class java.util.SimpleTimeZone
Constant to indicate that start and end times are specified in wall time, adjusting for daylight savings.
WANTS_INPUT_PROPERTY - Static variable in class javax.swing.JOptionPane
The identifier for the propertyChangeEvent when the wantsInput property changes.
wantsInput - Variable in class javax.swing.JOptionPane
Whether the Dialog/InternalFrame needs input.
WARNING - Static variable in class java.util.logging.Level
Log records whose level is WARNING indicate a potential problem that does not prevent normal program execution.
warning(String) - Method in class java.util.logging.Logger
Logs a message with severity level WARNING, indicating a potential problem that does not prevent normal program execution.
WARNING - Static variable in class javax.print.attribute.standard.Severity
Indicates that the reason is a warning.
WARNING - Static variable in class javax.security.auth.callback.ConfirmationCallback
WARNING message type.
WARNING - Static variable in class javax.security.auth.callback.TextOutputCallback
Warning message
warning(TransformerException) - Method in interface javax.xml.transform.ErrorListener
Reports a warning condition.
warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a warning.
warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a parser warning.
warning(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.
warning(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a warning event.
WARNING_DIALOG - Static variable in class javax.swing.JRootPane
 
WARNING_MESSAGE - Static variable in class javax.swing.JOptionPane
Identifier for the warning message type.
warningListeners - Variable in class javax.imageio.ImageReader
A list of installed warning listeners.
warningListeners - Variable in class javax.imageio.ImageWriter
A list of installed warning listeners.
warningLocales - Variable in class javax.imageio.ImageReader
A list of warning locales corresponding with the list of installed warning listeners.
warningLocales - Variable in class javax.imageio.ImageWriter
A list of warning locales corresponding with the list of installed warning listeners.
warningOccurred(ImageReader, String) - Method in interface javax.imageio.event.IIOReadWarningListener
Reports the occurrence of a non-fatal error in decoding.
warningOccurred(ImageWriter, int, String) - Method in interface javax.imageio.event.IIOWriteWarningListener
Reports the occurrence of a non-fatal error in encoding.
wasFocused - Variable in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
Not used.
wasIcon(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
This method returns true if the given JInternalFrame has been iconized and the bounds of its DesktopIcon are valid.
wasNull() - Method in interface java.sql.CallableStatement
This method tests whether the value of the last parameter that was fetched was actually a SQL NULL value.
wasNull() - Method in interface java.sql.ResultSet
This method tests whether the value of the last column that was fetched was actually a SQL NULL value.
wasNull() - Method in interface java.sql.SQLInput
This method tests whether or not the last value read was a SQL NULL value.
WAVE - Static variable in class javax.sound.sampled.AudioFileFormat.Type
The WAVE format.
WCharSeqHelper - Class in org.omg.CORBA
Provides static helper methods for working with CORBA sequence of char (WCharSeq).
WCharSeqHelper() - Constructor for class org.omg.CORBA.WCharSeqHelper
 
WCharSeqHolder - Class in org.omg.CORBA
A sequence holder for CORBA WCharSeq that is mapped into java char[].
WCharSeqHolder() - Constructor for class org.omg.CORBA.WCharSeqHolder
Constructs an instance of WCharSeqHolder, initializing WCharSeqHolder.value to null.
WCharSeqHolder(char[]) - Constructor for class org.omg.CORBA.WCharSeqHolder
Constructs an instance of WCharSeqHolder, initializing WCharSeqHolder.value to the given char[].
WeakHashMap<K,V> - Class in java.util
A weak hash map has only weak references to the key.
WeakHashMap() - Constructor for class java.util.WeakHashMap
Creates a new weak hash map with default load factor and default capacity.
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Creates a new weak hash map with default load factor and the given capacity.
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Creates a new weak hash map with the given initial capacity and load factor.
WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.WeakHashMap
Construct a new WeakHashMap with the same mappings as the given map.
WeakReference<T> - Class in java.lang.ref
A weak reference will be cleared, if the object is only weakly reachable.
WeakReference(T) - Constructor for class java.lang.ref.WeakReference
Create a new weak reference, that is not registered to any queue.
WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.WeakReference
Create a new weak reference.
WEDNESDAY - Static variable in class java.util.Calendar
Constant representing Wednesday.
WEEK_OF_MONTH - Static variable in class java.text.DateFormat.Field
 
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Constant representing the week of the month time field.
WEEK_OF_MONTH_FIELD - Static variable in class java.text.DateFormat
Represents the position of the week of the month pattern character in the array of localized pattern characters.
WEEK_OF_YEAR - Static variable in class java.text.DateFormat.Field
 
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Constant representing the week of the year field.
WEEK_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Represents the position of the week of the year pattern character in the array of localized pattern characters.
weight - Variable in class java.awt.font.GlyphJustificationInfo
 
WEIGHT - Static variable in class java.awt.font.TextAttribute
A key for the WEIGHT attribute.
WEIGHT_BOLD - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_DEMIBOLD - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_DEMILIGHT - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_EXTRA_LIGHT - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_EXTRABOLD - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_HEAVY - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_LIGHT - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_MEDIUM - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_REGULAR - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_SEMIBOLD - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
WEIGHT_ULTRABOLD - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WEIGHT attribute.
weightx - Variable in class java.awt.GridBagConstraints
 
weighty - Variable in class java.awt.GridBagConstraints
 
WEST - Static variable in class java.awt.BorderLayout
Constant indicating the left side of the container
WEST - Static variable in class java.awt.GridBagConstraints
Position to the west.
WEST - Static variable in class javax.swing.SpringLayout
The left edge of a component.
WEST - Static variable in interface javax.swing.SwingConstants
 
westPane - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
The JComponent placed at the west region of the JInternalFrame.
WHEEL_BLOCK_SCROLL - Static variable in class java.awt.event.MouseWheelEvent
Indicates scrolling by blocks (pages).
WHEEL_UNIT_SCROLL - Static variable in class java.awt.event.MouseWheelEvent
Indicates scrolling by units (lines).
when - Variable in class java.awt.Event
 
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT - Static variable in class javax.swing.JComponent
Constant used to indicate that an action should be performed only when the component is an ancestor of the component which has focus.
WHEN_FOCUSED - Static variable in class javax.swing.JComponent
Constant used to indicate that an action should be performed only when the component has focus.
WHEN_IN_FOCUSED_WINDOW - Static variable in class javax.swing.JComponent
Constant used to indicate that an action should be performed only when the component is in the window which has focus.
white - Static variable in class java.awt.Color
Constant for the color white: R=255, G=255, B=255.
WHITE - Static variable in class java.awt.Color
Constant for the color white: R=255, G=255, B=255.
WHITE_SPACE - Static variable in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'white-space'.
WHITESPACE - Static variable in class java.awt.font.GlyphMetrics
 
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
This method sets the whitespace attribute for all characters in the specified range, range terminators included.
why - Variable in exception org.omg.CosNaming.NamingContextPackage.NotFound
The reason, explaining, why the binding cannot be found.
width - Variable in class java.awt.Component.BltBufferStrategy
The width of the back buffers.
width - Variable in class java.awt.Dimension
The width of this object.
WIDTH - Static variable in class java.awt.font.TextAttribute
A key for the WIDTH attribute.
width - Variable in class java.awt.geom.Arc2D.Double
The width of the box bounding the ellipse of this arc.
width - Variable in class java.awt.geom.Arc2D.Float
The width of the box bounding the ellipse of this arc.
width - Variable in class java.awt.geom.Ellipse2D.Double
The width of the ellipse.
width - Variable in class java.awt.geom.Ellipse2D.Float
The width of the ellipse.
width - Variable in class java.awt.geom.Rectangle2D.Double
The width of the rectangle.
width - Variable in class java.awt.geom.Rectangle2D.Float
The width of the rectangle.
width - Variable in class java.awt.geom.RoundRectangle2D.Double
The width of this object.
width - Variable in class java.awt.geom.RoundRectangle2D.Float
The width of this object.
WIDTH - Static variable in interface java.awt.image.ImageObserver
The width of the image has been provided as the width argument to imageUpdate.
width - Variable in class java.awt.image.Raster
The width of the raster.
width - Variable in class java.awt.image.SampleModel
Width of image described.
width - Variable in class java.awt.Rectangle
The width of the rectangle.
width(Component) - Static method in class javax.swing.Spring
Return a new Spring which takes its values from the specified Component.
width - Variable in class javax.swing.table.TableColumn
The current width for the column.
WIDTH - Static variable in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'width'.
WIDTH - Static variable in class javax.swing.text.html.HTML.Attribute
The width attribute
WIDTH_CONDENSED - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WIDTH attribute.
WIDTH_EXTENDED - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WIDTH attribute.
WIDTH_REGULAR - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WIDTH attribute.
WIDTH_SEMI_CONDENSED - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WIDTH attribute.
WIDTH_SEMI_EXTENDED - Static variable in class java.awt.font.TextAttribute
A value that can be used with the TextAttribute.WIDTH attribute.
WILDCARD - Static variable in class javax.management.ObjectName
The wildcard ObjectName "*:*"
WildcardType - Interface in java.lang.reflect
Represents a wildcard type expression, where the type variable is unnamed.
WIND_EVEN_ODD - Static variable in class java.awt.geom.GeneralPath
Same constant as PathIterator.WIND_EVEN_ODD.
WIND_EVEN_ODD - Static variable in interface java.awt.geom.PathIterator
The even-odd winding mode: a point is internal to the shape if a ray from the point to infinity (in any direction) crosses an odd number of segments.
WIND_NON_ZERO - Static variable in class java.awt.geom.GeneralPath
Same constant as PathIterator.WIND_NON_ZERO.
WIND_NON_ZERO - Static variable in interface java.awt.geom.PathIterator
The non-zero winding mode: a point is internal to the shape if a ray from the point to infinity (in any direction) crosses a different number of segments headed clockwise than those headed counterclockwise.
WINDOW - Static variable in class java.awt.SystemColor
Array index of the window background color.
window - Static variable in class java.awt.SystemColor
The window background color.
Window - Class in java.awt
This class represents a top-level window with no decorations.
Window(Frame) - Constructor for class java.awt.Window
Initializes a new instance of Window with the specified parent.
Window(Window) - Constructor for class java.awt.Window
Initializes a new instance of Window with the specified parent.
Window(Window, GraphicsConfiguration) - Constructor for class java.awt.Window
Initializes a new instance of Window with the specified parent.
WINDOW - Static variable in class javax.accessibility.AccessibleRole
A top level window with no title or border.
Window.AccessibleAWTWindow - Class in java.awt
 
Window.AccessibleAWTWindow() - Constructor for class java.awt.Window.AccessibleAWTWindow
 
WINDOW_ACTIVATED - Static variable in class java.awt.event.WindowEvent
This is the id for a window that is activated.
WINDOW_BORDER - Static variable in class java.awt.SystemColor
Array index of the window border color.
WINDOW_CLOSED - Static variable in class java.awt.event.WindowEvent
This is the id for a window that finished closing.
WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
This is the id for a window that is about to close.
WINDOW_DEACTIVATED - Static variable in class java.awt.event.WindowEvent
This is the id for a window that is de-activated.
WINDOW_DEICONIFIED - Static variable in class java.awt.event.WindowEvent
This is the id for a window that is de-iconified.
WINDOW_DEICONIFY - Static variable in class java.awt.Event
 
WINDOW_DESTROY - Static variable in class java.awt.Event
 
WINDOW_EVENT_MASK - Static variable in class java.awt.AWTEvent
Mask for window events.
WINDOW_EXPOSE - Static variable in class java.awt.Event
 
WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
This is the first id in the range of event ids used by this class.
WINDOW_FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
Mask for window focus events.
WINDOW_GAINED_FOCUS - Static variable in class java.awt.event.WindowEvent
This is the id for a window becoming the focused window.
WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
This is the id for a window that is iconified.
WINDOW_ICONIFY - Static variable in class java.awt.Event
 
WINDOW_LAST - Static variable in class java.awt.event.WindowEvent
This is the last id in the range of event ids used by this class.
WINDOW_LOST_FOCUS - Static variable in class java.awt.event.WindowEvent
This is the id for a window losing all focus.
WINDOW_MOVED - Static variable in class java.awt.Event
 
WINDOW_OPENED - Static variable in class java.awt.event.WindowEvent
This is the id for a window that is opened.
WINDOW_STATE_CHANGED - Static variable in class java.awt.event.WindowEvent
This is the id for a window state change, such as maximization.
WINDOW_STATE_EVENT_MASK - Static variable in class java.awt.AWTEvent
Mask for window state events.
WINDOW_TEXT - Static variable in class java.awt.SystemColor
Array index of the window text color.
windowActivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when a window is activated.
WindowAdapter - Class in java.awt.event
This class implements WindowListener, WindowStateListener, and WindowFocusListener, and implements all methods with empty bodies.
WindowAdapter() - Constructor for class java.awt.event.WindowAdapter
Do nothing default constructor for subclasses.
windowBorder - Static variable in class java.awt.SystemColor
The window border color.
windowClosed(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowClosed(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when the window is closed.
windowClosing(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowClosing(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when the user calls the system menu close function, giving the program a chance to cancel the close.
windowClosing(WindowEvent) - Method in class javax.swing.JMenu.WinListener
Receives notification when the popup menu is closing and deselects the menu.
windowClosing(WindowEvent) - Method in class javax.swing.plaf.basic.BasicToolBarUI.FrameListener
This method is called when the floating window is closed.
WindowConstants - Interface in javax.swing
Defines some constants that are used in Swing's top-level containers.
windowDeactivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowDeactivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when the window is deactivated.
windowDeiconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when the window is deiconified.
WindowEvent - Class in java.awt.event
This event is generated when there is a change in a window.
WindowEvent(Window, int, Window, int, int) - Constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent(Window, int, Window) - Constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent(Window, int, int, int) - Constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
WindowFocusListener - Interface in java.awt.event
This interface is for classes that wish to monitor events for window focus changes.
windowForComponent(Component) - Static method in class javax.swing.SwingUtilities
Equivalent to calling getAncestorOfClass(Window, comp).
windowGainedFocus(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowGainedFocus(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowGainedFocus(WindowEvent) - Method in interface java.awt.event.WindowFocusListener
This method is called when a window gains focus.
windowIconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when the window is iconified.
windowInit() - Method in class javax.swing.JWindow
 
WindowListener - Interface in java.awt.event
This interface is for classes that wish to monitor events for window changes.
windowLostFocus(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowLostFocus(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowLostFocus(WindowEvent) - Method in interface java.awt.event.WindowFocusListener
This method is called when a window loses focus.
windowMenu - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The JMenu inside the menuBar.
windowOpened(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
This method is called when the window is made visible.
WindowPeer - Interface in java.awt.peer
 
windowStateChanged(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles this event by dispatching it to the "a" and "b" listener instances.
windowStateChanged(WindowEvent) - Method in class java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.
windowStateChanged(WindowEvent) - Method in interface java.awt.event.WindowStateListener
This method is called when the window state is changed, because of iconification or maximization.
WindowStateListener - Interface in java.awt.event
This interface is for classes that wish to monitor events for window state changes.
windowText - Static variable in class java.awt.SystemColor
The window text color.
WORD - Static variable in interface javax.accessibility.AccessibleText
Constant designating that the next selection should be a word.
WORD_SPACING - Static variable in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'word-spacing'.
wordChars(int, int) - Method in class java.io.StreamTokenizer
This method sets the alphabetic attribute for all characters in the specified range, range terminators included.
work_pending() - Method in class org.omg.CORBA.ORB
Checks if the ORB needs the main thread to perform some work.
wrap(byte[], int, int) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a ByteBuffer object.
wrap(byte[]) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a ByteBuffer object.
wrap(char[], int, int) - Static method in class java.nio.CharBuffer
Wraps a char array into a CharBuffer object.
wrap(CharSequence) - Static method in class java.nio.CharBuffer
Wraps a character sequence into a CharBuffer object.
wrap(CharSequence, int, int) - Static method in class java.nio.CharBuffer
Wraps a character sequence into a CharBuffer object.
wrap(char[]) - Static method in class java.nio.CharBuffer
Wraps a char array into a CharBuffer object.
wrap(double[], int, int) - Static method in class java.nio.DoubleBuffer
Wraps a double array into a DoubleBuffer object.
wrap(double[]) - Static method in class java.nio.DoubleBuffer
Wraps a double array into a DoubleBuffer object.
wrap(float[], int, int) - Static method in class java.nio.FloatBuffer
Wraps a float array into a FloatBuffer object.
wrap(float[]) - Static method in class java.nio.FloatBuffer
Wraps a float array into a FloatBuffer object.
wrap(int[], int, int) - Static method in class java.nio.IntBuffer
Wraps a int array into a IntBuffer object.
wrap(int[]) - Static method in class java.nio.IntBuffer
Wraps a int array into a IntBuffer object.
wrap(long[], int, int) - Static method in class java.nio.LongBuffer
Wraps a long array into a LongBuffer object.
wrap(long[]) - Static method in class java.nio.LongBuffer
Wraps a long array into a LongBuffer object.
wrap(short[], int, int) - Static method in class java.nio.ShortBuffer
Wraps a short array into a ShortBuffer object.
wrap(short[]) - Static method in class java.nio.ShortBuffer
Wraps a short array into a ShortBuffer object.
wrap(Key) - Method in class javax.crypto.Cipher
Wrap a key.
wrap(ByteBuffer, ByteBuffer) - Method in class javax.net.ssl.SSLEngine
Wraps a byte buffer into an SSL message, for preparation to send it over the network.
wrap(ByteBuffer[], ByteBuffer) - Method in class javax.net.ssl.SSLEngine
Wraps byte buffers into an SSL message, for preparation to send them over the network.
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class javax.net.ssl.SSLEngine
Wraps byte buffers into an SSL message, for preparation to send them over the network.
wrap(byte[], int, int) - Method in interface javax.security.sasl.SaslClient
Wraps a byte array to be sent to the server.
wrap(byte[], int, int) - Method in interface javax.security.sasl.SaslServer
Wraps a byte array to be sent to the client.
wrap(byte[], int, int, MessageProp) - Method in interface org.ietf.jgss.GSSContext
Applies per-message security services over the established security context.
wrap(InputStream, OutputStream, MessageProp) - Method in interface org.ietf.jgss.GSSContext
Allows to apply per-message security services over the established security context.
WRAP_MODE - Static variable in class javax.crypto.Cipher
The key wrapping operation mode.
WRAP_TAB_LAYOUT - Static variable in class javax.swing.JTabbedPane
Indicates that the TabbedPane is in wrap mode.
wrapException(Throwable) - Static method in class javax.rmi.CORBA.Util
Converts the exception that was thrown by the implementation method on a server side into RemoteException that can be transferred and re-thrown on a client side.
wrapException(Throwable) - Method in interface javax.rmi.CORBA.UtilDelegate
Converts the exception that was thrown by the implementation method on a server side into RemoteException that can be transferred and re-thrown on a client side.
WrappedPlainView - Class in javax.swing.text
 
WrappedPlainView(Element) - Constructor for class javax.swing.text.WrappedPlainView
 
WrappedPlainView(Element, boolean) - Constructor for class javax.swing.text.WrappedPlainView
 
writableAction - Static variable in class javax.swing.text.DefaultEditorKit
The name of the Action that sets the editor in read-write mode.
WritableByteChannel - Interface in java.nio.channels
 
WritableRaster - Class in java.awt.image
A raster with methods to support updating pixel values.
WritableRaster(SampleModel, Point) - Constructor for class java.awt.image.WritableRaster
Creates a new WritableRaster.
WritableRaster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.WritableRaster
Creates a new WritableRaster instance.
WritableRaster(SampleModel, DataBuffer, Rectangle, Point, WritableRaster) - Constructor for class java.awt.image.WritableRaster
Creates a new WritableRaster instance.
WritableRenderedImage - Interface in java.awt.image
NEEDS DOCUMENTATION
write(String) - Method in class java.awt.color.ICC_Profile
Writes the profile data to an ICC profile file.
write(OutputStream) - Method in class java.awt.color.ICC_Profile
Writes the profile data in ICC profile file-format to a stream.
write(int) - Method in class java.io.BufferedOutputStream
This method writes a single byte of data.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
This method writes len bytes from the byte array buf starting at position offset in the buffer.
write(int) - Method in class java.io.BufferedWriter
This method writes a single char of data.
write(char[], int, int) - Method in class java.io.BufferedWriter
This method writes len chars from the char array buf starting at position offset in the buffer.
write(String, int, int) - Method in class java.io.BufferedWriter
This method writes len chars from the String str starting at position offset in the string.
write(int) - Method in class java.io.ByteArrayOutputStream
This method writes the writes the specified byte into the internal buffer.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
This method writes len bytes from the passed in array buf starting at index offset into the internal buffer.
write(int) - Method in class java.io.CharArrayWriter
This method writes the writes the specified char into the internal buffer.
write(char[], int, int) - Method in class java.io.CharArrayWriter
This method writes len chars from the passed in array buf starting at index offset into that buffer
write(String, int, int) - Method in class java.io.CharArrayWriter
This method writes len chars from the passed in String buf starting at index offset into the internal buffer.
write(int) - Method in interface java.io.DataOutput
This method writes an 8-bit value (passed into the method as a Java int) to an output stream.
write(byte[]) - Method in interface java.io.DataOutput
This method writes the raw byte array passed in to the output stream.
write(byte[], int, int) - Method in interface java.io.DataOutput
This method writes raw bytes from the passed array buf starting offset bytes into the buffer.
write(int) - Method in class java.io.DataOutputStream
This method writes the specified byte (passed as an int) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
This method writes len bytes from the specified byte array buf starting at position offset into the buffer to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
This method writes a single byte of data to the file.
write(byte[]) - Method in class java.io.FileOutputStream
This method writes all the bytes in the specified array to the file.
write(byte[], int, int) - Method in class java.io.FileOutputStream
This method writes len bytes from the byte array buf to the file starting at index offset.
write(int) - Method in class java.io.FilterOutputStream
This method writes a single byte of output to the underlying OutputStream.
write(byte[]) - Method in class java.io.FilterOutputStream
This method writes all the bytes in the specified array to the underlying OutputStream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
This method calls the write(int) method len times for all bytes from the array buf starting at index offset.
write(int) - Method in class java.io.FilterWriter
This method writes a single char of output to the underlying Writer.
write(char[], int, int) - Method in class java.io.FilterWriter
This method writes len chars from the array buf starting at index offset to the underlying Writer.
write(String, int, int) - Method in class java.io.FilterWriter
This method writes len chars from the String starting at position offset.
write(int) - Method in interface java.io.ObjectOutput
This method writes the specified byte to the output stream.
write(byte[]) - Method in interface java.io.ObjectOutput
This method writes all the bytes in the specified byte array to the output stream.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
This method writes len bytes from the specified array starting at index offset into that array.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Deprecated. 
write(int) - Method in class java.io.ObjectOutputStream
 
write(byte[]) - Method in class java.io.ObjectOutputStream
 
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
 
write(int) - Method in class java.io.OutputStream
This method writes a single byte to the output stream.
write(byte[]) - Method in class java.io.OutputStream
This method all the writes bytes from the passed array to the output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
This method writes len bytes from the specified array b starting at index off into the array.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
This method writes count characters from the specified array to the output stream starting at position offset into the array.
write(String, int, int) - Method in class java.io.OutputStreamWriter
This method writes count bytes from the specified String starting at position offset into the String.
write(int) - Method in class java.io.OutputStreamWriter
This method writes a single character to the output stream.
write(int) - Method in class java.io.PipedOutputStream
Write a single byte of date to the stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
This method writes len bytes of data from the byte array buf starting at index offset in the array to the stream.
write(int) - Method in class java.io.PipedWriter
Write a single char of date to the stream.
write(char[], int, int) - Method in class java.io.PipedWriter
This method writes len chars of data from the char array buf starting at index offset in the array to the stream.
write(int) - Method in class java.io.PrintStream
This method writes a byte of data to the stream.
write(byte[], int, int) - Method in class java.io.PrintStream
This method writes len bytes from the specified array starting at index offset into the array.
write(int) - Method in class java.io.PrintWriter
This method writes a single char to the stream.
write(char[], int, int) - Method in class java.io.PrintWriter
This method writes count chars from the specified array starting at index offset into the array.
write(String, int, int) - Method in class java.io.PrintWriter
This method writes count chars from the specified String to the output starting at character position offset into the String
write(char[]) - Method in class java.io.PrintWriter
This method write all the chars in the specified array to the output.
write(String) - Method in class java.io.PrintWriter
This method writes the contents of the specified String to the underlying stream.
write(int) - Method in class java.io.RandomAccessFile
This method writes a single byte of data to the file.
write(byte[]) - Method in class java.io.RandomAccessFile
This method writes all the bytes in the specified array to the file.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
This method writes len bytes to the file from the specified array starting at index offset into the array.
write(int) - Method in class java.io.StringWriter
This method writes a single character to the output, storing it in the internal buffer.
write(char[], int, int) - Method in class java.io.StringWriter
This method writes len chars from the specified array starting at index offset in that array to this stream by appending the chars to the end of the internal buffer.
write(String) - Method in class java.io.StringWriter
This method writes the characters in the specified String to the stream by appending them to the end of the internal buffer.
write(String, int, int) - Method in class java.io.StringWriter
This method writes out len characters of the specified String to the stream starting at character position offset into the stream.
write(int) - Method in class java.io.Writer
This method writes a single char to the output stream.
write(char[]) - Method in class java.io.Writer
This method all the writes char from the passed array to the output stream.
write(char[], int, int) - Method in class java.io.Writer
This method writes len char from the specified array buf starting at index offset into the array.
write(String) - Method in class java.io.Writer
This method writes all the characters in a String to the output.
write(String, int, int) - Method in class java.io.Writer
This method writes len chars from the String starting at position offset.
write(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
Writes data to this channel.
write(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Writes data to this channel.
write(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
Writes data to this channel.
write(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
Writes data to the channel.
write(ByteBuffer) - Method in class java.nio.channels.FileChannel
Writes data to the channel.
write(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
Writes data to the channel.
write(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
Writes data to the channel.
write(ByteBuffer[], int, int) - Method in interface java.nio.channels.GatheringByteChannel
Writes a sequence of bytes to this channel from a subsequence of the given buffers
write(ByteBuffer[]) - Method in interface java.nio.channels.GatheringByteChannel
Writes a sequence of bytes to this channel from the given buffers
write(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
Writes data to the channel.
write(ByteBuffer) - Method in class java.nio.channels.SocketChannel
Writes data to the channel.
write(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
Writes data to the channel.
write(ByteBuffer) - Method in interface java.nio.channels.WritableByteChannel
Writes a sequence of bytes to this channel from the given buffer
write(int) - Method in class java.rmi.server.LogStream
Deprecated. 
write(byte[], int, int) - Method in class java.rmi.server.LogStream
Deprecated. 
write(ObjectOutput) - Method in class java.rmi.server.ObjID
Write object id as long, then the object UID.
write(DataOutput) - Method in class java.rmi.server.UID
 
write(int) - Method in class java.security.DigestOutputStream
Updates the hash if the on flag is true and then writes a byte to the underlying output stream.
write(byte[], int, int) - Method in class java.security.DigestOutputStream
Updates the hash if the on flag is true and then writes the bytes to the underlying output stream.
write(OutputStream) - Method in class java.util.jar.Manifest
Writes the contents of this Manifest to the designated output stream.
write(int) - Method in class java.util.zip.CheckedOutputStream
Writes one byte to the OutputStream and updates the Checksum.
write(byte[], int, int) - Method in class java.util.zip.CheckedOutputStream
Writes the byte array to the OutputStream and updates the Checksum.
write(int) - Method in class java.util.zip.DeflaterOutputStream
Writes a single byte to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.DeflaterOutputStream
Writes a len bytes from an array to the compressed stream.
write(byte[], int, int) - Method in class java.util.zip.GZIPOutputStream
 
write(byte[], int, int) - Method in class java.util.zip.ZipOutputStream
Writes the given buffer to the current entry.
write(int) - Method in class javax.crypto.CipherOutputStream
Write a single byte to the output stream.
write(byte[]) - Method in class javax.crypto.CipherOutputStream
Write a byte array to the output stream.
write(byte[], int, int) - Method in class javax.crypto.CipherOutputStream
Write a portion of a byte array to the output stream.
write(RenderedImage, String, File) - Static method in class javax.imageio.ImageIO
Write an image to a file using a registered writer that supports the given format, overwriting the file if it already exists.
write(RenderedImage, String, OutputStream) - Static method in class javax.imageio.ImageIO
Write an image to an output stream using a registered writer that supports the given format.
write(RenderedImage, String, ImageOutputStream) - Static method in class javax.imageio.ImageIO
Write an image to an ImageOutputStream using a registered writer that supports the given format.
write(IIOMetadata, IIOImage, ImageWriteParam) - Method in class javax.imageio.ImageWriter
Write an image stream, including thumbnails and metadata to the output stream.
write(RenderedImage) - Method in class javax.imageio.ImageWriter
Write a rendered image to the output stream.
write(IIOImage) - Method in class javax.imageio.ImageWriter
Write a image data, metadata and thumbnails to the output stream.
write(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
write(int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
write(byte[], int, int) - Method in class javax.imageio.stream.FileImageOutputStream
 
write(int) - Method in class javax.imageio.stream.FileImageOutputStream
 
write(byte[]) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an array into the stream.
write(byte[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a region of data from an array into the stream.
write(int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an int into the stream.
write(byte[]) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
write(byte[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
write(int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
write(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
write(int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
write(Sequence, int, OutputStream) - Static method in class javax.sound.midi.MidiSystem
Write a sequence to an output stream using a specific MIDI file format.
write(Sequence, int, File) - Static method in class javax.sound.midi.MidiSystem
Write a sequence to a file using a specific MIDI file format.
write(Sequence, int, OutputStream) - Method in class javax.sound.midi.spi.MidiFileWriter
Write a sequence to a stream using the specified MIDI file type.
write(Sequence, int, File) - Method in class javax.sound.midi.spi.MidiFileWriter
Write a sequence to a file using the specified MIDI file type.
write(AudioInputStream, AudioFileFormat.Type, File) - Static method in class javax.sound.sampled.AudioSystem
Write an audio input stream to the given file, using the specified audio file format.
write(AudioInputStream, AudioFileFormat.Type, OutputStream) - Static method in class javax.sound.sampled.AudioSystem
Write an audio input stream to the given output stream, using the specified audio file format.
write(byte[], int, int) - Method in interface javax.sound.sampled.SourceDataLine
Write audio data to this line.
write(AudioInputStream, AudioFileFormat.Type, File) - Method in class javax.sound.sampled.spi.AudioFileWriter
Write audio data to a file.
write(AudioInputStream, AudioFileFormat.Type, OutputStream) - Method in class javax.sound.sampled.spi.AudioFileWriter
Write audio data to an output stream.
write() - Method in class javax.swing.text.AbstractWriter
This method must be overridden by a concrete subclass.
write(char) - Method in class javax.swing.text.AbstractWriter
Write a single character.
write(String) - Method in class javax.swing.text.AbstractWriter
Write a String.
write(char[], int, int) - Method in class javax.swing.text.AbstractWriter
Write a character array to the output Writer, properly handling newlines and, if needed, wrapping lines as they are output.
write(OutputStream, Document, int, int) - Method in class javax.swing.text.DefaultEditorKit
Writes the Document (or a fragment of the Document) to an OutputStream in the supported content type format.
write(Writer, Document, int, int) - Method in class javax.swing.text.DefaultEditorKit
Writes the Document (or a fragment of the Document) to a Writer in the supported content type format.
write(OutputStream, Document, int, int) - Method in class javax.swing.text.EditorKit
 
write(Writer, Document, int, int) - Method in class javax.swing.text.EditorKit
 
write(Writer, Document, int, int) - Method in class javax.swing.text.html.HTMLEditorKit
Writes content from a document to the given stream in an appropriate format.
write() - Method in class javax.swing.text.html.HTMLWriter
Call this method to start outputing HTML.
write() - Method in class javax.swing.text.html.MinimalHTMLWriter
Write the entire HTML document.
write(Writer) - Method in class javax.swing.text.JTextComponent
Write the content of this component to the given stream.
write(OutputStream, Any[]) - Static method in class org.omg.CORBA.AnySeqHelper
Writes the array of Any's into the given stream.
write(OutputStream, boolean[]) - Static method in class org.omg.CORBA.BooleanSeqHelper
Writes the boolean[] into the given stream.
write(OutputStream, char[]) - Static method in class org.omg.CORBA.CharSeqHelper
Writes the char[] into the given stream.
write(OutputStream, CompletionStatus) - Static method in class org.omg.CORBA.CompletionStatusHelper
Writes the CompletionStatus into the given stream.
write(OutputStream, Current) - Static method in class org.omg.CORBA.CurrentHelper
Write the Current to the CDR output stream (as IOR profile).
write(OutputStream, DefinitionKind) - Static method in class org.omg.CORBA.DefinitionKindHelper
Write the definition kind (as int) to the CDR output stream.
write(OutputStream, double[]) - Static method in class org.omg.CORBA.DoubleSeqHelper
Writes the double[] into the given stream.
write(OutputStream, String) - Static method in class org.omg.CORBA.FieldNameHelper
write(OutputStream, float[]) - Static method in class org.omg.CORBA.FloatSeqHelper
Writes the float[] into the given stream.
write(OutputStream, String) - Static method in class org.omg.CORBA.IdentifierHelper
write(OutputStream, IDLType) - Static method in class org.omg.CORBA.IDLTypeHelper
Write the IDL type to the output stream (as CORBA object).
write(OutputStream, long[]) - Static method in class org.omg.CORBA.LongLongSeqHelper
Writes the long[] into the given stream.
write(OutputStream, int[]) - Static method in class org.omg.CORBA.LongSeqHelper
Writes the int[] into the given stream.
write(OutputStream, NameValuePair) - Static method in class org.omg.CORBA.NameValuePairHelper
Write the exception to the CDR output stream.
write(OutputStream, Object) - Static method in class org.omg.CORBA.ObjectHelper
Write the object into the given CDR output stream.
write(OutputStream, byte[]) - Static method in class org.omg.CORBA.OctetSeqHelper
Writes the byte[] into the given stream.
write(OutputStream, ParameterMode) - Static method in class org.omg.CORBA.ParameterModeHelper
Write the enumeration value (as int) to the CDR output stream.
write(OutputStream, short) - Static method in class org.omg.CORBA.PolicyErrorCodeHelper
write(OutputStream, PolicyError) - Static method in class org.omg.CORBA.PolicyErrorHelper
Write the exception to the CDR output stream.
write(OutputStream, Policy) - Static method in class org.omg.CORBA.PolicyHelper
Write the object to the CDR output stream (as IOR profile).
write(OutputStream, Policy[]) - Static method in class org.omg.CORBA.PolicyListHelper
Write the sequence of policies from the CDR intput stream.
write(OutputStream, int) - Static method in class org.omg.CORBA.PolicyTypeHelper
Write the int (policy type) to the CDR output stream.
write(int) - Method in class org.omg.CORBA.portable.OutputStream
Should write an byte (lower 8 bits) to the output stream, but, following specification, it does not and must be overridden to get a functionality.
write(OutputStream, String) - Static method in class org.omg.CORBA.RepositoryIdHelper
write(OutputStream, ServiceDetail) - Static method in class org.omg.CORBA.ServiceDetailHelper
Write the service detail data to the given CDR output stream.
write(OutputStream, ServiceInformation) - Static method in class org.omg.CORBA.ServiceInformationHelper
Write the service information to the given CDR output stream.
write(OutputStream, SetOverrideType) - Static method in class org.omg.CORBA.SetOverrideTypeHelper
Write the enumeration value (as int) to the CDR output stream.
write(OutputStream, short[]) - Static method in class org.omg.CORBA.ShortSeqHelper
Writes the short[] into the given stream.
write(OutputStream, String[]) - Static method in class org.omg.CORBA.StringSeqHelper
Writes the String[] into the given stream.
write(OutputStream, String) - Static method in class org.omg.CORBA.StringValueHelper
Writes a string as a value type.
write(OutputStream, StructMember) - Static method in class org.omg.CORBA.StructMemberHelper
Write the StructMember to the input stream.
write(OutputStream, long[]) - Static method in class org.omg.CORBA.ULongLongSeqHelper
Writes the long[] into the given stream.
write(OutputStream, int[]) - Static method in class org.omg.CORBA.ULongSeqHelper
Writes the int[] into the given stream.
write(OutputStream, UnionMember) - Static method in class org.omg.CORBA.UnionMemberHelper
Write the union member to the given stream.
write(OutputStream, UnknownUserException) - Static method in class org.omg.CORBA.UnknownUserExceptionHelper
Write the exception to the CDR output stream.
write(OutputStream, short[]) - Static method in class org.omg.CORBA.UShortSeqHelper
Writes the short[] into the given stream.
write(OutputStream, Serializable) - Static method in class org.omg.CORBA.ValueBaseHelper
Write the value base into the given stream.
write(OutputStream, ValueMember) - Static method in class org.omg.CORBA.ValueMemberHelper
Writes the value member to the given stream.
write(OutputStream, String) - Static method in class org.omg.CORBA.VersionSpecHelper
write(OutputStream, short) - Static method in class org.omg.CORBA.VisibilityHelper
Write the visibility value (as short) to the CDR output stream.
write(OutputStream, char[]) - Static method in class org.omg.CORBA.WCharSeqHelper
Writes the char[] into the given stream.
write(OutputStream, WrongTransaction) - Static method in class org.omg.CORBA.WrongTransactionHelper
Write the exception to the CDR output stream.
write(OutputStream, String[]) - Static method in class org.omg.CORBA.WStringSeqHelper
Writes the String[] into the given stream.
write(OutputStream, String) - Static method in class org.omg.CORBA.WStringValueHelper
Writes a wide string as a value type.
write(OutputStream, Binding) - Static method in class org.omg.CosNaming.BindingHelper
Write the exception to the CDR output stream.
write(OutputStream, BindingIterator) - Static method in class org.omg.CosNaming.BindingIteratorHelper
Write the exception to the CDR output stream.
write(OutputStream, Binding[]) - Static method in class org.omg.CosNaming.BindingListHelper
Write the array of bindings into the given CDR output stream.
write(OutputStream, BindingType) - Static method in class org.omg.CosNaming.BindingTypeHelper
Write the binding type to the CDR output stream.
write(OutputStream, String) - Static method in class org.omg.CosNaming.IstringHelper
write(OutputStream, NameComponent) - Static method in class org.omg.CosNaming.NameComponentHelper
Write the named component into the CDR output stream.
write(OutputStream, NameComponent[]) - Static method in class org.omg.CosNaming.NameHelper
Write the Name into the CDR output stream.
write(OutputStream, NamingContextExt) - Static method in class org.omg.CosNaming.NamingContextExtHelper
Write the given extended naming context into the given CDR output stream.
write(OutputStream, String) - Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
write(OutputStream, InvalidAddress) - Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
 
write(OutputStream, String) - Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
write(OutputStream, String) - Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
write(OutputStream, NamingContext) - Static method in class org.omg.CosNaming.NamingContextHelper
Write the given naming context into the given CDR output stream.
write(OutputStream, AlreadyBound) - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
Write the exception to the CDR output stream.
write(OutputStream, CannotProceed) - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
Write the exception to the CDR output stream.
write(OutputStream, InvalidName) - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
Write the exception to the CDR output stream.
write(OutputStream, NotEmpty) - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
Write the exception to the CDR output stream.
write(OutputStream, NotFound) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
Write the exception to the CDR output stream.
write(OutputStream, NotFoundReason) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
Write the exception to the CDR output stream.
write(OutputStream, Any[]) - Static method in class org.omg.DynamicAny.AnySeqHelper
write(OutputStream, DynAnyFactory) - Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
This should read DynAnyFactory from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, InconsistentTypeCode) - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
Write the exception to the CDR output stream.
write(OutputStream, DynAny) - Static method in class org.omg.DynamicAny.DynAnyHelper
This should read DynAny from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, InvalidValue) - Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
Write the exception to the CDR output stream.
write(OutputStream, TypeMismatch) - Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
Write the exception to the CDR output stream.
write(OutputStream, DynAny[]) - Static method in class org.omg.DynamicAny.DynAnySeqHelper
The method should write this object to the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynArray) - Static method in class org.omg.DynamicAny.DynArrayHelper
This should read DynArray from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynEnum) - Static method in class org.omg.DynamicAny.DynEnumHelper
This should read DynEnum from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynFixed) - Static method in class org.omg.DynamicAny.DynFixedHelper
This should read DynFixed from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynSequence) - Static method in class org.omg.DynamicAny.DynSequenceHelper
This should read DynSequence from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynStruct) - Static method in class org.omg.DynamicAny.DynStructHelper
This should read DynStruct from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynUnion) - Static method in class org.omg.DynamicAny.DynUnionHelper
This should read DynUnion from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, DynValue) - Static method in class org.omg.DynamicAny.DynValueHelper
This should read DynValue from the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, String) - Static method in class org.omg.DynamicAny.FieldNameHelper
write(OutputStream, NameDynAnyPair) - Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
The method should write this object to the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, NameDynAnyPair[]) - Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
The method should write this object to the CDR input stream, but (following the JDK 1.5 API) it does not.
write(OutputStream, NameValuePair) - Static method in class org.omg.DynamicAny.NameValuePairHelper
Write the structure to the CDR output stream.
write(OutputStream, NameValuePair[]) - Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
Write the structure to the CDR output stream.
write(OutputStream, CodecFactory) - Static method in class org.omg.IOP.CodecFactoryHelper
This should write the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
write(OutputStream, UnknownEncoding) - Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
Write the exception to the CDR output stream.
write(OutputStream, FormatMismatch) - Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
Write the exception to the CDR output stream.
write(OutputStream, InvalidTypeForEncoding) - Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
Write the exception to the CDR output stream.
write(OutputStream, TypeMismatch) - Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
Write the exception to the CDR output stream.
write(OutputStream, int) - Static method in class org.omg.IOP.ComponentIdHelper
Write the ComponentId to the CDR output stream (as int).
write(OutputStream, IOR) - Static method in class org.omg.IOP.IORHelper
Write the structure to the CDR output stream.
write(OutputStream, TaggedComponent[]) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
Write the structure to the CDR output stream.
write(OutputStream, int) - Static method in class org.omg.IOP.ProfileIdHelper
Write the ProfileId to the CDR output stream.
write(OutputStream, ServiceContext) - Static method in class org.omg.IOP.ServiceContextHelper
Write the context to the CDR output stream (first id, then data as a flexible length byte sequence).
write(OutputStream, ServiceContext[]) - Static method in class org.omg.IOP.ServiceContextListHelper
Write the ServiceContext[] to the CDR output stream as a flexible length sequence.
write(OutputStream, int) - Static method in class org.omg.IOP.ServiceIdHelper
Write the ServiceId to the CDR output stream.
write(OutputStream, TaggedComponent) - Static method in class org.omg.IOP.TaggedComponentHelper
Write the structure to the CDR output stream.
write(OutputStream, TaggedProfile) - Static method in class org.omg.IOP.TaggedProfileHelper
Write the structure to the CDR output stream.
write(OutputStream, short) - Static method in class org.omg.Messaging.SyncScopeHelper
write(OutputStream, int) - Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
Write the int (adapter manager id) to the CDR output stream.
write(OutputStream, String[]) - Static method in class org.omg.PortableInterceptor.AdapterNameHelper
Writes the String[] into the given stream.
write(OutputStream, short) - Static method in class org.omg.PortableInterceptor.AdapterStateHelper
Write the short (adapter state) to the CDR output stream.
write(OutputStream, Current) - Static method in class org.omg.PortableInterceptor.CurrentHelper
Not supported for compatibility reasons.
write(OutputStream, ForwardRequest) - Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
Write the exception to the CDR output stream.
write(OutputStream, InvalidSlot) - Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
Write the exception to the CDR output stream.
write(OutputStream, IORInterceptor_3_0) - Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
Write the IORInterceptor_3_0 to the CDR output stream (as IOR profile).
write(OutputStream, byte[]) - Static method in class org.omg.PortableInterceptor.ObjectIdHelper
Write the Object Id as a byte array.
write(OutputStream, ObjectReferenceFactory) - Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
Write the ObjectReferenceFactory to the CDR output stream (as a ValueBase).
write(OutputStream, ObjectReferenceTemplate) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
Write the object reference template (as the value type).
write(OutputStream, ObjectReferenceTemplate[]) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
Writes the ObjectReferenceTemplate[] into the given stream.
write(OutputStream, String) - Static method in class org.omg.PortableInterceptor.ORBIdHelper
write(OutputStream, DuplicateName) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
Write the exception to the CDR output stream.
write(OutputStream, InvalidName) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
Write the exception to the CDR output stream.
write(OutputStream, String) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
write(OutputStream, String) - Static method in class org.omg.PortableInterceptor.ServerIdHelper
write(OutputStream, Current) - Static method in class org.omg.PortableServer.CurrentHelper
Not supported for compatibility reasons.
write(OutputStream, NoContext) - Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
Write the exception to the CDR output stream.
write(OutputStream, ForwardRequest) - Static method in class org.omg.PortableServer.ForwardRequestHelper
Write the exception to the CDR output stream.
write(OutputStream, POA) - Static method in class org.omg.PortableServer.POAHelper
This should read POA from the CDR input stream, but, following the specs, it doesnot.
write(OutputStream, AdapterInactive) - Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
Write the exception to the CDR output stream.
write(OutputStream, AdapterAlreadyExists) - Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
Write the exception to the CDR output stream.
write(OutputStream, AdapterNonExistent) - Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
Write the exception to the CDR output stream.
write(OutputStream, InvalidPolicy) - Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
Write the exception to the CDR output stream.
write(OutputStream, NoServant) - Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
Write the exception to the CDR output stream.
write(OutputStream, ObjectAlreadyActive) - Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
Write the exception to the CDR output stream.
write(OutputStream, ObjectNotActive) - Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
Write the exception to the CDR output stream.
write(OutputStream, ServantAlreadyActive) - Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
Write the exception to the CDR output stream.
write(OutputStream, ServantNotActive) - Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
Write the exception to the CDR output stream.
write(OutputStream, WrongAdapter) - Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
Write the exception to the CDR output stream.
write(OutputStream, WrongPolicy) - Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
Write the exception to the CDR output stream.
write(OutputStream, ServantActivator) - Static method in class org.omg.PortableServer.ServantActivatorHelper
This should write the servant activator, but it cannot be transferred this way as its operations cannot be remote.
write(OutputStream, ServantLocator) - Static method in class org.omg.PortableServer.ServantLocatorHelper
This should write the servant activator, but it cannot be transferred this way as its operations cannot be remote.
write(String) - Method in interface org.w3c.dom.html2.HTMLDocument
Write a string of text to a document stream opened by open().
write(Node, LSOutput) - Method in interface org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
write_Abstract(Object) - Method in interface org.omg.CORBA.DataOutputStream
Write abstract interface to the output stream.
write_abstract_interface(Object) - Method in class org.omg.CORBA_2_3.portable.OutputStream
Writes an abstract interface to the stream.
write_any(Any) - Method in interface org.omg.CORBA.DataOutputStream
Write Any to the output stream.
write_any(Any) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA Any.
write_any_array(Any[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of Any's to the output stream.
write_boolean(boolean) - Method in interface org.omg.CORBA.DataOutputStream
Write boolean to the output stream.
write_boolean(boolean) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA boolean.
write_boolean_array(boolean[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of boolean's to the output stream.
write_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA booelan[].
write_char(char) - Method in interface org.omg.CORBA.DataOutputStream
Write narrow (usually 8 bit) char to the output stream.
write_char(char) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA char.
write_char_array(char[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of narrow chars to the output stream.
write_char_array(char[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA char[].
write_Context(Context, ContextList) - Method in class org.omg.CORBA.portable.OutputStream
Should write a CORBA context to the output stream, but, following the 1.4 specification, it does not and must be overridden to get a functionality.
write_double(double) - Method in interface org.omg.CORBA.DataOutputStream
Write double to the output stream.
write_double(double) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA double.
write_double_array(double[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of doubles to the output stream.
write_double_array(double[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA double[].
WRITE_FAILURE - Static variable in class java.util.logging.ErrorManager
Indicates that there was a problem upon writing to an output stream.
write_fixed(BigDecimal) - Method in class org.omg.CORBA.portable.OutputStream
Should write a BigDecimal number, but, following specification, it does not and must be overridden to get a functionality.
write_float(float) - Method in interface org.omg.CORBA.DataOutputStream
Write float to the output stream.
write_float(float) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA float.
write_float_array(float[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of floats to the output stream.
write_float_array(float[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA float[].
write_long(int) - Method in interface org.omg.CORBA.DataOutputStream
Write CORBA long (32 bits, java int) to the output stream.
write_long(int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA long that is mapped into java int.
write_long_array(int[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of CORBA longs (java ints) to the output stream.
write_long_array(int[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA long[].
write_longlong(long) - Method in interface org.omg.CORBA.DataOutputStream
Write CORBA long long (64 bits, java long) to the output stream.
write_longlong(long) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA long long that is mapped into java long.
write_longlong_array(long[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write arrayo fo CORBA long longs (java ints) to the output stream.
write_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA long long [].
write_Object(Object) - Method in interface org.omg.CORBA.DataOutputStream
Write CORBA object reference to the output stream.
write_Object(Object) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA (not java) Object.
write_octet(byte) - Method in interface org.omg.CORBA.DataOutputStream
Write octet (byte) to the output stream.
write_octet(byte) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA octed that is mapped into java byte
write_octet_array(byte[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of octets (bytes) to the output stream.
write_octet_array(byte[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA octet[].
write_Principal(Principal) - Method in class org.omg.CORBA.portable.OutputStream
Deprecated.
by CORBA 2.2
write_short(short) - Method in interface org.omg.CORBA.DataOutputStream
Write short (16 bit signed integer) to the output stream.
write_short(short) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA short.
write_short_array(short[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of shorts (16 bit integers) to the output stream.
write_short_array(short[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA short[].
write_string(String) - Method in interface org.omg.CORBA.DataOutputStream
Write narrow (usually 8 bits per character) string to the output stream.
write_string(String) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA string.
write_TypeCode(TypeCode) - Method in interface org.omg.CORBA.DataOutputStream
Write typecode to the output stream.
write_TypeCode(TypeCode) - Method in class org.omg.CORBA.portable.OutputStream
Write TypeCode.
write_ulong(int) - Method in interface org.omg.CORBA.DataOutputStream
Write unsigned CORBA long (32 bits, java int) to the output stream.
write_ulong(int) - Method in class org.omg.CORBA.portable.OutputStream
Write unsigned CORBA long that is mapped into java int.
write_ulong_array(int[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of unsigned CORBA longs (java ints) to the output stream.
write_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write array of CORBA unsigned longs.
write_ulonglong(long) - Method in interface org.omg.CORBA.DataOutputStream
Write unsigned CORBA long long (64 bits, java long) to the output stream.
write_ulonglong(long) - Method in class org.omg.CORBA.portable.OutputStream
Write unsigned CORBA long long that is mapped into java long.
write_ulonglong_array(long[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of unsigned CORBA long longs (java longs) to the output stream.
write_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write array of unsigned CORBA long-longs.
write_ushort(short) - Method in interface org.omg.CORBA.DataOutputStream
Write unsigned short to the output stream.
write_ushort(short) - Method in class org.omg.CORBA.portable.OutputStream
Write unsigned CORBA short that is mapped into java short.
write_ushort_array(short[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of unsigned shorts (16 bit integers) to the output stream.
write_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write array of unsigned CORBA shorts.
write_value(OutputStream) - Method in class org.omg.CORBA.Any
Writes out the value (without the typecode of the value), stored in this Any.
write_Value(Serializable) - Method in interface org.omg.CORBA.DataOutputStream
Write value type to the output stream.
write_value(OutputStream, Serializable) - Method in interface org.omg.CORBA.portable.BoxedValueHelper
Write this value type to the CDR stream.
write_value(OutputStream, Serializable) - Method in class org.omg.CORBA.StringValueHelper
Write the given string value into the output stream.
write_value(OutputStream, Serializable) - Method in class org.omg.CORBA.WStringValueHelper
Write the given wide string value into the output stream.
write_value(Serializable) - Method in class org.omg.CORBA_2_3.portable.OutputStream
Writes a value type into the output stream.
write_value(Serializable, BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable.OutputStream
Write value to the stream using the boxed value helper.
write_value(Serializable, Class) - Method in class org.omg.CORBA_2_3.portable.OutputStream
Writes a value type into the output stream, stating it is an instance of the given class.
write_value(Serializable, String) - Method in class org.omg.CORBA_2_3.portable.OutputStream
Writes a value type into the output stream, stating it has the given repository id.
write_wchar(char) - Method in interface org.omg.CORBA.DataOutputStream
Write wide (usually 16 bit) char to the output stream.
write_wchar(char) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA wchar that is mapped into java char.
write_wchar_array(char[], int, int) - Method in interface org.omg.CORBA.DataOutputStream
Write array of wide chars to the output stream.
write_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable.OutputStream
Write array of CORBA wchars.
write_wstring(String) - Method in interface org.omg.CORBA.DataOutputStream
Write wide (usually 16 bits per character) string to the output stream.
write_wstring(String) - Method in class org.omg.CORBA.portable.OutputStream
Write CORBA wstring that is mapped into java string.
writeAborted(ImageWriter) - Method in interface javax.imageio.event.IIOWriteProgressListener
Reports that an image write operation is aborted.
WriteAbortedException - Exception in java.io
This exception is thrown when another ObjectStreamException occurs during a serialization read or write.
WriteAbortedException(String, Exception) - Constructor for exception java.io.WriteAbortedException
Create a new WriteAbortedException with a specified message and cause.
writeAbstractObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Write abstract interface to the CORBA output stream.
writeAbstractObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Write abstract interface to the CORBA output stream.
writeAny(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Write the passed java object to the output stream in the form of the CORBA Any.
writeAny(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Write the passed java object to the output stream in the form of the CORBA Any.
writeArray(Array) - Method in interface java.sql.SQLOutput
This method writes the specified Java SQL Array object to the SQL stream.
writeAsciiStream(InputStream) - Method in interface java.sql.SQLOutput
This method writes the specified ASCII text stream to the SQL stream.
writeAsEncodedUnicode(Writer) - Method in interface javax.xml.stream.events.XMLEvent
Writes this event to the specified writer.
writeAttribute(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an attribute.
writeAttribute(String, String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an attribute.
writeAttribute(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an attribute.
writeAttributes(AttributeSet) - Method in class javax.swing.text.AbstractWriter
Print the given AttributeSet as a sequence of assignment-like strings, e.g.
writeAttributes(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
Writes all the attributes in the attrSet, except for attrbutes with keys of javax.swing.text.html.HTML.Tag, javax.swing.text.StyleConstants or javax.swing.text.html.HTML.Attribute.ENDTAG.
writeAttributes(AttributeSet) - Method in class javax.swing.text.html.MinimalHTMLWriter
Write a set of attributes.
writeAttributes(ObjectOutputStream, AttributeSet) - Method in class javax.swing.text.StyleContext
Handles writing of the given attributes.
writeAttributeSet(ObjectOutputStream, AttributeSet) - Static method in class javax.swing.text.StyleContext
Serialize an attribute set in a way that is compatible with it being read in again by StyleContext.readAttributeSet(ObjectInputStream, MutableAttributeSet).
writeBigDecimal(BigDecimal) - Method in interface java.sql.SQLOutput
This method writes the specified Java BigDecimal to the SQL stream.
writeBinaryStream(InputStream) - Method in interface java.sql.SQLOutput
This method writes the specified uninterpreted binary byte stream to the SQL stream.
writeBit(int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a bit value to the stream.
writeBit(int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeBits(long, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a number of bit values to the stream.
writeBits(long, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeBlob(Blob) - Method in interface java.sql.SQLOutput
This method writes the specified Java SQL Blob object to the SQL stream.
writeBody() - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes the body of the HTML document.
writeBoolean(boolean) - Method in interface java.io.DataOutput
This method writes a Java boolean value to an output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
This method writes a Java boolean value to an output stream.
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
 
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
This method writes a Java boolean to the underlying output stream.
writeBoolean(boolean) - Method in interface java.sql.SQLOutput
This method writes the specified Java boolean to the SQL stream.
writeBoolean(boolean) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a boolean value into the stream.
writeBoolean(boolean) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeByte(int) - Method in interface java.io.DataOutput
This method writes a Java byte value to an output stream.
writeByte(int) - Method in class java.io.DataOutputStream
This method writes a Java byte value to an output stream.
writeByte(int) - Method in class java.io.ObjectOutputStream
 
writeByte(int) - Method in class java.io.RandomAccessFile
This method writes a Java byte value to the underlying output stream.
writeByte(byte) - Method in interface java.sql.SQLOutput
This method writes the specified Java byte to the SQL stream.
writeByte(int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a byte value into the stream.
writeByte(int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeBytes(String) - Method in interface java.io.DataOutput
This method writes all the bytes in a String out to the stream.
writeBytes(String) - Method in class java.io.DataOutputStream
This method writes all the bytes in a String out to the stream.
writeBytes(String) - Method in class java.io.ObjectOutputStream
 
writeBytes(String) - Method in class java.io.RandomAccessFile
This method writes all the bytes in a String out to the stream.
writeBytes(byte[]) - Method in interface java.sql.SQLOutput
This method writes the specified Java byte array to the SQL stream.
writeBytes(String) - Method in interface javax.imageio.stream.ImageOutputStream
 
writeBytes(String) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeCData(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a CDATA section.
writeChar(int) - Method in interface java.io.DataOutput
This method writes a Java char value to an output stream.
writeChar(int) - Method in class java.io.DataOutputStream
This method writes a Java char value to an output stream.
writeChar(int) - Method in class java.io.ObjectOutputStream
 
writeChar(int) - Method in class java.io.RandomAccessFile
This method writes a single char value to the stream, high byte first.
writeChar(int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a character into the stream.
writeChar(int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeCharacters(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write the specified text.
writeCharacters(char[], int, int) - Method in interface javax.xml.stream.XMLStreamWriter
Write the specified text.
writeCharacterStream(Reader) - Method in interface java.sql.SQLOutput
This method writes the specified Java character stream to the SQL stream.
writeChars(String) - Method in interface java.io.DataOutput
This method writes all the characters of a String to an output stream as an array of char's.
writeChars(String) - Method in class java.io.DataOutputStream
This method writes all the characters of a String to an output stream as an array of char's.
writeChars(String) - Method in class java.io.ObjectOutputStream
 
writeChars(String) - Method in class java.io.RandomAccessFile
This method writes all the characters in a String to the stream.
writeChars(char[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes characters to the stream.
writeChars(String) - Method in interface javax.imageio.stream.ImageOutputStream
Writes characters from a given String into the stream.
writeChars(char[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeChars(String) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeChildren(ObjectOutputStream) - Method in class java.beans.beancontext.BeanContextSupport
Serializes the children using the #serialize(ObjectOutputStream, Collection method.
writeClassDescriptor(ObjectStreamClass) - Method in class java.io.ObjectOutputStream
 
writeClob(Clob) - Method in interface java.sql.SQLOutput
This method writes the specified Java SQL Clob object to the SQL stream.
writeComment(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a comment.
writeComponent(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Deliberately unimplemented, handles component elements.
writeContent(Element, boolean) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes the content of an element.
writeData(RowSetInternal) - Method in interface javax.sql.RowSetWriter
 
writeDate(Date) - Method in interface java.sql.SQLOutput
This method writes the specified Java java.sql.Date to the SQL stream.
writeDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a default namespace declaration.
writeDouble(double) - Method in interface java.io.DataOutput
This method writes a Java double value to the stream.
writeDouble(double) - Method in class java.io.DataOutputStream
This method writes a Java double value to the stream.
writeDouble(double) - Method in class java.io.ObjectOutputStream
 
writeDouble(double) - Method in class java.io.RandomAccessFile
This method writes a Java double value to the stream.
writeDouble(double) - Method in interface java.sql.SQLOutput
This method writes the specified Java double to the SQL stream.
writeDouble(double) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a double into the stream.
writeDouble(double) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeDoubles(double[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an array of double into the stream.
writeDoubles(double[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeDTD(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a DOCTYPE declaration.
writeEmbeddedTags(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
Writes out an embedded tag.
writeEmptyElement(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an empty tag.
writeEmptyElement(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an empty tag.
writeEmptyElement(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an empty tag.
writeEndDocument() - Method in interface javax.xml.stream.XMLStreamWriter
Closes any currently open tags.
writeEndElement() - Method in interface javax.xml.stream.XMLStreamWriter
Closes the currently open tag.
writeEndParagraph() - Method in class javax.swing.text.html.MinimalHTMLWriter
Write a paragraph end tag, closes any other open tags.
writeEndTag(String) - Method in class javax.swing.text.html.MinimalHTMLWriter
Write an ending tag and decrement the indent.
writeEntityRef(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an entity reference.
writeExpression(Expression) - Method in class java.beans.Encoder
Note: If you call this method not from within an object instantiation and initialization sequence it will be silently ignored.
writeExpression(Expression) - Method in class java.beans.XMLEncoder
 
writeExternal(ObjectOutput) - Method in class java.awt.datatransfer.DataFlavor
Serialize this class.
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
This method is responsible for writing the instance data of an object to the passed in stream.
writeExternal(ObjectOutput) - Method in class javax.activation.MimeType
 
writeFields() - Method in class java.io.ObjectOutputStream
 
writeFloat(float) - Method in interface java.io.DataOutput
This method writes a Java float value to the stream.
writeFloat(float) - Method in class java.io.DataOutputStream
This method writes a Java float value to the stream.
writeFloat(float) - Method in class java.io.ObjectOutputStream
 
writeFloat(float) - Method in class java.io.RandomAccessFile
This method writes a Java float value to the stream.
writeFloat(float) - Method in interface java.sql.SQLOutput
This method writes the specified Java float to the SQL stream.
writeFloat(float) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a float into the stream.
writeFloat(float) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeFloats(float[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an array of float into the stream.
writeFloats(float[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeHeader() - Method in class javax.swing.text.html.MinimalHTMLWriter
Write the HTML header.
writeHTMLTags(AttributeSet) - Method in class javax.swing.text.html.MinimalHTMLWriter
Write bold, indent and underline tags.
writeImage(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Deliberately unimplemented.
writeInsert(int, IIOImage, ImageWriteParam) - Method in class javax.imageio.ImageWriter
Insert an image into the output stream.
writeInt(int) - Method in interface java.io.DataOutput
This method writes a Java int value to an output stream.
writeInt(int) - Method in class java.io.DataOutputStream
This method writes a Java int value to an output stream.
writeInt(int) - Method in class java.io.ObjectOutputStream
 
writeInt(int) - Method in class java.io.RandomAccessFile
This method writes a Java int to the stream, high bytes first.
writeInt(int) - Method in interface java.sql.SQLOutput
This method writes the specified Java int to the SQL stream.
writeInt(int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a int into the stream.
writeInt(int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeInts(int[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an array of int into the stream.
writeInts(int[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeLeaf(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes a non-text leaf element.
writeLineSeparator() - Method in class javax.swing.text.AbstractWriter
Write a line separator using the output method, and then reset the current line length.
writeLineSeparator() - Method in class javax.swing.text.html.HTMLWriter
Writes out a line separator.
writeln(String) - Method in interface org.w3c.dom.html2.HTMLDocument
Write a string of text followed by a newline character to a document stream opened by open().
writeLock() - Method in class javax.swing.text.AbstractDocument
Blocks until a write lock can be obtained.
writeLong(long) - Method in interface java.io.DataOutput
This method writes a Java long value to an output stream.
writeLong(long) - Method in class java.io.DataOutputStream
This method writes a Java long value to an output stream.
writeLong(long) - Method in class java.io.ObjectOutputStream
 
writeLong(long) - Method in class java.io.RandomAccessFile
This method writes a Java long to the stream, high bytes first.
writeLong(long) - Method in interface java.sql.SQLOutput
This method writes the specified Java long to the SQL stream.
writeLong(long) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a long into the stream.
writeLong(long) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeLongs(long[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an array of long into the stream.
writeLongs(long[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeNamespace(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a namespace declaration.
writeNonHTMLAttributes(AttributeSet) - Method in class javax.swing.text.html.MinimalHTMLWriter
Write the HTML attributes which do not have tag equivalents, e.g. attributes other than bold/italic/underlined.
writeObject(Object) - Method in class java.beans.Encoder
 
writeObject(Object, Encoder) - Method in class java.beans.PersistenceDelegate
 
writeObject(Object) - Method in class java.beans.XMLEncoder
 
writeObject(Object) - Method in interface java.io.ObjectOutput
This method writes a object instance to a stream.
writeObject(Object) - Method in class java.io.ObjectOutputStream
Writes a representation of obj to the underlying output stream by writing out information about its class, then writing out each of the objects non-transient, non-static fields.
writeObject(SQLData) - Method in interface java.sql.SQLOutput
This method writes the specified Java SQLData object to the SQL stream.
writeObject(Stub, ObjectOutputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Write this stub to the object output stream.
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
This method allows subclasses to override the default serialization mechanism provided by ObjectOutputStream.
writeOption(Option) - Method in class javax.swing.text.html.HTMLWriter
Writes out the contents of an option element.
writeProcessingInstruction(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a processing instruction.
writeProcessingInstruction(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a processing instruction.
Writer - Class in java.io
This abstract class forms the base of the hierarchy of classes that write output as a stream of chars.
Writer() - Constructor for class java.io.Writer
This is the default no-argument constructor for this class.
Writer(Object) - Constructor for class java.io.Writer
This method initializes a Writer that will synchronize on the specified Object.
writeRef(Ref) - Method in interface java.sql.SQLOutput
This method writes the specified Java SQL Ref object to the SQL stream.
writeRemoteObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Write the passed parameter to the output stream as CORBA object.
writeRemoteObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Write the passed parameter to the output stream as CORBA object.
writeReplace() - Method in class java.security.cert.Certificate
Returns a replacement for this certificate to be serialized.
writeReplace() - Method in class java.security.cert.CertPath
Serializes the path in its encoded form, to ensure reserialization with the appropriate factory object without worrying about list implementation.
writeReplace(Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
When the value provides the writeReplace method, the result of this method is written.
writerSpiNames - Variable in class javax.imageio.spi.ImageReaderSpi
 
writeShort(int) - Method in interface java.io.DataOutput
This method writes a Java short value to an output stream.
writeShort(int) - Method in class java.io.DataOutputStream
This method writes a Java short value to an output stream.
writeShort(int) - Method in class java.io.ObjectOutputStream
 
writeShort(int) - Method in class java.io.RandomAccessFile
This method writes a Java short to the stream, high byte first.
writeShort(short) - Method in interface java.sql.SQLOutput
This method writes the specified Java short to the SQL stream.
writeShort(int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a short into the stream.
writeShort(int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeShorts(short[], int, int) - Method in interface javax.imageio.stream.ImageOutputStream
Writes an array of short into the stream.
writeShorts(short[], int, int) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeSQL(SQLOutput) - Method in interface java.sql.SQLData
This method writes the data in this object to the specified stream.
writeStartDocument() - Method in interface javax.xml.stream.XMLStreamWriter
Write an XML declaration.
writeStartDocument(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an XML declaration with the specified XML version.
writeStartDocument(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write an XML declaration with the specifed XML version and encoding.
writeStartElement(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write the start of a tag.
writeStartElement(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write the start of a tag.
writeStartElement(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write the start of a tag.
writeStartParagraph(Element) - Method in class javax.swing.text.html.MinimalHTMLWriter
Write a paragraph start tag.
writeStartTag(String) - Method in class javax.swing.text.html.MinimalHTMLWriter
Write a start tag and increment the indent.
writeStatement(Statement) - Method in class java.beans.Encoder
Note: If you call this method not from within an object instantiation and initialization sequence it will be silently ignored.
writeStatement(Statement) - Method in class java.beans.XMLEncoder
 
writeStreamHeader() - Method in class java.io.ObjectOutputStream
Writes stream magic and stream version information to the underlying stream.
writeString(String) - Method in interface java.sql.SQLOutput
This method writes the specified Java String to the SQL stream.
writeStruct(Struct) - Method in interface java.sql.SQLOutput
This method writes the specified Java SQL Struct object to the SQL stream.
writeStyles() - Method in class javax.swing.text.html.MinimalHTMLWriter
Write the styles used.
writeTime(Time) - Method in interface java.sql.SQLOutput
This method writes the specified Java java.sql.Time to the SQL stream.
writeTimestamp(Timestamp) - Method in interface java.sql.SQLOutput
This method writes the specified Java java.sql.Timestamp to the SQL stream.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
This method writes all the bytes that have been written to this stream from the internal buffer to the specified OutputStream.
writeTo(Writer) - Method in class java.io.CharArrayWriter
This method writes all the chars that have been written to this stream from the internal buffer to the specified Writer.
writeTo(Object, String, OutputStream) - Method in interface javax.activation.DataContentHandler
Writes the object as a stream of bytes.
writeTo(OutputStream) - Method in class javax.activation.DataHandler
Writes the data as a byte stream.
writeToSequence(IIOImage, ImageWriteParam) - Method in class javax.imageio.ImageWriter
Write a sequence of images, including thumbnails and metadata, to the output stream.
writeToString(Node) - Method in interface org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeToURI(Node, String) - Method in interface org.w3c.dom.ls.LSSerializer
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.
writeUnlock() - Method in class javax.swing.text.AbstractDocument
Releases the write lock.
writeUnshared(Object) - Method in class java.io.ObjectOutputStream
Writes an object to the stream in the same manner as ObjectOutputStream.writeObject(Object), but without the use of references.
writeURL(URL) - Method in interface java.sql.SQLOutput
This method writes the specified java.net.URL object to the SQL stream.
writeUTF(String) - Method in interface java.io.DataOutput
This method writes a Java String to the stream in a modified UTF-8 format.
writeUTF(String) - Method in class java.io.DataOutputStream
This method writes a Java String to the stream in a modified UTF-8 format.
writeUTF(String) - Method in class java.io.ObjectOutputStream
 
writeUTF(String) - Method in class java.io.RandomAccessFile
This method writes a Java String to the stream in a modified UTF-8 format.
writeUTF(String) - Method in interface javax.imageio.stream.ImageOutputStream
Writes a String into the stream.
writeUTF(String) - Method in class javax.imageio.stream.ImageOutputStreamImpl
 
writeValue(OutputStream, Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
Write value to CORBA output stream using java senmatics.
writeValue(OutputStream, Serializable, byte) - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
Write the value type to the output stream using the given format version.
written - Variable in class java.io.DataOutputStream
This is the total number of bytes that have been written to the stream by this object instance.
WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom.DOMException
If a Node is used in a different document than the one that created it (that doesn't support it).
WrongAdapter - Exception in org.omg.PortableServer.POAPackage
Raised when invoking POA operations, requiring that the target object would be created by this POA, if this condition is not satisfied.
WrongAdapter() - Constructor for exception org.omg.PortableServer.POAPackage.WrongAdapter
Create WrongAdapter with no explaining message.
WrongAdapter(String) - Constructor for exception org.omg.PortableServer.POAPackage.WrongAdapter
Create the WrongAdapter with explaining message.
WrongAdapterHelper - Class in org.omg.PortableServer.POAPackage
The helper operations for the exception WrongAdapter.
WrongAdapterHelper() - Constructor for class org.omg.PortableServer.POAPackage.WrongAdapterHelper
 
WrongPolicy - Exception in org.omg.PortableServer.POAPackage
Raised when invoking the operation that is not allowed by the current combination of the used policies.
WrongPolicy() - Constructor for exception org.omg.PortableServer.POAPackage.WrongPolicy
Create WrongPolicy with no explaining message.
WrongPolicy(String) - Constructor for exception org.omg.PortableServer.POAPackage.WrongPolicy
Create the WrongPolicy with explaining message.
WrongPolicyHelper - Class in org.omg.PortableServer.POAPackage
The helper operations for the exception WrongPolicy.
WrongPolicyHelper() - Constructor for class org.omg.PortableServer.POAPackage.WrongPolicyHelper
 
WrongTransaction - Exception in org.omg.CORBA
Thrown when the transaction scope mismatches.
WrongTransaction() - Constructor for exception org.omg.CORBA.WrongTransaction
Constructs a default WrongTransaction exception, with no detail message.
WrongTransaction(String) - Constructor for exception org.omg.CORBA.WrongTransaction
Constructs a WrongTransaction exception using the specified message as the reason for throwing it.
WrongTransactionHelper - Class in org.omg.CORBA
The helper operations for the exception WrongTransaction.
WrongTransactionHelper() - Constructor for class org.omg.CORBA.WrongTransactionHelper
 
WrongTransactionHolder - Class in org.omg.CORBA
A holder for the exception WrongTransaction.
WrongTransactionHolder() - Constructor for class org.omg.CORBA.WrongTransactionHolder
Create the unitialised instance, leaving the value field with default null value.
WrongTransactionHolder(WrongTransaction) - Constructor for class org.omg.CORBA.WrongTransactionHolder
Create the initialised instance.
WStringSeqHelper - Class in org.omg.CORBA
Provides static helper methods for working with CORBA wstring array.
WStringSeqHelper() - Constructor for class org.omg.CORBA.WStringSeqHelper
 
WStringSeqHolder - Class in org.omg.CORBA
A sequence holder for CORBA wstring[] that is mapped into java String[].
WStringSeqHolder() - Constructor for class org.omg.CORBA.WStringSeqHolder
Constructs an instance of WStringSeqHolder, initializing WStringSeqHolder.value to null.
WStringSeqHolder(String[]) - Constructor for class org.omg.CORBA.WStringSeqHolder
Constructs an instance of WStringSeqHolder, initializing WStringSeqHolder.value to the given String.
WStringValueHelper - Class in org.omg.CORBA
Provides helper operations for the Wide String value type, treating a Wide String as a CORBA value type rather than as a primitive type.
WStringValueHelper() - Constructor for class org.omg.CORBA.WStringValueHelper
 
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 _