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
The wide area information server protocol (WAIS) - RFC 4156.
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 java.awt.Robot
Wait until all events currently on the event queue have been dispatched.
waitForWork() - method in class javax.swing.text.LayoutQueue
Called by a worker thread to retrieve the next layout task.
wakeup() - method in class java.nio.channels.Selector
Causes the first selection operation that has not yet returned to return immediately.
WALL_TIME - static 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
Indicates that the reason is a warning.
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(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.
Receive notification of a warning.
Receive notification of a parser warning.
warning(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a warning event.
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.
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[].
A weak hash map has only weak references to the key.
WeakHashMap() - constructor for class java.util.WeakHashMap<K,V>
Creates a new weak hash map with default load factor and default capacity.
WeakHashMap(extends,V>) - constructor for class java.util.WeakHashMap<K,V>
Construct a new WeakHashMap with the same mappings as the given map.
WeakHashMap(int) - constructor for class java.util.WeakHashMap<K,V>
Creates a new weak hash map with default load factor and the given capacity.
WeakHashMap(int,float) - constructor for class java.util.WeakHashMap<K,V>
Creates a new weak hash map with the given initial capacity and load factor.
WeakReference<T> - class java.lang.ref.WeakReference<T>
A weak reference will be cleared, if the object is only weakly reachable.
WeakReference(T) - constructor for class java.lang.ref.WeakReference<T>
Create a new weak reference, that is not registered to any queue.
WeakReference(T,T>) - constructor for class java.lang.ref.WeakReference<T>
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
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.
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 - 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.
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
The width of the 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 current width for the column.
WIDTH - static field in class java.awt.font.TextAttribute
A key for the WIDTH attribute.
width(java.awt.Component) - static method in class javax.swing.Spring
Return a new Spring which takes its values from the specified Component.
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.
WILDCARD - static field in class javax.management.ObjectName
The wildcard ObjectName "*:*"
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
Same constant as PathIterator.WIND_EVEN_ODD.
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
Same constant as PathIterator.WIND_NON_ZERO.
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 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(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.
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 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
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.
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'.
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.
Wraps a byte buffer into an SSL message, for preparation to send it over the network.
Wraps byte buffers into an SSL message, for preparation to send them over the network.
Wraps byte buffers into an SSL message, for preparation to send them over the network.
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.
WrappedPlainView - class javax.swing.text.WrappedPlainView
WrappedPlainView(javax.swing.text.Element) - constructor for class javax.swing.text.WrappedPlainView
Creates a new View instance.
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
A raster with methods to support updating pixel values.
Creates a new WritableRaster instance.
Creates a new WritableRaster instance.
Creates a new WritableRaster.
WritableRenderedImage - interface java.awt.image.WritableRenderedImage
NEEDS DOCUMENTATION
write() - method in class javax.swing.text.AbstractWriter
This method must be overridden by a concrete subclass.
write() - method in class javax.swing.text.html.HTMLWriter
Call this method to start outputing HTML.
write() - method in class javax.swing.text.html.MinimalHTMLWriter
Write the entire HTML document.
write(byte[]) - method in class javax.crypto.CipherOutputStream
Write a byte array to the output 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 javax.imageio.stream.ImageOutputStream
Writes an array into the stream.
write(byte[]) - method in class javax.imageio.stream.ImageOutputStreamImpl
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.
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 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
write(byte[],int,int) - method in class javax.imageio.stream.FileImageOutputStream
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
write(byte[],int,int) - method in class java.rmi.server.LogStream
write(byte[],int,int) - method in class javax.imageio.stream.MemoryCacheImageOutputStream
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 javax.sound.sampled.SourceDataLine
Write audio data to this line.
write(byte[],int,int) - method in class java.util.zip.ZipOutputStream
Writes the given buffer to the current entry.
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 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 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 java.io.Writer
This method writes len char from the specified array buf starting at index offset into the array.
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 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 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
write(int) - method in class javax.imageio.stream.FileImageOutputStream
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 javax.imageio.stream.ImageOutputStream
Writes an int into the stream.
write(int) - method in class javax.imageio.stream.ImageOutputStreamImpl
write(int) - method in class java.rmi.server.LogStream
write(int) - method in class javax.imageio.stream.MemoryCacheImageOutputStream
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 java.io.StringWriter
This method writes a single character to the output, storing it in the internal buffer.
write(int) - method in class java.io.Writer
This method writes a single char 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.ObjectOutput) - method in class java.rmi.server.ObjID
Write object id as long, then the object UID.
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
Writes the contents of this Manifest to the designated output stream.
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 org.w3c.dom.html2.HTMLDocument
Write a string of text to a document stream opened by open().
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.
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 java.io.Writer
This method writes len chars from the String starting at position offset.
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.SocketChannel
Writes data to the channel.
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[]) - 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
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.
write(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.FileChannel
Writes data to the channel.
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.
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.
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(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
Delegates functionality to OutputStream.write_string(String).
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.PortableInterceptor.ORBIdHelper
write(org.omg.CORBA.portable.OutputStream,java.lang.String) - static method in class org.omg.PortableInterceptor.ServerIdHelper
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).
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 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.
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(short).
write(org.omg.CORBA.portable.OutputStream,short) - static method in class org.omg.Messaging.SyncScopeHelper
Delegates call to OutputStream.write_short(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.
Serialize the specified node as described above in the general description of the LSSerializer interface.
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 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 org.omg.CORBA.DataOutputStream
Write boolean to the output stream.
write_boolean(boolean) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA boolean.
Write 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 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 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[].
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 org.omg.CORBA.DataOutputStream
Write double to the output stream.
write_double(double) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA double.
Write 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.
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 org.omg.CORBA.DataOutputStream
Write float to the output stream.
write_float(float) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA float.
Write 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 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 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 org.omg.CORBA.DataOutputStream
Write CORBA long long (64 bits, java long) to the output stream.
write_longlong(long) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA long long that is mapped into java long.
Write 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 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 org.omg.CORBA.DataOutputStream
Write octet (byte) to the output stream.
write_octet(byte) - method in class org.omg.CORBA.portable.OutputStream
Write CORBA octed that is mapped into java byte
write_octet_array(byte[],int,int) - method in 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_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_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.
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 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 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 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 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 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 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 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 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 given string value into the output stream.
Write the given wide string value into the output stream.
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_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 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 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 javax.xml.stream.events.XMLEvent
Writes this event to the specified writer.
Write an attribute.
Write an attribute.
Write an attribute.
Handles writing of the given attributes.
Print the given AttributeSet as a sequence of assignment-like strings, e.g.
writeAttributes(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.HTMLWriter
Writes all the attributes in the attrSet, except for attrbutes with keys of javax.swing.text.html.HTML.Tag, javax.swing.text.StyleConstants or javax.swing.text.html.HTML.Attribute.ENDTAG.
Write a set of attributes.
Serialize an attribute set in a way that is compatible with it being read in again by readAttributeSet(ObjectInputStream,MutableAttributeSet).
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
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
writeBlob(java.sql.Blob) - method in class java.sql.SQLOutput
This method writes the specified Java SQL Blob object to the SQL stream.
writeBody() - method in class javax.swing.text.html.MinimalHTMLWriter
Writes the body of the HTML document.
writeBoolean(boolean) - method in 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
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 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
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 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.
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
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(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
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
This method writes all the characters in a String to the stream.
writeChildren(java.io.ObjectOutputStream) - method in class java.beans.beancontext.BeanContextSupport
Serializes the children using the serialize(ObjectOutputStream, Collection method.
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.
writeComponent(javax.swing.text.Element) - method in class javax.swing.text.html.MinimalHTMLWriter
Deliberately unimplemented, handles component elements.
Writes the content of an element.
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 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
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
writeDTD(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write a DOCTYPE declaration.
writeEmbeddedTags(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.HTMLWriter
Writes out an embedded tag.
writeEmptyElement(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write an empty tag.
Write an empty tag.
Write an empty tag.
writeEndDocument() - method in class javax.xml.stream.XMLStreamWriter
Closes any currently open tags.
writeEndElement() - method in class javax.xml.stream.XMLStreamWriter
Closes the currently open tag.
writeEndParagraph() - method in class javax.swing.text.html.MinimalHTMLWriter
Write a paragraph end tag, closes any other open tags.
writeEndTag(java.lang.String) - method in class javax.swing.text.html.MinimalHTMLWriter
Write an ending tag and decrement the indent.
writeEntityRef(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Write an entity reference.
writeExpression(java.beans.Expression) - method in class java.beans.Encoder
Note: If you call this method not from within an object instantiation and initialization sequence it will be silently ignored.
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.
writeFields() - method in class java.io.ObjectOutputStream
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
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
writeHeader() - method in class javax.swing.text.html.MinimalHTMLWriter
Write the HTML header.
writeHTMLTags(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.MinimalHTMLWriter
Write bold, indent and underline tags.
writeImage(javax.swing.text.Element) - method in class javax.swing.text.html.MinimalHTMLWriter
Deliberately unimplemented.
Insert an image into the output stream.
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
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
writeLeaf(javax.swing.text.Element) - method in class javax.swing.text.html.MinimalHTMLWriter
Writes a non-text leaf element.
writeLineSeparator() - method in class javax.swing.text.AbstractWriter
Write a line separator using the output method, and then reset the current line length.
writeLineSeparator() - method in class javax.swing.text.html.HTMLWriter
Writes out a line separator.
writeln(java.lang.String) - method in class org.w3c.dom.html2.HTMLDocument
Write a string of text followed by a newline character to a document stream opened by open().
writeLock() - method in class javax.swing.text.AbstractDocument
Blocks until a write lock can be obtained.
writeLong(long) - method in 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
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
Write a namespace declaration.
Write the HTML attributes which do not have tag equivalents, e.g. attributes other than bold/italic/underlined.
writeObject(java.lang.Object) - method in class java.beans.Encoder
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.lang.Object) - method in class java.beans.XMLEncoder
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.
This method allows subclasses to override the default serialization mechanism provided by ObjectOutputStream.
writeOption(javax.swing.text.html.Option) - method in class javax.swing.text.html.HTMLWriter
Writes out the contents of an option element.
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() - 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 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.
writerSpiNames - field in class javax.imageio.spi.ImageReaderSpi
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
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
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(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.
Write a paragraph start tag.
writeStartTag(java.lang.String) - method in class javax.swing.text.html.MinimalHTMLWriter
Write a start tag and increment the indent.
writeStatement(java.beans.Statement) - method in class java.beans.Encoder
Note: If you call this method not from within an object instantiation and initialization sequence it will be silently ignored.
writeStreamHeader() - method in class java.io.ObjectOutputStream
Writes stream magic and stream version information to the underlying stream.
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.
writeStyles() - method in class javax.swing.text.html.MinimalHTMLWriter
Write the styles used.
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(org.w3c.dom.Node) - method in class org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.
writeUnlock() - method in class javax.swing.text.AbstractDocument
Releases the write lock.
Writes an object to the stream in the same manner as writeObject(Object), but without the use of references.
writeURL(java.net.URL) - method in class java.sql.SQLOutput
This method writes the specified java.net.URL object to the SQL stream.
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
This method writes a Java String to the stream in a modified UTF-8 format.
Write value to CORBA output stream using java senmatics.
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.
WRONG_DOCUMENT_ERR - static field in class org.w3c.dom.DOMException
If a Node is used in a different document than the one that created it (that doesn't support it).
WrongAdapter - exception 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.
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.