Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b31
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 _

R

RadialGradientPaint - Class in java.awt
The RadialGradientPaint class provides a way to fill a shape with a circular radial color gradient pattern.
RadialGradientPaint(float, float, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default NO_CYCLE repeating method and SRGB color space, using the center as the focus point.
RadialGradientPaint(Point2D, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default NO_CYCLE repeating method and SRGB color space, using the center as the focus point.
RadialGradientPaint(float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space, using the center as the focus point.
RadialGradientPaint(Point2D, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space, using the center as the focus point.
RadialGradientPaint(float, float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod, MultipleGradientPaint.ColorSpaceType, AffineTransform) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Rectangle2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space.
RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
RADIO_BUTTON - Static variable in class javax.swing.plaf.synth.Region
RadioButton region.
RADIO_BUTTON_MENU_ITEM - Static variable in class javax.swing.plaf.synth.Region
RegionButtonMenuItem region.
radix() - Method in class java.util.Scanner
Returns this scanner's default radix.
RAISED - Static variable in class javax.swing.border.BevelBorder
Raised bevel type.
RAISED - Static variable in class javax.swing.border.EtchedBorder
Raised etched type.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
randomUUID() - Static method in class java.util.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
RANGE - Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
range(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
Raster - Class in java.awt.image
A class representing a rectangular array of pixels.
Raster(SampleModel, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel.
Raster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel and DataBuffer.
Raster(SampleModel, DataBuffer, Rectangle, Point, Raster) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel, DataBuffer, and parent.
raster - Variable in class javax.imageio.IIOImage
The Raster being referenced.
RasterFormatException - Exception in java.awt.image
The RasterFormatException is thrown if there is invalid layout information in the Raster.
RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
Constructs a new RasterFormatException with the specified message.
RasterOp - Interface in java.awt.image
This interface describes single-input/single-output operations performed on Raster objects.
RAW_SEND_SIZE - Static variable in class javax.security.sasl.Sasl
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the raw text state.
RAW_X509_CERTIFICATE_TYPE - Static variable in interface javax.xml.crypto.dsig.keyinfo.X509Data
URI identifying the binary (ASN.1 DER) X.509 Certificate KeyInfo type: http://www.w3.org/2000/09/xmldsig#rawX509Certificate.
RC2ParameterSpec - Class in javax.crypto.spec
This class specifies the parameters used with the RC2 algorithm.
RC2ParameterSpec(int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits).
RC2ParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and an 8-byte IV.
RC2ParameterSpec(int, byte[], int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and IV.
RC5ParameterSpec - Class in javax.crypto.spec
This class specifies the parameters used with the RC5 algorithm.
RC5ParameterSpec(int, int, int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds and word size (in bits).
RC5ParameterSpec(int, int, int, byte[]) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RC5ParameterSpec(int, int, int, byte[], int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RCDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
RCSID - Static variable in class javax.swing.undo.StateEdit
 
RCSID - Static variable in interface javax.swing.undo.StateEditable
Resource ID for this class.
Rdn - Class in javax.naming.ldap
This class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified by RFC 2253.
Rdn(Attributes) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given attribute set.
Rdn(String) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given string.
Rdn(Rdn) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given rdn.
Rdn(String, Object) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given attribute type and value.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Reads a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Reads characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Reads characters into a portion of an array.
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterReader
Reads a single character.
read(char[], int, int) - Method in class java.io.FilterReader
Reads characters into a portion of an array.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read() - Method in class java.io.LineNumberInputStream
Deprecated. Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated. Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.LineNumberReader
Read a single character.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.PushbackReader
Reads a single character.
read(char[], int, int) - Method in class java.io.PushbackReader
Reads characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(CharBuffer) - Method in class java.io.Reader
Attempts to read characters into the specified character buffer.
read() - Method in class java.io.Reader
Reads a single character.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringBufferInputStream
Deprecated. Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated. Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Reads a single character.
read(char[], int, int) - Method in class java.io.StringReader
Reads characters into a portion of an array.
read(CharBuffer) - Method in interface java.lang.Readable
Attempts to read characters into the specified character buffer.
read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
 
read(CharBuffer) - Method in class java.nio.CharBuffer
Attempts to read characters into the specified character buffer.
read(ObjectInput) - Static method in class java.rmi.server.ObjID
Constructs and returns a new ObjID instance by unmarshalling a binary representation from an ObjectInput instance.
read(DataInput) - Static method in class java.rmi.server.UID
Constructs and returns a new UID instance by unmarshalling a binary representation from an DataInput instance.
read() - Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(InputStream) - Method in class java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read() - Method in class java.util.zip.DeflaterInputStream
Reads a single byte of compressed data from the input stream.
read(byte[], int, int) - Method in class java.util.zip.DeflaterInputStream
Reads compressed data into a byte array.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read() - Method in class javax.crypto.CipherInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class javax.crypto.CipherInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class javax.crypto.CipherInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(File) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied File with an ImageReader chosen automatically from among those currently registered.
read(InputStream) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied InputStream with an ImageReader chosen automatically from among those currently registered.
read(URL) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied URL with an ImageReader chosen automatically from among those currently registered.
read(ImageInputStream) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied ImageInputStream with an ImageReader chosen automatically from among those currently registered.
read(int) - Method in class javax.imageio.ImageReader
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a default ImageReadParam.
read(int, ImageReadParam) - Method in class javax.imageio.ImageReader
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.
read() - Method in class javax.imageio.stream.FileCacheImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageInputStream
 
read() - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
read() - Method in class javax.imageio.stream.FileImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileImageInputStream
 
read() - Method in class javax.imageio.stream.FileImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileImageOutputStream
 
read() - Method in interface javax.imageio.stream.ImageInputStream
Reads a single byte from the stream and returns it as an integer between 0 and 255.
read(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
Reads up to b.length bytes from the stream, and stores them into b starting at index 0.
read(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads up to len bytes from the stream, and stores them into b starting at index off.
read() - Method in class javax.imageio.stream.ImageInputStreamImpl
Reads a single byte from the stream and returns it as an int between 0 and 255.
read(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
A convenience method that calls read(b, 0, b.length).
read(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
Reads up to len bytes from the stream, and stores them into b starting at index off.
read() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageInputStream
 
read() - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
read() - Method in class javax.sound.sampled.AudioInputStream
Reads the next byte of data from the audio input stream.
read(byte[]) - Method in class javax.sound.sampled.AudioInputStream
Reads some number of bytes from the audio input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class javax.sound.sampled.AudioInputStream
Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.
read(byte[], int, int) - Method in interface javax.sound.sampled.TargetDataLine
Reads audio data from the data line's input buffer.
read(InputStream, Object) - Method in class javax.swing.JEditorPane
This method initializes from a stream.
read() - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[]) - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[], int, int) - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(InputStream, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Inserts content from the given stream, which will be treated as plain text.
read(InputStream, Document, int) - Method in class javax.swing.text.EditorKit
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.EditorKit
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.html.HTMLEditorKit
Inserts content from the given stream.
read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
Recreates a DTD from an archived format.
read(Reader, Object) - Method in class javax.swing.text.JTextComponent
Initializes from a stream.
read(InputStream, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Insert content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Insert content from the given stream, which will be treated as plain text.
read(InputStream) - Static method in class org.omg.CORBA.AnySeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.BooleanSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.CharSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.CompletionStatusHelper
 
read(InputStream) - Static method in class org.omg.CORBA.CurrentHelper
 
read(InputStream) - Static method in class org.omg.CORBA.DefinitionKindHelper
 
read(InputStream) - Static method in class org.omg.CORBA.DoubleSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.FieldNameHelper
 
read(InputStream) - Static method in class org.omg.CORBA.FloatSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.IdentifierHelper
 
read(InputStream) - Static method in class org.omg.CORBA.IDLTypeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.LongLongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.LongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.NameValuePairHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ObjectHelper
 
read(InputStream) - Static method in class org.omg.CORBA.OctetSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ParameterModeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorCodeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyListHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyTypeHelper
 
read() - Method in class org.omg.CORBA.portable.InputStream
 
read(InputStream) - Static method in class org.omg.CORBA.RepositoryIdHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ServiceDetailHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ServiceInformationHelper
 
read(InputStream) - Static method in class org.omg.CORBA.SetOverrideTypeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ShortSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.StringSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.StringValueHelper
 
read(InputStream) - Static method in class org.omg.CORBA.StructMemberHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ULongLongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ULongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.UnionMemberHelper
 
read(InputStream) - Static method in class org.omg.CORBA.UnknownUserExceptionHelper
 
read(InputStream) - Static method in class org.omg.CORBA.UShortSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ValueBaseHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ValueMemberHelper
 
read(InputStream) - Static method in class org.omg.CORBA.VersionSpecHelper
 
read(InputStream) - Static method in class org.omg.CORBA.VisibilityHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WCharSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WrongTransactionHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WStringSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WStringValueHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingIteratorHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingListHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingTypeHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.IstringHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NameComponentHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NameHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.AnySeqHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnySeqHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynArrayHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynEnumHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynFixedHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynSequenceHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynStructHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynUnionHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynValueHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.FieldNameHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecFactoryHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
 
read(InputStream) - Static method in class org.omg.IOP.ComponentIdHelper
 
read(InputStream) - Static method in class org.omg.IOP.IORHelper
 
read(InputStream) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
 
read(InputStream) - Static method in class org.omg.IOP.ProfileIdHelper
 
read(InputStream) - Static method in class org.omg.IOP.ServiceContextHelper
 
read(InputStream) - Static method in class org.omg.IOP.ServiceContextListHelper
 
read(InputStream) - Static method in class org.omg.IOP.ServiceIdHelper
 
read(InputStream) - Static method in class org.omg.IOP.TaggedComponentHelper
 
read(InputStream) - Static method in class org.omg.IOP.TaggedProfileHelper
 
read(InputStream) - Static method in class org.omg.Messaging.SyncScopeHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterNameHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterStateHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.CurrentHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ServerIdHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.CurrentHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.ForwardRequestHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.ServantActivatorHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.ServantLocatorHelper
 
read_Abstract() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL Abstract interface from the input stream.
read_abstract_interface() - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshal the value object or a suitable stub object.
read_abstract_interface(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshal the class object or the stub class corresponding to the passed type.
read_any() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL Any value from the input stream.
read_any() - Method in class org.omg.CORBA.portable.InputStream
Reads an Any from this input stream.
read_any_array(AnySeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL Anys from offset for length elements from the input stream.
read_boolean() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL boolean value from the input stream.
read_boolean() - Method in class org.omg.CORBA.portable.InputStream
Reads a boolean value from this input stream.
read_boolean_array(BooleanSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL booleans from offset for length elements from the input stream.
read_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of booleans from this input stream.
read_char() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL character value from the input stream.
read_char() - Method in class org.omg.CORBA.portable.InputStream
Reads a char value from this input stream.
read_char_array(CharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL characters from offset for length elements from the input stream.
read_char_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of chars from this input stream.
read_Context() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA context from the stream.
read_double() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL double from the input stream.
read_double() - Method in class org.omg.CORBA.portable.InputStream
Reads a double value from this input stream.
read_double_array(DoubleSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL doubles from offset for length elements from the input stream.
read_double_array(double[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of doubles from this input stream.
read_fixed() - Method in class org.omg.CORBA.portable.InputStream
Reads a BigDecimal number.
read_float() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL float from the input stream.
read_float() - Method in class org.omg.CORBA.portable.InputStream
Reads a float value from this input stream.
read_float_array(FloatSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL floats from offset for length elements from the input stream.
read_float_array(float[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of floats from this input stream.
read_long() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL long from the input stream.
read_long() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA long (that is, Java int) value from this input stream.
read_long_array(LongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL longs from offset for length elements from the input stream.
read_long_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of CORBA longs (that is, Java ints) from this input stream.
read_longlong() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL long long from the input stream.
read_longlong() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA longlong (that is, Java long) value from this input stream.
read_longlong_array(LongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL long longs from offset for length elements from the input stream.
read_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of CORBA longlongs (that is, Java longs) from this input stream.
read_Object() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL CORBA::Object from the input stream.
read_Object() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA object from this input stream.
read_Object(Class) - Method in class org.omg.CORBA.portable.InputStream
Unmarshals an object and returns a CORBA Object, which is an instance of the class passed as its argument.
read_octet() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL octet value from the input stream.
read_octet() - Method in class org.omg.CORBA.portable.InputStream
Reads an octet (that is, a byte) value from this input stream.
read_octet_array(OctetSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL octets from offset for length elements from the input stream.
read_octet_array(byte[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of octets (that is, bytes) from this input stream.
READ_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read-only mapping.
read_Principal() - Method in class org.omg.CORBA.portable.InputStream
Deprecated. Deprecated by CORBA 2.2.
read_short() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL short from the input stream.
read_short() - Method in class org.omg.CORBA.portable.InputStream
Reads a short value from this input stream.
read_short_array(ShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL shorts from offset for length elements from the input stream.
read_short_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of shorts from this input stream.
read_string() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL string from the input stream.
read_string() - Method in class org.omg.CORBA.portable.InputStream
Reads a string value from this input stream.
read_TypeCode() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL typecode from the input stream.
read_TypeCode() - Method in class org.omg.CORBA.portable.InputStream
Reads a TypeCode from this input stream.
read_ulong() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL unsigned long from the input stream.
read_ulong() - Method in class org.omg.CORBA.portable.InputStream
Reads an unsigned CORBA long (that is, Java int) value from this input stream.
read_ulong_array(ULongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned longs from offset for length elements from the input stream.
read_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned CORBA longs (that is, Java ints) from this input stream.
read_ulonglong() - Method in interface org.omg.CORBA.DataInputStream
Reads an unsigned IDL long long from the input stream.
read_ulonglong() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA unsigned longlong (that is, Java long) value from this input stream.
read_ulonglong_array(ULongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned long longs from offset for length elements from the input stream.
read_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned CORBA longlongs (that is, Java longs) from this input stream.
read_ushort() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL unsigned short from the input stream.
read_ushort() - Method in class org.omg.CORBA.portable.InputStream
Reads a unsigned short value from this input stream.
read_ushort_array(UShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned shorts from offset for length elements from the input stream.
read_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned shorts from this input stream.
read_value(InputStream, TypeCode) - Method in class org.omg.CORBA.Any
Reads off (unmarshals) the value of an Any object from the given input stream using the given typecode.
read_Value() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL value type from the input stream.
read_value(InputStream) - Method in interface org.omg.CORBA.portable.BoxedValueHelper
 
read_value(InputStream) - Method in interface org.omg.CORBA.portable.ValueFactory
Is called by the ORB runtime while in the process of unmarshaling a value type.
read_value(InputStream) - Method in class org.omg.CORBA.StringValueHelper
 
read_value(InputStream) - Method in class org.omg.CORBA.WStringValueHelper
 
read_value() - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(String) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(Serializable) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_wchar() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL wide character value from the input stream.
read_wchar() - Method in class org.omg.CORBA.portable.InputStream
Reads a wide char value from this input stream.
read_wchar_array(WCharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL wide characters from offset for length elements from the input stream.
read_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of wide chars from this input stream.
READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read/write mapping.
read_wstring() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL wide string from the input stream.
read_wstring() - Method in class org.omg.CORBA.portable.InputStream
Reads a wide string value from this input stream.
Readable - Interface in java.lang
A Readable is a source of characters.
ReadableByteChannel - Interface in java.nio.channels
A channel that can read bytes.
readAborted(ImageReader) - Method in interface javax.imageio.event.IIOReadProgressListener
Reports that a read has been aborted via the reader's abort method.
readAll(int, ImageReadParam) - Method in class javax.imageio.ImageReader
Reads the image indexed by imageIndex and returns an IIOImage containing the image, thumbnails, and associated image metadata, using a supplied ImageReadParam.
readAll(Iterator<? extends ImageReadParam>) - Method in class javax.imageio.ImageReader
Returns an Iterator containing all the images, thumbnails, and metadata, starting at the index given by getMinIndex, from the input source in the form of IIOImage objects.
readAny(InputStream) - Static method in class javax.rmi.CORBA.Util
Reads a java.lang.Object as a CORBA any.
readAny(InputStream) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.readAny(org.omg.CORBA.portable.InputStream).
readArray() - Method in interface java.sql.SQLInput
Reads an SQL ARRAY value fro