Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|External Specifications|Restricted Methods|Search Tags|Serialized Form|System Properties

R

'requires' directives with 'static' modifier - Section in package java.lang.module
 
2.0 Registering SyncProvider Implementations - Section in class javax.sql.rowset.spi.SyncFactory
 
2.0 Retrieving Data from a CachedRowSet Object - Section in interface javax.sql.rowset.CachedRowSet
 
2.1 Retrieving RowSetMetaData - Section in interface javax.sql.rowset.CachedRowSet
 
4.0 Related Specifications - Section in package javax.sql.rowset
 
4.0 Resolving Synchronization Conflicts - Section in package javax.sql.rowset.spi
 
5.0 Registering and Notifying Listeners - Section in interface javax.sql.rowset.CachedRowSet
 
5.0 Related Documentation - Section in package javax.sql.rowset
 
5.0 Related Specifications - Section in package javax.sql.rowset.spi
 
6.0 Related Documentation - Section in package javax.sql.rowset.spi
 
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(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(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, 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[], 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, 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
RadioButtonMenuItem region.
RadioButtonBorder(Color, Color, Color, Color) - Constructor for class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
Constructs a new instance of a RadioButtonBorder.
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; its period is only 248.
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(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.
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 pathname.
RandomGenerator - Interface in java.util.random
The RandomGenerator interface is designed to provide a common protocol for objects that generate random or (more typically) pseudorandom sequences of numbers (or Boolean values).
RandomGenerator.ArbitrarilyJumpableGenerator - Interface in java.util.random
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can easily jump forward, by an arbitrary amount, to a distant point in the state cycle.
RandomGenerator.JumpableGenerator - Interface in java.util.random
This interface is designed to provide a common protocol for objects that generate pseudorandom values and can easily jump forward, by a moderate amount (ex. 264) to a distant point in the state cycle.
RandomGenerator.LeapableGenerator - Interface in java.util.random
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can easily not only jump but also leap forward, by a large amount (ex. 2128), to a very distant point in the state cycle.
RandomGenerator.SplittableGenerator - Interface in java.util.random
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can be split into two objects (the original one and a new one) each of which obey that same protocol (and therefore can be recursively split indefinitely).
RandomGenerator.StreamableGenerator - Interface in java.util.random
The RandomGenerator.StreamableGenerator interface augments the RandomGenerator interface to provide methods that return streams of RandomGenerator objects.
RandomGeneratorFactory<T> - Class in java.util.random
This is a factory class for generating multiple random number generators of a specific algorithm.
Random Number Generator Algorithms Available - Section in package java.util.random
 
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() - Method in enum class java.time.temporal.ChronoField
Gets the range of valid values for the field.
range() - Method in interface java.time.temporal.TemporalField
Gets the range of valid values for the field.
range(int, int) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered IntStream from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(long, long) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered LongStream from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
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.
range(ChronoField) - Method in interface java.time.chrono.Chronology
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.HijrahChronology
 
range(ChronoField) - Method in class java.time.chrono.IsoChronology
 
range(ChronoField) - Method in class java.time.chrono.JapaneseChronology
 
range(ChronoField) - Method in class java.time.chrono.MinguoChronology
 
range(ChronoField) - Method in class java.time.chrono.ThaiBuddhistChronology
 
range(TemporalField) - Method in interface java.time.chrono.Era
Gets the range of valid values for the specified field.
range(TemporalField) - Method in enum class java.time.chrono.HijrahEra
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.chrono.JapaneseEra
Gets the range of valid values for the specified field.
range(TemporalField) - Method in enum class java.time.DayOfWeek
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.Instant
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalDate
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in enum class java.time.Month
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.MonthDay
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.OffsetDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.OffsetTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.Year
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.YearMonth
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.ZonedDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.ZoneOffset
Gets the range of valid values for the specified field.
Range - Interface in org.w3c.dom.ranges
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.
rangeClosed(int, int) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered IntStream from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeClosed(long, long) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered LongStream from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
RangeException - Exception Class in org.w3c.dom.ranges
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short, String) - Constructor for exception class org.w3c.dom.ranges.RangeException
 
Range of allowed values - Section in class javax.xml.datatype.Duration
 
rangeRefinedBy(TemporalAccessor) - Method in enum class java.time.temporal.ChronoField
 
rangeRefinedBy(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
Get the range of valid values for this field using the temporal object to refine the result.
rangeType() - Method in interface jdk.incubator.vector.VectorOperators.Conversion
The range of this conversion, a primitive type.
rangeType() - Method in interface jdk.incubator.vector.VectorOperators.Operator
Reports the special return type of this operator.
raster - Variable in class javax.imageio.IIOImage
The Raster being referenced.
Raster - Class in java.awt.image
A class representing a rectangular array of pixels.
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(SampleModel, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel.
RasterFormatException - Exception Class in java.awt.image
The RasterFormatException is thrown if there is invalid layout information in the Raster.
RasterFormatException(String) - Constructor for exception class 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.
RATA_DIE - Static variable in class java.time.temporal.JulianFields
Rata Die field.
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.
rawCompiledVersion() - Method in class java.lang.module.ModuleDescriptor.Requires
Returns the string with the possibly-unparseable version of the module if recorded at compile-time.
RawTextTree - Interface in com.sun.source.doctree
A tree node for a fragment of uninterpreted raw text content.
rawVersion() - Method in class java.lang.module.ModuleDescriptor
Returns the string with the possibly-unparseable version of the module.
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
The DTD constant corresponds to RCDATA
RCSID - Static variable in class javax.swing.undo.StateEdit
Obsolete RCS version identity.
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(String) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given string.
Rdn(String, Object) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given attribute type and value.
Rdn(Attributes) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given attribute set.
Rdn(Rdn) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given rdn.
Reachability - Section in package java.lang.ref
 
reachabilityFence(Object) - Static method in class java.lang.ref.Reference
Ensures that the given object remains strongly reachable.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read() - Method in class java.io.BufferedReader
Reads a single character.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.CharArrayReader
Reads a single character.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from the input stream.
read() - Method in class java.io.FilterReader
Reads a single character.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read() - Method in class java.io.LineNumberInputStream
Deprecated.
Reads the next byte of data from this input stream.
read() - Method in class java.io.LineNumberReader
Read a single character.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.PushbackReader
Reads a single character.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read() - Method in class java.io.Reader
Reads a single character.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from the input stream.
read() - Method in class java.io.StringBufferInputStream
Deprecated.
Reads the next byte of data from this input stream.
read() - Method in class java.io.StringReader
Reads a single character.
read() - Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read() - Method in class java.util.zip.DeflaterInputStream
Reads a single byte of compressed data from the input stream.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read() - Method in class java.util.zip.ZipInputStream
Reads the next byte of data from the input stream for the current ZIP entry.
read() - Method in class javax.crypto.CipherInputStream
Reads the next byte of data from this input stream.
read() - Method in class javax.imageio.stream.FileCacheImageInputStream
 
read() - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
read() - Method in class javax.imageio.stream.FileImageInputStream
 
read() - 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() - 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() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
 
read() - 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() - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
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[]) - 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[]) - Method in class java.io.FilterInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
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[]) - Method in interface java.io.ObjectInput
Reads 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(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[]) - 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[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
A convenience method that calls read(b, 0, b.length).
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[]) - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
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(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(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(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(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(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(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(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
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(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(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[], 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(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(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 entry into an array of bytes, returning the number of inflated bytes.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
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, returning the number of inflated bytes.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes, returning the number of inflated bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads the requested number of bytes from the input stream into the given byte array for the current ZIP entry returning the number of inflated 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(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileImageOutputStream
 
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(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(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
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(byte[], int, int) - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.BufferedReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.CharArrayReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.FilterReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.LineNumberReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PipedReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.StringReader
Reads characters into a portion of an array.
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(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(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
Recreates a DTD from an archived format.
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 java.lang.module.ModuleDescriptor
Reads the binary form of a module declaration from an input stream as a module descriptor.
read(InputStream) - Method in c