Alphabetical Index: W

_ 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 field in class javax.xml.XMLConstants
The XML Schema Instance (XSI) namespace URI.
W3C_XML_SCHEMA_NS_URI - static field in class javax.xml.XMLConstants
The XML Schema (XSD) namespace URI.
W3C_XPATH_DATATYPE_NS_URI - static field in class javax.xml.XMLConstants
The XPath 2.0 datatypes namespace URI.
W_RESIZE_CURSOR - static field in class java.awt.Cursor
Cursor used over W edge of window decorations.
W_RESIZE_CURSOR - static field in class java.awt.Frame
Cursor used over W edge of window decorations.
WAIS - static field in class javax.print.attribute.standard.ReferenceUriSchemesSupported
WAIT - static field in class gnu.classpath.jdwp.JdwpConstants.ThreadStatus
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(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_CURSOR - static field in class java.awt.Cursor
Constant for a cursor to display while waiting for an action to complete.
WAIT_CURSOR - static field in class java.awt.Frame
Constant for a cursor to display while waiting for an action to complete.
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 gnu.CORBA.Poa.gnuPOAManager
Suspend the current thread while at least one of the associated POA is actively processing some requests.
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.
waitWhileBusy() - method in class gnu.CORBA.gnuRequest
Wait while the response to request, submitted using send_deferred() or invoke() (from other thread) is returned.
waitWhileRunning() - method in class gnu.CORBA.Poa.gnuPOA
Wait while at least one of the threads in this POA is actively processing one of requests.
wakeNativeQueue() - method in class gnu.awt.xlib.XToolkit
wakeup() - method in class java.nio.channels.Selector
Causes the first selection operation that has not yet returned to return immediately.
wakeup() - method in class gnu.java.nio.SelectorImpl
Causes the first selection operation that has not yet returned to return immediately.
WALL_TIME - static field 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 field in class javax.swing.JOptionPane
The identifier for the propertyChangeEvent when the wantsInput property changes.
wantsInput - field in class javax.swing.JOptionPane
Whether the Dialog/InternalFrame needs input.
WARNING - static field in class javax.security.auth.callback.ConfirmationCallback
WARNING message type.
WARNING - static field in class java.util.logging.Level
Log records whose level is WARNING indicate a potential problem that does not prevent normal program execution.
WARNING - static field in class javax.print.attribute.standard.Severity
WARNING - static field in class javax.security.auth.callback.TextOutputCallback
Warning message
warning(java.lang.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.
Reports a warning condition.
warning(SAXParseException) - method in class gnu.xml.dom.ls.DomLSParser
WARNING_DIALOG - static field in class javax.swing.JRootPane
WARNING_MESSAGE - static field in class javax.swing.JOptionPane
Identifier for the warning message type.
warningListeners - field in class javax.imageio.ImageReader
A list of installed warning listeners.
warningListeners - field in class javax.imageio.ImageWriter
A list of installed warning listeners.
warningLocales - field in class javax.imageio.ImageReader
A list of warning locales corresponding with the list of installed warning listeners.
warningLocales - field in class javax.imageio.ImageWriter
A list of warning locales corresponding with the list of installed warning listeners.
Reports the occurrence of a non-fatal error in decoding.
Reports the occurrence of a non-fatal error in encoding.
wasFocused - field in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
Not used.
This method returns true if the given JInternalFrame has been iconized and the bounds of its DesktopIcon are valid.
wasNull() - method in class 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 class 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 class java.sql.SQLInput
This method tests whether or not the last value read was a SQL NULL value.
WAVE - static field in class javax.sound.sampled.AudioFileFormat.Type
The WAVE format.
WCharHolder - class gnu.CORBA.WCharHolder
A holder for CORBA char that is mapped into java char.
WCharHolder() - constructor for class gnu.CORBA.WCharHolder
Constructs an instance of WCharHolder, initializing value to 0 .
WCharHolder(char) - constructor for class gnu.CORBA.WCharHolder
Constructs an instance of WCharHolder, initializing value to the given char.
WCharSeqHelper - class org.omg.CORBA.WCharSeqHelper
Provides static helper methods for working with CORBA sequence of char (WCharSeq).
WCharSeqHolder - class org.omg.CORBA.WCharSeqHolder
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 value to null.
WCharSeqHolder(char[]) - constructor for class org.omg.CORBA.WCharSeqHolder
Constructs an instance of WCharSeqHolder, initializing value to the given char[].
WeakHashMap - class java.util.WeakHashMap
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(java.util.Map) - constructor for class java.util.WeakHashMap
Construct a new WeakHashMap with the same mappings as the given map.
WeakReference - class java.lang.ref.WeakReference
A weak reference will be cleared, if the object is only weakly reachable.
WeakReference(java.lang.Object) - constructor for class java.lang.ref.WeakReference
Create a new weak reference, that is not registered to any queue.
Create a new weak reference.
WEDNESDAY - static field in class java.util.Calendar
Constant representing Wednesday.
WEEK_OF_MONTH - static field in class java.util.Calendar
Constant representing the week of the month time field.
WEEK_OF_MONTH - static field in class java.text.DateFormat.Field
WEEK_OF_MONTH_FIELD - static field 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 field in class java.util.Calendar
Constant representing the week of the year field.
WEEK_OF_YEAR - static field in class java.text.DateFormat.Field
WEEK_OF_YEAR_FIELD - static field in class java.text.DateFormat
Represents the position of the week of the year pattern character in the array of localized pattern characters.
weight - field in class java.awt.font.GlyphJustificationInfo
WEIGHT - static field in class java.awt.font.TextAttribute
A key for the WEIGHT attribute.
WEIGHT_BOLD - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_DEMIBOLD - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_DEMILIGHT - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_EXTRA_LIGHT - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_EXTRABOLD - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_HEAVY - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_LIGHT - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_MEDIUM - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_REGULAR - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_SEMIBOLD - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
WEIGHT_ULTRABOLD - static field in class java.awt.font.TextAttribute
A value that can be used with the WEIGHT attribute.
weightx - field in class java.awt.GridBagConstraints
weighty - field in class java.awt.GridBagConstraints
This filter reports fatal exceptions in the case of event streams that are not well formed.
WellFormednessFilter() - constructor for class gnu.xml.pipeline.WellFormednessFilter
Swallows all events after performing well formedness checks.
Passes events through to the specified consumer, after first processing them.
WEST - static field in class java.awt.BorderLayout
Constant indicating the left side of the container
WEST - static field in class java.awt.GridBagConstraints
Position to the west.
WEST - static field in class javax.swing.SpringLayout
The left edge of a component.
WEST - static field in class javax.swing.SwingConstants
westPane - field in class javax.swing.plaf.basic.BasicInternalFrameUI
The JComponent placed at the west region of the JInternalFrame.
WHEEL_BLOCK_SCROLL - static field in class java.awt.event.MouseWheelEvent
Indicates scrolling by blocks (pages).
WHEEL_UNIT_SCROLL - static field in class java.awt.event.MouseWheelEvent
Indicates scrolling by units (lines).
when - field in class java.awt.Event
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT - static field 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 field 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 field 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.
where - field in class gnu.javax.swing.text.html.parser.support.low.Token
The place of this token in the document.
WHILE_READING - static field in class gnu.CORBA.OrbFunctional
If the client has started to send the request message, the socket time out changes to the specified value.
WHITE - static field in class java.awt.Color
Constant for the color white: R=255, G=255, B=255.
WHITE_SPACE - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'white-space'.
whitespace - field in class gnu.xml.stream.CharactersImpl
WHITESPACE - static field 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 - field in class org.omg.CosNaming.NamingContextPackage.NotFound
The reason, explaining, why the binding cannot be found.
wide - field in class gnu.CORBA.IOR.CodeSets_profile
About wide character encoding (TCS-W).
wide_char_data - field in class gnu.CORBA.GIOP.CodeSetServiceContext
The encoding, used to transfer the wide character data.
width - field in class java.awt.geom.Arc2D.Double
The width of the box bounding the ellipse of this arc.
width - field in class java.awt.geom.Arc2D.Float
The width of the box bounding the ellipse of this arc.
width - field in class java.awt.Component.BltBufferStrategy
The width of the back buffers.
WIDTH - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'width'.
width - field in class java.awt.Dimension
The width of this object.
width - field in class java.awt.geom.Ellipse2D.Double
The width of the ellipse.
width - field in class java.awt.geom.Ellipse2D.Float
The width of the ellipse.
WIDTH - static field in class javax.swing.text.html.HTML.Attribute
The width attribute
WIDTH - static field in class java.awt.image.ImageObserver
The width of the image has been provided as the width argument to imageUpdate.
width - field in class java.awt.image.Raster
width - field in class java.awt.Rectangle
The width of the rectangle.
width - field in class java.awt.geom.Rectangle2D.Double
The width of the rectangle.
width - field in class java.awt.geom.Rectangle2D.Float
The width of the rectangle.
width - field in class java.awt.geom.RoundRectangle2D.Double
The width of this object.
width - field in class java.awt.geom.RoundRectangle2D.Float
The width of this object.
width - field in class java.awt.image.SampleModel
Width of image described.
width - field in class javax.swing.table.TableColumn
The width.
WIDTH - static field in class java.awt.font.TextAttribute
A key for the WIDTH attribute.
WIDTH_CONDENSED - static field in class java.awt.font.TextAttribute
A value that can be used with the WIDTH attribute.
WIDTH_EXTENDED - static field in class java.awt.font.TextAttribute
A value that can be used with the WIDTH attribute.
WIDTH_REGULAR - static field in class java.awt.font.TextAttribute
A value that can be used with the WIDTH attribute.
WIDTH_SEMI_CONDENSED - static field in class java.awt.font.TextAttribute
A value that can be used with the WIDTH attribute.
WIDTH_SEMI_EXTENDED - static field in class java.awt.font.TextAttribute
A value that can be used with the WIDTH attribute.
WildcardType - interface java.lang.reflect.WildcardType
Represents a wildcard type expression, where the type variable is unnamed.
WIND_EVEN_ODD - static field in class java.awt.geom.GeneralPath
WIND_EVEN_ODD - static field in class 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 field in class java.awt.geom.GeneralPath
WIND_NON_ZERO - static field in class 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 field in class javax.accessibility.AccessibleRole
A top level window with no title or border.
Window - class gnu.gcj.xlib.Window
An X11 window.
Window - class java.awt.Window
This class represents a top-level window with no decorations.
window - static field in class java.awt.SystemColor
The window background color.
Window(gnu.gcj.xlib.Display,int) - constructor for class gnu.gcj.xlib.Window
Window(java.awt.Frame) - constructor for class java.awt.Window
Initializes a new instance of Window with the specified parent.
Window(java.awt.Window) - constructor for class java.awt.Window
Initializes a new instance of Window with the specified parent.
Initializes a new instance of Window with the specified parent.
WINDOW_ACTIVATED - static field in class java.awt.event.WindowEvent
This is the id for a window that is activated.
WINDOW_BORDER - static field in class java.awt.SystemColor
Array index of the window border color.
WINDOW_CLOSED - static field in class java.awt.event.WindowEvent
This is the id for a window that finished closing.
WINDOW_CLOSING - static field in class java.awt.event.WindowEvent
This is the id for a window that is about to close.
WINDOW_DEACTIVATED - static field in class java.awt.event.WindowEvent
This is the id for a window that is de-activated.
WINDOW_DEICONIFIED - static field in class java.awt.event.WindowEvent
This is the id for a window that is de-iconified.
WINDOW_DEICONIFY - static field in class java.awt.Event
WINDOW_DESTROY - static field in class java.awt.Event
WINDOW_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for window events.
WINDOW_EXPOSE - static field in class java.awt.Event
WINDOW_FIRST - static field 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 field in class java.awt.AWTEvent
Mask for window focus events.
WINDOW_GAINED_FOCUS - static field in class java.awt.event.WindowEvent
This is the id for a window becoming the focused window.
WINDOW_ICONIFIED - static field in class java.awt.event.WindowEvent
This is the id for a window that is iconified.
WINDOW_ICONIFY - static field in class java.awt.Event
WINDOW_LAST - static field 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 field in class java.awt.event.WindowEvent
This is the id for a window losing all focus.
WINDOW_MOVED - static field in class java.awt.Event
WINDOW_OPENED - static field in class java.awt.event.WindowEvent
This is the id for a window that is opened.
WINDOW_STATE_CHANGED - static field in class java.awt.event.WindowEvent
This is the id for a window state change, such as maximization.
WINDOW_STATE_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for window state events.
WINDOW_TEXT - static field in class java.awt.SystemColor
Array index of the window text color.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when a window is activated.
WindowAdapter - class java.awt.event.WindowAdapter
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.
WindowAttributes - class gnu.gcj.xlib.WindowAttributes
Collection of attributes that can be applied to or read from an X11 window.
WindowAttributes() - constructor for class gnu.gcj.xlib.WindowAttributes
The basic constructor.
WindowAttributes(gnu.gcj.xlib.Window) - constructor for class gnu.gcj.xlib.WindowAttributes
windowBorder - static field in class java.awt.SystemColor
The window border color.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when the window is closed.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the floating window is closed.
Receives notification when the popup menu is closing and deselects the menu.
Implements this method from the interface with an empty method body.
This method is called when the user calls the system menu close function, giving the program a chance to cancel the close.
WindowConstants - interface javax.swing.WindowConstants
Defines some constants that are used in Swing's top-level containers.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when the window is deactivated.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when the window is deiconified.
WindowEvent - class java.awt.event.WindowEvent
This event is generated when there is a change in a window.
WindowEvent(java.awt.Window,int) - constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent(java.awt.Window,int,int,int) - constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent(java.awt.Window,int,java.awt.Window) - constructor for class java.awt.event.WindowEvent
Initializes a new instance of WindowEvent with the specified parameters.
Initializes a new instance of WindowEvent with the specified parameters.
WindowFocusListener - interface java.awt.event.WindowFocusListener
This interface is for classes that wish to monitor events for window focus changes.
windowForComponent(java.awt.Component) - static method in class gnu.java.awt.AWTUtilities
Equivalent to calling getAncestorOfClass(Window, comp).
windowForComponent(java.awt.Component) - static method in class javax.swing.SwingUtilities
Equivalent to calling getAncestorOfClass(Window, comp).
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when a window gains focus.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when the window is iconified.
windowInit() - method in class javax.swing.JWindow
WindowListener - interface java.awt.event.WindowListener
This interface is for classes that wish to monitor events for window changes.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when a window loses focus.
windowMenu - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The JMenu inside the menuBar.
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when the window is made visible.
WindowPeer - interface java.awt.peer.WindowPeer
Windows1250 - class gnu.java.nio.charset.Windows1250
Encoding table for Windows-1250-Latin-1, aka cp1250 or Windows-1250 or whatever.
Windows1250() - constructor for class gnu.java.nio.charset.Windows1250
Windows1251 - class gnu.java.nio.charset.Windows1251
Encoding table for Windows-1251 Cyrillic char set.
Windows1251() - constructor for class gnu.java.nio.charset.Windows1251
Windows1252 - class gnu.java.nio.charset.Windows1252
Encoding table for Windows-1252-Latin-1, aka cp1252 or Windows-1252 or whatever.
Windows1252() - constructor for class gnu.java.nio.charset.Windows1252
Windows1253 - class gnu.java.nio.charset.Windows1253
Encoding table for Windows-1253 Greek char set.
Windows1253() - constructor for class gnu.java.nio.charset.Windows1253
Windows1254 - class gnu.java.nio.charset.Windows1254
Encoding table for Windows-1254 Turkish char set.
Windows1254() - constructor for class gnu.java.nio.charset.Windows1254
Windows1255 - class gnu.java.nio.charset.Windows1255
Encoding table for Windows-1255 Hebrew char set.
Windows1255() - constructor for class gnu.java.nio.charset.Windows1255
Windows1256 - class gnu.java.nio.charset.Windows1256
Encoding table for Windows-1256 Arabic char set.
Windows1256() - constructor for class gnu.java.nio.charset.Windows1256
Windows1257 - class gnu.java.nio.charset.Windows1257
Encoding table for Windows-1257 Baltic char set.
Windows1257() - constructor for class gnu.java.nio.charset.Windows1257
Windows1258 - class gnu.java.nio.charset.Windows1258
Encoding table for Windows-1258 Arabic char set.
Windows1258() - constructor for class gnu.java.nio.charset.Windows1258
Handles this event by dispatching it to the "a" and "b" listener instances.
Implements this method from the interface with an empty method body.
This method is called when the window state is changed, because of iconification or maximization.
WindowStateListener - interface java.awt.event.WindowStateListener
This interface is for classes that wish to monitor events for window state changes.
windowText - static field in class java.awt.SystemColor
The window text color.
WinListener(javax.swing.JPopupMenu) - constructor for class javax.swing.JMenu.WinListener
Creates a new WinListener.
withDefault(org.omg.CORBA.Policy[]) - static method in class gnu.CORBA.Poa.StandardPolicies
Convert the potentially incomplete policy array into array, containing the complete policy set.
WMSizeHints - class gnu.gcj.xlib.WMSizeHints
Size hints for an X11 window in its normal state.
WMSizeHints() - constructor for class gnu.gcj.xlib.WMSizeHints
The basic constructor.
WORD - static field in class javax.accessibility.AccessibleText
Constant designating that the next selection should be a word.
WORD_SPACING - static field in class javax.swing.text.html.CSS.Attribute
The CSS attribute 'word-spacing'.
WordBreakIterator - class gnu.java.text.WordBreakIterator
WordBreakIterator() - constructor for class gnu.java.text.WordBreakIterator
This method initializes a new instance of BreakIterator.
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[]) - static method in class java.nio.ByteBuffer
Wraps a byte array into a ByteBuffer object.
wrap(byte[],int,int) - static method in class java.nio.ByteBuffer
Wraps a byte array into a ByteBuffer object.
wrap(byte[],int,int) - method in class javax.security.sasl.SaslClient
Wraps a byte array to be sent to the server.
wrap(byte[],int,int) - method in class javax.security.sasl.SaslServer
Wraps a byte array to be sent to the client.
Applies per-message security services over the established security context.
wrap(char[]) - static method in class java.nio.CharBuffer
Wraps a char array into a CharBuffer object.
wrap(char[],int,int) - static method in class java.nio.CharBuffer
Wraps a char array into a CharBuffer object.
wrap(double[]) - static method in class java.nio.DoubleBuffer
Wraps a double array into a DoubleBuffer object.
wrap(double[],int,int) - static method in class java.nio.DoubleBuffer
Wraps a double array into a DoubleBuffer object.
wrap(float[]) - static method in class java.nio.FloatBuffer
Wraps a float array into a FloatBuffer object.
wrap(float[],int,int) - static method in class java.nio.FloatBuffer
Wraps a float array into a FloatBuffer object.
wrap(int[]) - static method in class java.nio.IntBuffer
Wraps a int array into a IntBuffer object.
wrap(int[],int,int) - static method in class java.nio.IntBuffer
Wraps a int array into a IntBuffer object.
Allows to apply per-message security services over the established security context.
wrap(java.lang.CharSequence) - static method in class java.nio.CharBuffer
Wraps a character sequence into a CharBuffer object.
wrap(java.lang.CharSequence,int,int) - static method in class java.nio.CharBuffer
Wraps a character sequence into a CharBuffer object.
wrap(java.security.Key) - method in class javax.crypto.Cipher
Wrap a key.
wrap(long[]) - static method in class java.nio.LongBuffer
Wraps a long array into a LongBuffer object.
wrap(long[],int,int) - static method in class java.nio.LongBuffer
Wraps a long array into a LongBuffer object.
wrap(short[]) - static method in class java.nio.ShortBuffer
Wraps a short array into a ShortBuffer object.
wrap(short[],int,int) - static method in class java.nio.ShortBuffer
Wraps a short array into a ShortBuffer object.
WRAP_MODE - static field in class javax.crypto.Cipher
The key wrapping operation mode.
WRAP_TAB_LAYOUT - static field in class javax.swing.JTabbedPane
Indicates that the TabbedPane is in wrap mode.
wrapException(java.lang.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(java.lang.Throwable) - method in class 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.
wrapException(java.lang.Throwable) - method in class gnu.javax.rmi.CORBA.UtilDelegateImpl
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 javax.swing.text.WrappedPlainView
WrappedPlainView(javax.swing.text.Element) - constructor for class javax.swing.text.WrappedPlainView
writable - field in class gnu.java.awt.peer.gtk.GdkPixbufDecoder.ImageFormatSpec
writableAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that sets the editor in read-write mode.
WritableByteChannel - interface java.nio.channels.WritableByteChannel
WritableRaster - class java.awt.image.WritableRaster
WritableRenderedImage - interface java.awt.image.WritableRenderedImage
NEEDS DOCUMENTATION
WRITE - static field in class gnu.java.nio.channels.FileChannelImpl
write() - method in class javax.swing.text.AbstractWriter
This method must be overridden by a concrete subclass.
write(b[]) - method in class gnu.java.io.NullOutputStream
write(b[],int,int) - method in class gnu.java.io.NullOutputStream
write(byte[]) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Write bytes directly into the underlying stream.
write(byte[]) - method in class gnu.CORBA.CDR.AbstractDataOutput
Write the complete byte array.
write(byte[]) - method in class gnu.java.net.protocol.http.ByteArrayRequestBodyWriter
Writes body content to the supplied buffer.
write(byte[]) - method in class javax.crypto.CipherOutputStream
Write a byte array to the output stream.
write(byte[]) - method in class gnu.javax.rmi.CORBA.CorbaOutput
write(byte[]) - method in class gnu.java.net.CRLFOutputStream
Writes a byte array to the underlying stream.
write(byte[]) - method in class java.io.DataOutput
This method writes the raw byte array passed in to the output stream.
write(byte[]) - method in class java.io.FileOutputStream
This method writes all the bytes in the specified array to the file.
write(byte[]) - method in class java.io.FilterOutputStream
This method writes all the bytes in the specified array to the underlying OutputStream.
write(byte[]) - method in class java.util.zip.GZIPOutputStream
This method writes all the bytes in the specified array to the underlying OutputStream.
write(byte[]) - method in class javax.imageio.stream.ImageOutputStream
Writes an array into the stream.
write(byte[]) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an array into the stream.
write(byte[]) - method in class java.io.ObjectOutput
This method writes all the bytes in the specified byte array to the output stream.
write(byte[]) - method in class java.io.ObjectOutputStream
write(byte[]) - method in class java.io.OutputStream
This method all the writes bytes from the passed array to the output stream.
write(byte[]) - method in class java.io.RandomAccessFile
This method writes all the bytes in the specified array to the file.
write(byte[]) - method in class gnu.java.net.protocol.http.RequestBodyWriter
Writes body content to the supplied buffer.
write(byte[]) - method in class gnu.xml.dom.ls.WriterOutputStream
This method all the writes bytes from the passed array to the output stream.
write(byte[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Write bytes directly into the underlying stream.
write(byte[],int,int) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes len bytes from the specified byte array buf starting at position offset into the buffer to the underlying output stream.
This method writes len bytes from the byte array buf starting at position offset in the buffer.
This method writes len bytes from the passed in array buf starting at index offset into the internal buffer.
write(byte[],int,int) - method in class java.util.zip.CheckedOutputStream
Writes the byte array to the OutputStream and updates the Checksum.
write(byte[],int,int) - method in class javax.crypto.CipherOutputStream
Write a portion of a byte array to the output stream.
write(byte[],int,int) - method in class gnu.javax.rmi.CORBA.CorbaOutput
write(byte[],int,int) - method in class gnu.java.net.CRLFOutputStream
Writes a portion of a byte array to the underlying stream.
write(byte[],int,int) - method in class java.io.DataOutput
This method writes raw bytes from the passed array buf starting offset bytes into the buffer.
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(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.security.DigestOutputStream
Updates the hash if the on flag is true and then writes the bytes to the underlying output stream.
write(byte[],int,int) - method in class javax.imageio.stream.FileCacheImageOutputStream
Writes a region of data from an array into the stream.
write(byte[],int,int) - method in class gnu.java.nio.channels.FileChannelImpl
write(byte[],int,int) - method in class javax.imageio.stream.FileImageOutputStream
Writes a region of data from an array into the stream.
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(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(byte[],int,int) - method in class java.util.zip.GZIPOutputStream
Writes a len bytes from an array to the compressed stream.
write(byte[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes a region of data from an array into the stream.
write(byte[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a region of data from an array into the stream.
write(byte[],int,int) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
This method writes len bytes from the specified byte array buf starting at position offset into the buffer to the underlying output stream.
write(byte[],int,int) - method in class java.rmi.server.LogStream
write(byte[],int,int) - method in class javax.imageio.stream.MemoryCacheImageOutputStream
Writes a region of data from an array into the stream.
write(byte[],int,int) - method in class java.io.ObjectOutput
This method writes len bytes from the specified array starting at index offset into that array.
write(byte[],int,int) - method in class java.io.ObjectOutputStream
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(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(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(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(byte[],int,int) - method in class gnu.gcj.io.SimpleSHSStream
This method writes len bytes from the specified byte array buf starting at position offset into the buffer to the underlying output stream.
write(byte[],int,int) - method in class javax.sound.sampled.SourceDataLine
Write audio data to this line.
write(byte[],int,int) - method in class gnu.xml.dom.ls.WriterOutputStream
This method writes len bytes from the specified array b starting at index off into the array.
write(byte[],int,int) - method in class java.util.zip.ZipOutputStream
Writes the given buffer to the current entry.
write(cbuf[],int,int) - method in class gnu.java.rmi.rmic.TabbedWriter
write(char) - method in class javax.swing.text.AbstractWriter
Write a single character.
write(char[]) - method in class java.io.PrintWriter
This method write all the chars in the specified array to the output.
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 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(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(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(char[],int,int) - method in class gnu.gcj.convert.CharsetToBytesAdaptor
Convert chars to bytes.
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(char[],int,int) - method in class gnu.gcj.convert.Output_8859_1
write(char[],int,int) - method in class gnu.gcj.convert.Output_ASCII
write(char[],int,int) - method in class gnu.gcj.convert.Output_EUCJIS
Convert chars to bytes.
write(char[],int,int) - method in class gnu.gcj.convert.Output_iconv
Convert chars to bytes.
write(char[],int,int) - method in class gnu.gcj.convert.Output_JavaSrc
Convert chars to bytes.
write(char[],int,int) - method in class gnu.gcj.convert.Output_SJIS
Convert chars to bytes.
write(char[],int,int) - method in class gnu.gcj.convert.Output_UnicodeLittleUnmarked
Convert chars to bytes.
write(char[],int,int) - method in class gnu.gcj.convert.Output_UTF8
Convert chars to bytes.
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(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(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(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(char[],int,int) - method in class gnu.gcj.convert.UnicodeToBytes
Convert chars to bytes.
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 the context to the given stream, including the code sets id.
Write the code set profile information into the given input stream.
Write the internet profile (except the heading tag.
write(gnu.CORBA.CDR.AbstractCdrOutput) - method in class gnu.CORBA.GIOP.ReplyHeader
Writes the header to the stream.
write(gnu.CORBA.CDR.AbstractCdrOutput) - method in class gnu.CORBA.GIOP.v1_0.ReplyHeader
Writes the header to the stream.
write(gnu.CORBA.CDR.AbstractCdrOutput) - method in class gnu.CORBA.GIOP.v1_2.ReplyHeader
Writes the header to the stream.
write(gnu.CORBA.CDR.AbstractCdrOutput) - method in class gnu.CORBA.GIOP.RequestHeader
Writes the header to the stream.
write(gnu.CORBA.CDR.AbstractCdrOutput) - method in class gnu.CORBA.GIOP.v1_0.RequestHeader
Writes the header to the stream.
write(gnu.CORBA.CDR.AbstractCdrOutput) - method in class gnu.CORBA.GIOP.v1_2.RequestHeader
Write the header to the given stream.
Write the context values into the stream.
Write data about unknown exception.
write(int) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Write a single byte.
write(int) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes the specified byte (passed as an int) to the underlying output stream.
write(int) - method in class java.io.BufferedOutputStream
This method writes a single byte of data.
write(int) - method in class java.io.BufferedWriter
This method writes a single char of data.
write(int) - method in class java.io.ByteArrayOutputStream
This method writes the writes the specified byte into the internal buffer.
write(int) - method in class gnu.java.nio.ChannelOutputStream
write(int) - method in class java.io.CharArrayWriter
This method writes the writes the specified char into the internal buffer.
write(int) - method in class java.util.zip.CheckedOutputStream
Writes one byte to the OutputStream and updates the Checksum.
write(int) - method in class javax.crypto.CipherOutputStream
Write a single byte to the output stream.
write(int) - method in class gnu.javax.rmi.CORBA.CorbaOutput
write(int) - method in class gnu.java.net.CRLFOutputStream
Writes a character to the underlying stream.
write(int) - method in class java.io.DataOutput
This method writes an 8-bit value (passed into the method as a Java int) to an output stream.
write(int) - method in class java.io.DataOutputStream
This method writes the specified byte (passed as an int) to the underlying output stream.
write(int) - method in class java.util.zip.DeflaterOutputStream
Writes a single byte to the compressed output stream.
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(int) - method in class javax.imageio.stream.FileCacheImageOutputStream
Writes an int into the stream.
write(int) - method in class gnu.java.nio.channels.FileChannelImpl
write(int) - method in class javax.imageio.stream.FileImageOutputStream
Writes an int into the stream.
write(int) - method in class java.io.FileOutputStream
This method writes a single byte of data to the file.
write(int) - method in class java.io.FilterOutputStream
This method writes a single byte of output to the underlying OutputStream.
write(int) - method in class java.io.FilterWriter
This method writes a single char of output to the underlying Writer.
write(int) - method in class java.util.zip.GZIPOutputStream
Writes a single byte to the compressed output stream.
write(int) - method in class javax.imageio.stream.ImageOutputStream
Writes an int into the stream.
write(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an int into the stream.
write(int) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
This method writes the specified byte (passed as an int) to the underlying output stream.
write(int) - method in class java.rmi.server.LogStream
write(int) - method in class javax.imageio.stream.MemoryCacheImageOutputStream
Writes an int into the stream.
write(int) - method in class gnu.java.io.NullOutputStream
This method writes a single byte to the output stream.
write(int) - method in class java.io.ObjectOutput
This method writes the specified byte to the output stream.
write(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(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(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(int) - method in class java.io.PipedWriter
Write a single char of date to the stream.
write(int) - method in class java.io.PrintStream
This method writes a byte of data to the stream.
write(int) - method in class java.io.PrintWriter
This method writes a single char to the stream.
write(int) - method in class java.io.RandomAccessFile
This method writes a single byte of data to the file.
write(int) - method in class gnu.gcj.io.SimpleSHSStream
This method writes the specified byte (passed as an int) to the underlying output stream.
write(int) - method in class java.io.StringWriter
This method writes a single character to the output, storing it in the internal buffer.
write(int) - method in class gnu.java.rmi.rmic.TabbedWriter
write(int) - method in class java.io.Writer
This method writes a single char to the output stream.
write(int) - method in class gnu.xml.dom.ls.WriterOutputStream
This method writes a single byte to the output stream.
write(java.awt.image.RenderedImage) - method in class javax.imageio.ImageWriter
Write a rendered image to the output stream.
Write an image to a file using a registered writer that supports the given format, overwriting the file if it already exists.
Write an image to an output stream using a registered writer that supports the given format.
Write an image to an ImageOutputStream using a registered writer that supports the given format.
write(java.io.DataOutput) - method in class java.rmi.server.UID
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.id.JdwpId
Writes the contents of this type to the DataOutputStream
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.transport.JdwpPacket
Writes the packet to the output stream
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.util.LineTable
Writes this line table to the given DataOutputStream.
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.util.Location
Write the given location to an output stream.
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.id.ObjectId
Writes the id to the stream
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.id.ReferenceTypeId
Outputs the reference type ID to the given output stream
write(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.util.VariableTable
Writes this line table to the given DataOutputStream.
write(java.io.ObjectOutput) - method in class java.rmi.server.ObjID
write(java.io.OutputStream) - method in class gnu.javax.imageio.bmp.BMPFileHeader
Writes the header to an output stream, which is not closed or flushed.
write(java.io.OutputStream) - method in class java.awt.color.ICC_Profile
Writes the profile data in ICC profile file-format to a stream.
write(java.io.OutputStream) - method in class java.util.jar.Manifest
XXX
write(java.io.OutputStream) - method in class gnu.CORBA.GIOP.MessageHeader
Write the header to stream.
write(java.io.OutputStream) - method in class gnu.CORBA.Version
Write into the output stream, major number first.
write(java.io.OutputStream,gnu.java.security.der.DERValue) - static method in class gnu.java.security.der.DERWriter
Write the big decimal as CORBA fixed<.code>.
Writes the Document (or a fragment of the Document) to an OutputStream in the supported content type format.
write(java.io.Writer) - method in class javax.swing.text.JTextComponent
Write the content of this component to the given stream.
Writes the Document (or a fragment of the Document) to a Writer in the supported content type format.
Writes content from a document to the given stream in an appropriate format.
write(java.lang.String) - method in class javax.swing.text.AbstractWriter
Write a String.
write(java.lang.String) - method in class gnu.java.net.CRLFOutputStream
Writes the specified ASCII string to the underlying stream.
write(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLDocument
write(java.lang.String) - method in class java.awt.color.ICC_Profile
Writes the profile data to an ICC profile file.
write(java.lang.String) - method in class java.io.PrintWriter
This method writes the contents of the specified String to the underlying stream.
write(java.lang.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(java.lang.String) - method in class java.io.Writer
This method writes all the characters in a String to the output.
write(java.lang.String) - method in class gnu.xml.util.XMLWriter
Writes the string as if characters() had been called on the contents of the string.
This method writes len chars from the String str starting at position offset in the string.
This method writes len chars from the passed in String buf starting at index offset into the internal buffer.
This method writes len chars from the String starting at position offset.
This method writes count bytes from the specified String starting at position offset into the String.
This method writes count chars from the specified String to the output starting at character position offset into the String
This method writes out len characters of the specified String to the stream starting at character position offset into the stream.
write(java.lang.String,int,int) - method in class gnu.java.rmi.rmic.TabbedWriter
write(java.lang.String,int,int) - method in class java.io.Writer
This method writes len chars from the String starting at position offset.
write(java.lang.String,int,int,char[]) - method in class gnu.gcj.convert.Output_8859_1
Convert chars to bytes.
write(java.lang.String,int,int,char[]) - method in class gnu.gcj.convert.Output_ASCII
write(java.lang.String,int,int,char[]) - method in class gnu.gcj.convert.Output_EUCJIS
Convert chars to bytes.
write(java.lang.String,int,int,char[]) - method in class gnu.gcj.convert.Output_SJIS
Convert chars to bytes.
write(java.lang.String,int,int,char[]) - method in class gnu.gcj.convert.UnicodeToBytes
Convert chars to bytes.
write(java.nio.ByteBuffer) - method in class java.nio.channels.DatagramChannel
Writes data to this channel.
write(java.nio.ByteBuffer) - method in class gnu.java.nio.DatagramChannelImpl
Writes data to this channel.
write(java.nio.ByteBuffer) - method in class java.nio.channels.FileChannel
Writes data to the channel.
write(java.nio.ByteBuffer) - method in class gnu.java.nio.channels.FileChannelImpl
Writes data to the channel.
write(java.nio.ByteBuffer) - method in class gnu.java.nio.OutputStreamChannel
Writes a sequence of bytes to this channel from the given buffer
write(java.nio.ByteBuffer) - method in class java.nio.channels.SocketChannel
Writes data to the channel.
write(java.nio.ByteBuffer) - method in class gnu.java.nio.SocketChannelImpl
write(java.nio.ByteBuffer) - method in class java.nio.channels.WritableByteChannel
Writes a sequence of bytes to this channel from the given buffer
write(java.nio.ByteBuffer,long) - method in class java.nio.channels.FileChannel
Writes data to the channel.
write(java.nio.ByteBuffer,long) - method in class gnu.java.nio.channels.FileChannelImpl
Writes data to the channel.
write(java.nio.ByteBuffer[]) - method in class java.nio.channels.DatagramChannel
Writes data to this channel.
write(java.nio.ByteBuffer[]) - method in class java.nio.channels.FileChannel
Writes data to the channel.
write(java.nio.ByteBuffer[]) - method in class java.nio.channels.GatheringByteChannel
Writes a sequence of bytes to this channel from the given buffers
Writes a sequence of bytes to this channel from the given buffers
write(java.nio.ByteBuffer[]) - method in class java.nio.channels.SocketChannel
Writes data to the channel.
write(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.DatagramChannel
Writes data to this channel.
Writes data to this channel.
write(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.FileChannel
Writes data to the channel.
write(java.nio.ByteBuffer[],int,int) - method in class gnu.java.nio.channels.FileChannelImpl
Writes data to the channel.
Writes a sequence of bytes to this channel from a subsequence of the given buffers
Writes a sequence of bytes to this channel from a subsequence of the given buffers
write(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.SocketChannel
Writes data to the channel.
Writes a sequence of bytes to this channel from a subsequence of the given buffers
write(javax.imageio.IIOImage) - method in class javax.imageio.ImageWriter
Write a image data, metadata and thumbnails to the output stream.
Write an image stream, including thumbnails and metadata to the output stream.
Write a sequence to a file using the specified MIDI file type.
write(javax.sound.midi.Sequence,int,java.io.File) - static method in class javax.sound.midi.MidiSystem
Write a sequence to a file using a specific MIDI file format.
Write a sequence to a stream using the specified MIDI file type.
Write a sequence to an output stream using a specific MIDI file format.
Write audio data to a file.
Write an audio input stream to the given file, using the specified audio file format.
Write audio data to an output stream.
Write an audio input stream to the given output stream, using the specified audio file format.
write(Node,LSOutput) - method in class gnu.xml.dom.ls.DomLSSerializer
Write the header.
write(org.omg.CORBA.portable.OutputStream) - method in class gnu.CORBA.GIOP.v1_0.CancelHeader
Write the header.
Write into CDR stream.
Writes the boolean[] into the given stream.
write(org.omg.CORBA.portable.OutputStream,byte[]) - static method in class org.omg.PortableInterceptor.ObjectIdHelper
Write the Object Id as a byte array.
Writes the byte[] into the given stream.
Writes the char[] into the given stream.
Writes the char[] into the given stream.
Writes the double[] into the given stream.
Writes the float[] into the given stream.
write(org.omg.CORBA.portable.OutputStream,int) - static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
Write the int (adapter manager id) to the CDR output stream.
Write the ComponentId to the CDR output stream (as int).
Write the int (policy type) to the CDR output stream.
Write the ProfileId to the CDR output stream.
Write the ServiceId to the CDR output stream.
Writes the int[] into the given stream.
Writes the int[] into the given stream.
Write the value base into the given stream.
Write the value base into the given stream.
Write the value base into the given stream, stating that it is an instance of the given class.
Write value when its repository Id is explicitly given.
Write the value base into the given stream, supplementing it with an array of the provided repository ids plus the repository id, derived from the passed value.
Write standard value type header, followed by contents, produced by the boxed value helper.
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
Delegates functionality to OutputStream.write_string(String).
Calls OutputStream.write_string().
Calls OutputStream.write_string().
Calls OutputStream.write_string().
Calls OutputStream.write_string().
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
Calls OutputStream.write_string().
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.PortableInterceptor.ORBIdHelper
Calls OutputStream.write_string().
Calls OutputStream.write_string().
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.PortableInterceptor.ServerIdHelper
Calls OutputStream.write_string().
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
Delegates functionality to OutputStream.write_string(String).
Writes a string as a value type.
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
Delegates functionality to OutputStream.write_string(String).
Calls OutputStream.write_string().
Writes a wide string as a value type.
write(org.omg.CORBA.portable.OutputStream,java.lang.String[]) - static method in class org.omg.PortableInterceptor.AdapterNameHelper
Writes the String[] into the given stream.
Writes the String[] into the given stream.
Writes the String[] into the given stream.
Writes the long[] into the given stream.
Writes the long[] into the given stream.
Writes the array of Any's into the given stream.
Writes the CompletionStatus into the given stream.
Write the Current to the CDR output stream (as IOR profile).
Write the definition kind (as int) to the CDR output stream.
Write the IDL type to the output stream (as CORBA object).
Write the exception to the CDR output stream.
Write the object into the given CDR output stream.
Write the enumeration value (as int) to the CDR output stream.
Write the object to the CDR output stream (as IOR profile).
Write the sequence of policies from the CDR intput stream.
Write the exception to the CDR output stream.
Write the service detail data to the given CDR output stream.
Write the service information to the given CDR output stream.
Write the enumeration value (as int) to the CDR output stream.
Write the StructMember to the input stream.
Write the CORBA TypeCode.
Write the union member to the given stream.
Write the exception to the CDR output stream.
Writes the value member to the given stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the array of bindings into the given CDR output stream.
Write the exception to the CDR output stream.
Write the binding type to the CDR output stream.
Write the named component into the CDR output stream.
Write the Name into the CDR output stream.
Write the given naming context into the given CDR output stream.
Write the given extended naming context into the given CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
This should read DynAny from the CDR input stream, but (following the JDK 1.5 API) it does not.
The method should write this object to the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynAnyFactory from the CDR input stream, but (following the JDK 1.5 API) it does not.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
This should read DynArray from the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynEnum from the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynFixed from the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynSequence from the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynStruct from the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynUnion from the CDR input stream, but (following the JDK 1.5 API) it does not.
This should read DynValue from the CDR input stream, but (following the JDK 1.5 API) it does not.
The method should write this object to the CDR input stream, but (following the JDK 1.5 API) it does not.
The method should write this object to the CDR input stream, but (following the JDK 1.5 API) it does not.
Write the structure to the CDR output stream.
Write the structure to the CDR output stream.
This should write the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the structure to the CDR output stream.
Write the context to the CDR output stream (first id, then data as a flexible length byte sequence).
Write the ServiceContext[] to the CDR output stream as a flexible length sequence.
Write the structure to the CDR output stream.
Write the structure to the CDR output stream.
Write the structure to the CDR output stream.
Not supported for compatibility reasons.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the IORInterceptor_3_0 to the CDR output stream (as IOR profile).
Write the ObjectReferenceFactory to the CDR output stream (as a ValueBase).
Write the object reference template (as the value type).
Writes the ObjectReferenceTemplate[] into the given stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Not supported for compatibility reasons.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
This should read POA from the CDR input stream, but, following the specs, it doesnot.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
Write the exception to the CDR output stream.
This should write the servant activator, but it cannot be transferred this way as its operations cannot be remote.
This should write the servant activator, but it cannot be transferred this way as its operations cannot be remote.
write(org.omg.CORBA.portable.OutputStream,short) - static method in class org.omg.PortableInterceptor.AdapterStateHelper
Write the short (adapter state) to the CDR output stream.
Delegates call to OutputStream.write_short().
write(org.omg.CORBA.portable.OutputStream,short) - static method in class org.omg.Messaging.SyncScopeHelper
Delegates call to OutputStream.write_short().
Write the visibility value (as short) to the CDR output stream.
Writes the short[] into the given stream.
Writes the short[] into the given stream.
write_Abstract(java.lang.Object) - method in class gnu.CORBA.CDR.AbstractCdrOutput
write_Abstract(java.lang.Object) - method in class org.omg.CORBA.DataOutputStream
Write abstract interface to the output stream.
write_abstract_interface(java.lang.Object) - method in class org.omg.CORBA_2_3.portable.OutputStream
Writes an abstract interface to the stream.
write_any(org.omg.CORBA.Any) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes an instance of the CORBA Any.
write_any(org.omg.CORBA.Any) - method in class org.omg.CORBA.DataOutputStream
Write Any to the output stream.
write_any(org.omg.CORBA.Any) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA Any.
Write array of Any's to the output stream.
write_boolean(boolean) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes a single byte, 0 for false, 1 for true.
write_boolean(boolean) - method in class org.omg.CORBA.DataOutputStream
Write boolean to the output stream.
write_boolean(boolean) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA boolean.
Writes the boolean array.
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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the lower byte of the passed parameter.
write_char(char) - method in class 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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the lower bytes of the passed array members.
write_char_array(char[],int,int) - method in class 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[].
Following the specification, this is not implemented.
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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the double value (IEEE 754 format).
write_double(double) - method in class org.omg.CORBA.DataOutputStream
Write double to the output stream.
write_double(double) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA double.
Writes the array of double values.
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 field in class java.util.logging.ErrorManager
Indicates that there was a problem upon writing to an output stream.
Writes CORBA fixed, storing all digits but not the scale.
write_fixed(java.math.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 class gnu.CORBA.CDR.AbstractCdrOutput
Write the float value (IEEE 754 format).
write_float(float) - method in class org.omg.CORBA.DataOutputStream
Write float to the output stream.
write_float(float) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA float.
Writes an array of the float values.
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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the integer value (CORBA long, four bytes, high byte first).
write_long(int) - method in class 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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the array of integer (CORBA long) values.
write_long_array(int[],int,int) - method in class 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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the long (CORBA long long) value, 8 bytes, high byte first.
write_longlong(long) - method in class 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.
Writes the array of longs (CORBA long longs) values.
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_null(gnu.CORBA.CDR.AbstractCdrOutput) - static method in class gnu.CORBA.IOR
Write a null value to the CDR output stream.
Read the CORBA object.
Write CORBA object reference to the output stream.
write_Object(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA (not java) Object.
write_octet(byte) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes this byte.
write_octet(byte) - method in class 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
Writes the array of bytes (CORBA octets) values.
write_octet_array(byte[],int,int) - method in class 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 the operation parameters.
Write the operation parameters.
write_Principal(org.omg.CORBA.Principal) - method in class org.omg.CORBA.portable.OutputStream
Should write a principal to the output stream, but, following specification, it does not and must be overridden to get a functionality.
write_sequence(byte[]) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes first the size of array, and then the byte array using the OutputStream.write(byte[]).
Writes the contents of the provided stream.
write_short(short) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes the two byte integer (short), high byte first.
write_short(short) - method in class 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.
Writes the array of short (two byte integer) values.
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(java.lang.String) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes the string.
write_string(java.lang.String) - method in class org.omg.CORBA.DataOutputStream
Write narrow (usually 8 bits per character) string to the output stream.
write_string(java.lang.String) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA string.
Write the TypeCode.
Write typecode to the output stream.
write_TypeCode(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.portable.OutputStream
Write TypeCode.
write_ulong(int) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes the CORBA unsigned long in the same way as CORBA long.
write_ulong(int) - method in class 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 class gnu.CORBA.CDR.AbstractCdrOutput
Writes the array of CORBA unsigned longs in the same way as array of ordinary longs.
write_ulong_array(int[],int,int) - method in class 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 class gnu.CORBA.CDR.AbstractCdrOutput
Write the unsigned long long in the same way as an ordinary long long.
write_ulonglong(long) - method in class 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 the array of unsingel long longs in the same way an an array of the ordinary long longs.
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 class gnu.CORBA.CDR.AbstractCdrOutput
Write the unsigned short in the same way as an ordinary short.
write_ushort(short) - method in class 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 an array of unsigned short integersin the same way as an array of ordinary short integers.
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(java.io.Serializable) - method in class org.omg.CORBA.DataOutputStream
Write value type to the output stream.
write_value(java.io.Serializable) - method in class org.omg.CORBA_2_3.portable.OutputStream
Writes a value type into the output stream.
write_value(java.io.Serializable,java.lang.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(java.io.Serializable,java.lang.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 value to the stream using the boxed value helper.
Writes out the value (without the typecode of the value), stored in this Any.
Write this value type to the CDR stream.
Write the instance to the stream.
Write the given string value into the output stream.
Write the given wide string value into the output stream.
write_wchar(char) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes the character as two byte short integer (Unicode value), high byte first.
write_wchar(char) - method in class 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 the array of wide chars.
write_wchar_array(char[],int,int) - method in class 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(java.lang.String) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Writes the length of the string in bytes (not characters) and then all characters as two byte unicode chars.
write_wstring(java.lang.String) - method in class org.omg.CORBA.DataOutputStream
Write wide (usually 16 bits per character) string to the output stream.
write_wstring(java.lang.String) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA wstring that is mapped into java string.
Reports that an image write operation is aborted.
This exception is thrown when another ObjectStreamException occurs during a serialization read or write.
Create a new WriteAbortedException with a specified message and cause.
Write abstract interface to the CORBA output stream.
Write abstract interface to the CORBA output stream.
Write abstract interface to the CORBA output stream.
Write the passed java object to the output stream in the form of the CORBA Any.
Write the passed java object to the output stream in the form of the CORBA Any.
Write the passed java object to the output stream in the form of the CORBA Any.
writeArray(java.sql.Array) - method in class java.sql.SQLOutput
This method writes the specified Java SQL Array object to the SQL stream.
This method writes the specified ASCII text stream to the SQL stream.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.AttributeImpl
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.CharactersImpl
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.CommentImpl
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.DTDImpl
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.EndElementImpl
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.EndEntityImpl
Writes this event to the specified writer.
Writes this event to the specified writer.
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.NamespaceImpl
Writes this event to the specified writer.
Writes this event to the specified writer.
Writes this event to the specified writer.
Writes this event to the specified writer.
Writes this event to the specified writer.
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class javax.xml.stream.events.XMLEvent
Writes this event to the specified writer.
writeAsEncodedUnicode(java.io.Writer) - method in class gnu.xml.stream.XMLEventImpl
Write an attribute.
Write an attribute.
Write an attribute.
Print the given AttributeSet as a sequence of assignment-like strings, e.g.
This method writes the specified Java BigDecimal to the SQL stream.
This method writes the specified uninterpreted binary byte stream to the SQL stream.
writeBit(int) - method in class javax.imageio.stream.ImageOutputStream
Writes a bit value to the stream.
writeBit(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a bit value to the stream.
writeBits(long,int) - method in class javax.imageio.stream.ImageOutputStream
Writes a number of bit values to the stream.
writeBits(long,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a number of bit values to the stream.
writeBlob(java.sql.Blob) - method in class java.sql.SQLOutput
This method writes the specified Java SQL Blob object to the SQL stream.
writeBoolean(boolean) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java boolean value to an output stream.
writeBoolean(boolean) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeBoolean(boolean) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a boolean value into the stream.
writeBoolean(boolean) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a boolean value into the stream.
writeBoolean(boolean) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
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 class java.sql.SQLOutput
This method writes the specified Java boolean to the SQL stream.
writeByte(byte) - method in class java.sql.SQLOutput
This method writes the specified Java byte to the SQL stream.
writeByte(int) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java byte value to an output stream.
writeByte(int) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeByte(int) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a byte value into the stream.
writeByte(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a byte value into the stream.
writeByte(int) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
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.
writeBytes(byte[]) - method in class java.sql.SQLOutput
This method writes the specified Java byte array to the SQL stream.
writeBytes(java.lang.String) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeBytes(java.lang.String) - method in class java.io.DataOutput
This method writes all the bytes in a String out to the stream.
This method writes all the bytes in a String out to the stream.
writeBytes(java.lang.String) - method in class javax.imageio.stream.ImageOutputStream
writeBytes(java.lang.String) - method in class javax.imageio.stream.ImageOutputStreamImpl
This method writes all the bytes in a String out to the stream.
writeCData(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write a CDATA section.
writeCData(java.lang.String) - method in class gnu.xml.stream.XMLStreamWriterImpl
writeChar(int) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java char value to an output stream.
writeChar(int) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeChar(int) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a character into the stream.
writeChar(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a character into the stream.
writeChar(int) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
Writes char in Little Endian.
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.
writeCharacters(char[],int,int) - method in class javax.xml.stream.XMLStreamWriter
Write the specified text.
writeCharacters(char[],int,int) - method in class gnu.xml.stream.XMLStreamWriterImpl
writeCharacters(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write the specified text.
This method writes the specified Java character stream to the SQL stream.
writeChars(char[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes characters to the stream.
writeChars(char[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes characters to the stream.
writeChars(java.lang.String) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeChars(java.lang.String) - method in class java.io.DataOutput
This method writes all the characters of a String to an output stream as an array of char's.
This method writes all the characters of a String to an output stream as an array of char's.
writeChars(java.lang.String) - method in class javax.imageio.stream.ImageOutputStream
Writes characters from a given String into the stream.
writeChars(java.lang.String) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes characters from a given String into the stream.
This method writes all the characters in a String to the stream.
writeChildren(java.io.ObjectOutputStream) - method in class java.beans.beancontext.BeanContextSupport
writeClob(java.sql.Clob) - method in class java.sql.SQLOutput
This method writes the specified Java SQL Clob object to the SQL stream.
writeComment(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write a comment.
writeComment(java.lang.String) - method in class gnu.xml.stream.XMLStreamWriterImpl
writeDate(java.sql.Date) - method in class java.sql.SQLOutput
This method writes the specified Java java.sql.Date to the SQL stream.
writeDefaultNamespace(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write a default namespace declaration.
writeDouble(double) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java double value to the stream.
writeDouble(double) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeDouble(double) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a double into the stream.
writeDouble(double) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a double into the stream.
writeDouble(double) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
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 class java.sql.SQLOutput
This method writes the specified Java double to the SQL stream.
writeDoubles(double[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes an array of double into the stream.
writeDoubles(double[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an array of double into the stream.
writeDTD(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write a DOCTYPE declaration.
writeDTD(java.lang.String) - method in class gnu.xml.stream.XMLStreamWriterImpl
Writes an element that has content consisting of a single integer, encoded as a decimal string.
Writes an element that has content consisting of a single string.
writeEmptyElement(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write an empty tag.
Write an empty tag.
Write an empty tag.
Writes an empty element.
writeEndDocument() - method in class javax.xml.stream.XMLStreamWriter
Closes any currently open tags.
writeEndDocument() - method in class gnu.xml.stream.XMLStreamWriterImpl
writeEndElement() - method in class javax.xml.stream.XMLStreamWriter
Closes the currently open tag.
writeEndElement() - method in class gnu.xml.stream.XMLStreamWriterImpl
writeEntityRef(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write an entity reference.
writeEntityRef(java.lang.String) - method in class gnu.xml.stream.XMLStreamWriterImpl
writeExternal(java.io.ObjectOutput) - method in class java.awt.datatransfer.DataFlavor
Serialize this class.
This method is responsible for writing the instance data of an object to the passed in stream.
writeExternal(java.io.ObjectOutput) - method in class gnu.java.rmi.server.UnicastRef
This method is responsible for writing the instance data of an object to the passed in stream.
writeFields() - method in class java.io.ObjectOutputStream
writeFloat(float) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java float value to the stream.
writeFloat(float) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeFloat(float) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a float into the stream.
writeFloat(float) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a float into the stream.
writeFloat(float) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
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 class java.sql.SQLOutput
This method writes the specified Java float to the SQL stream.
writeFloats(float[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes an array of float into the stream.
writeFloats(float[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an array of float into the stream.
Insert an image into the output stream.
writeInt(int) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java int value to an output stream.
writeInt(int) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeInt(int) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a int into the stream.
writeInt(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a int into the stream.
writeInt(int) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
Writes int in Little Endian.
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 class java.sql.SQLOutput
This method writes the specified Java int to the SQL stream.
writeInts(int[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes an array of int into the stream.
writeInts(int[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an array of int into the stream.
writeLineSeparator() - method in class javax.swing.text.AbstractWriter
Write a line separator using the output method, and then reset the current line length.
writeln() - method in class gnu.java.net.CRLFOutputStream
Writes a newline to the underlying stream.
writeln(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLDocument
writeLock() - method in class javax.swing.text.AbstractDocument
Blocks until a write lock can be obtained.
writeLong(long) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java long value to an output stream.
writeLong(long) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeLong(long) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a long into the stream.
writeLong(long) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a long into the stream.
writeLong(long) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
Writes long in Little Endian.
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 class java.sql.SQLOutput
This method writes the specified Java long to the SQL stream.
writeLongs(long[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes an array of long into the stream.
writeLongs(long[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an array of long into the stream.
Write a namespace declaration.
This method writes a object instance to a stream.
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(java.sql.SQLData) - method in class java.sql.SQLOutput
This method writes the specified Java SQLData object to the SQL stream.
Write this stub to the object output stream.
Write as CORBA object.
Write as CORBA object.
writeObjectOverride(java.lang.Object) - method in class gnu.javax.rmi.CORBA.CorbaOutput
Objects are written as abstract interfaces.
Do not write other objects.
This method allows subclasses to override the default serialization mechanism provided by ObjectOutputStream.
writePrefs() - method in class gnu.java.util.prefs.NodeWriter
Writes only the preference node.
writePrefsTree() - method in class gnu.java.util.prefs.NodeWriter
Writes the preference node plus the complete subtree.
Write a processing instruction.
Write a processing instruction.
Writer - class java.io.Writer
This abstract class forms the base of the hierarchy of classes that write output as a stream of chars.
writer - field in class gnu.xml.stream.XMLEventWriterImpl
writer - field in class gnu.xml.stream.XMLStreamWriterImpl
The underlying character stream to write to.
Writer() - constructor for class java.io.Writer
This is the default no-argument constructor for this class.
Writer(java.lang.Object) - constructor for class java.io.Writer
This method initializes a Writer that will synchronize on the specified Object.
writeRef(java.sql.Ref) - method in class java.sql.SQLOutput
This method writes the specified Java SQL Ref object to the SQL stream.
Write data to the CORBA output stream.
Write the passed parameter to the output stream as CORBA object.
Write the passed parameter to the output stream as CORBA object.
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(java.io.Serializable) - method in class javax.rmi.CORBA.ValueHandler
When the value provides the writeReplace method, the result of this method is written.
writeReplace(java.io.Serializable) - method in class gnu.javax.rmi.CORBA.ValueHandlerDelegateImpl
No replacement, returns the passed parameter.
WriterOutputStream - class gnu.xml.dom.ls.WriterOutputStream
Character stream wrapper.
WriterOutputStream(java.io.Writer) - constructor for class gnu.xml.dom.ls.WriterOutputStream
writerSpiNames - field in class javax.imageio.spi.ImageReaderSpi
Write the sequence of contexts into the input stream.
writeShort(int) - method in class gnu.CORBA.CDR.AbstractDataOutput
This method writes a Java short value to an output stream.
writeShort(int) - method in class gnu.javax.rmi.CORBA.CorbaOutput
writeShort(int) - method in class 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 javax.imageio.stream.ImageOutputStream
Writes a short into the stream.
writeShort(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a short into the stream.
writeShort(int) - method in class gnu.CORBA.CDR.LittleEndianOutputStream
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 class java.sql.SQLOutput
This method writes the specified Java short to the SQL stream.
writeShorts(short[],int,int) - method in class javax.imageio.stream.ImageOutputStream
Writes an array of short into the stream.
writeShorts(short[],int,int) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes an array of short into the stream.
writeSQL(java.sql.SQLOutput) - method in class java.sql.SQLData
This method writes the data in this object to the specified stream.
writeStartDocument() - method in class javax.xml.stream.XMLStreamWriter
Write an XML declaration.
writeStartDocument() - method in class gnu.xml.stream.XMLStreamWriterImpl
writeStartDocument(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write an XML declaration with the specified XML version.
Write an XML declaration with the specifed XML version and encoding.
writeStartElement(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write the start of a tag.
Write the start of a tag.
Write the start of a tag.
writeStreamHeader() - method in class java.io.ObjectOutputStream
Writes stream magic and stream version information to the underlying stream.
writeString(java.io.DataOutputStream,java.lang.String) - static method in class gnu.classpath.jdwp.util.JdwpString
Write this String to the outStream as a string understood by jdwp.
writeString(java.lang.String) - method in class java.sql.SQLOutput
This method writes the specified Java String to the SQL stream.
writeStruct(java.sql.Struct) - method in class java.sql.SQLOutput
This method writes the specified Java SQL Struct object to the SQL stream.
Writes the system exception data to CDR output stream.
writeTagged(java.io.DataOutputStream) - method in class gnu.classpath.jdwp.id.JdwpId
Writes the contents of this type to the output stream, preceded by a one-byte tag for tagged object IDs or type tag for reference type IDs.
writeTaggedValue(java.io.DataOutputStream,java.lang.Object) - static method in class gnu.classpath.jdwp.util.Value
Will write the given object as a tagged value to the DataOutputStream.
writeTime(java.sql.Time) - method in class java.sql.SQLOutput
This method writes the specified Java java.sql.Time to the SQL stream.
This method writes the specified Java java.sql.Timestamp to the SQL stream.
This method writes all the bytes that have been written to this stream from the internal buffer to the specified OutputStream.
writeTo(java.io.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.
Write a sequence of images, including thumbnails and metadata, to the output stream.
writeToString(Node) - method in class gnu.xml.dom.ls.DomLSSerializer
writeToURI(Node,java.lang.String) - method in class gnu.xml.dom.ls.DomLSSerializer
writeUnlock() - method in class javax.swing.text.AbstractDocument
Releases the write lock.
writeUntaggedValue(java.io.DataOutputStream,java.lang.Object) - static method in class gnu.classpath.jdwp.util.Value
Will write the given object as an untagged value to the DataOutputStream.
writeURL(java.net.URL) - method in class java.sql.SQLOutput
writeUTF(java.lang.String) - method in class gnu.javax.rmi.CORBA.CorbaOutput
Such strings are written as wide strings, not as UTF.
writeUTF(java.lang.String) - method in class java.io.DataOutput
This method writes a Java String to the stream in a modified UTF-8 format.
This method writes a Java String to the stream in a modified UTF-8 format.
writeUTF(java.lang.String) - method in class javax.imageio.stream.ImageOutputStream
Writes a String into the stream.
writeUTF(java.lang.String) - method in class javax.imageio.stream.ImageOutputStreamImpl
Writes a String into the stream.
This method writes a Java String to the stream in a modified UTF-8 format.
Write data to the CORBA output stream.
Write value to CORBA output stream using java senmatics.
Write value using the given stream format version.
Write the value type to the output stream using the given format version.
written - field in class java.io.DataOutputStream
This is the total number of bytes that have been written to the stream by this object instance.
WrongAdapter - exception org.omg.PortableServer.POAPackage.WrongAdapter
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 class org.omg.PortableServer.POAPackage.WrongAdapter
Create WrongAdapter with no explaining message.
WrongAdapter(java.lang.String) - constructor for class org.omg.PortableServer.POAPackage.WrongAdapter
Create the WrongAdapter with explaining message.
WrongAdapterHelper - class org.omg.PortableServer.POAPackage.WrongAdapterHelper
The helper operations for the exception WrongAdapter.
WrongPolicy - exception org.omg.PortableServer.POAPackage.WrongPolicy
Raised when invoking the operation that is not allowed by the current combination of the used policies.
WrongPolicy() - constructor for class org.omg.PortableServer.POAPackage.WrongPolicy
Create WrongPolicy with no explaining message.
WrongPolicy(java.lang.String) - constructor for class org.omg.PortableServer.POAPackage.WrongPolicy
Create the WrongPolicy with explaining message.
WrongPolicyHelper - class org.omg.PortableServer.POAPackage.WrongPolicyHelper
The helper operations for the exception WrongPolicy.
WrongTransaction - exception org.omg.CORBA.WrongTransaction
Thrown when the transaction scope mismatches.
WrongTransaction() - constructor for class org.omg.CORBA.WrongTransaction
Constructs a default WrongTransaction exception, with no detail message.
WrongTransaction(java.lang.String) - constructor for class org.omg.CORBA.WrongTransaction
Constructs a WrongTransaction exception using the specified message as the reason for throwing it.
The helper operations for the exception WrongTransaction.
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.
Create the initialised instance.
WS - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
HTML whitespace.
WStringHolder - class gnu.CORBA.WStringHolder
A holder for CORBA wstring that is mapped into java String.
WStringHolder() - constructor for class gnu.CORBA.WStringHolder
Constructs an instance of WStringHolder, initializing value to null.
WStringHolder(java.lang.String) - constructor for class gnu.CORBA.WStringHolder
Constructs an instance of WStringHolder, initializing value to the given String.
WStringSeqHelper - class org.omg.CORBA.WStringSeqHelper
Provides static helper methods for working with CORBA wstring array.
WStringSeqHolder - class org.omg.CORBA.WStringSeqHolder
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 value to null.
WStringSeqHolder(java.lang.String[]) - constructor for class org.omg.CORBA.WStringSeqHolder
Constructs an instance of WStringSeqHolder, initializing value to the given String.
Provides helper operations for the Wide String value type, treating a Wide String as a CORBA value type rather than as a primitive type.