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

RAD2DEG - Static variable in class net.rim.device.api.math.Fixed32
A fixed-point representation of the conversion factor from radians to degrees, good to the fourth decimal place (57.29578...).
Radio - Class in net.rim.device.api.system
Provides access to the device's radios.
RADIO_BUTTON - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible radio button.
RADIO_CHANGED - Static variable in interface javax.microedition.amms.control.tuner.RDSControl
Posted to PlayerListener when the tuning settings (usually the frequency) of a radio Player have been changed automatically for some reason.
RADIO_IS_OFF - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
RadioButtonField - Class in net.rim.device.api.ui.component
Field to provide a radio-button control.
RadioButtonField() - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance.
RadioButtonField(String) - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance with label.
RadioButtonField(String, RadioButtonGroup, boolean) - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance for a group, with label and initial state.
RadioButtonField(String, RadioButtonGroup, boolean, long) - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance for a group, with label, initial state and style.
RadioButtonGroup - Class in net.rim.device.api.ui.component
Groups a set of related radio button fields.
RadioButtonGroup() - Constructor for class net.rim.device.api.ui.component.RadioButtonGroup
Constructs a new RadioButtonGroup instance.
RadioException - Exception in net.rim.device.api.system
Thrown when a radio error occurs.
RadioException(String) - Constructor for exception net.rim.device.api.system.RadioException
Constructs a new RadioException with description.
RadioInfo - Class in net.rim.device.api.system
Provides access to information about the status of the device radio.
RadioListener - Interface in net.rim.device.api.system
The listener interface for receiving radio events.
RadioStatusListener - Interface in net.rim.device.api.system
The listener interface for receiving radio status events.
radioTurnedOff() - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio has been turned off.
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.
RANDOM_ACCESSIBLE - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream can be seeked anywhere within the media.
RandomSource - Class in net.rim.device.api.crypto
A random number generator that generates cryptographically random bytes.
Range - Interface in org.w3c.dom.ranges
See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.
RangeException - Exception in org.w3c.dom.ranges
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short, String) - Constructor for exception org.w3c.dom.ranges.RangeException
 
RateControl - Interface in javax.microedition.media.control
RateControl controls the playback rate of a Player.
rawFileSize() - Method in interface net.rim.device.api.io.file.ExtendedFileConnection
Returns the raw file size including the size of any DRM/encryption headers.
Ray - Class in net.rim.device.api.math
Defines a 3-dimensional ray.
Ray(Vector3f, Vector3f) - Constructor for class net.rim.device.api.math.Ray
Constructs a new ray initialized to the specified values.
Ray(Ray) - Constructor for class net.rim.device.api.math.Ray
Constructs a new ray from the given ray.
RBB_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM BlackBerry signing authority.
RC2_128 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
RC2 128 symmetric encryption.
RC2_40 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
RC2 40 symmetric encryption.
RC2_64 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
RC2 64 symmetric encryption.
rc2CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
rc2CBC = 1.2.840.113549.3.2 rc2 in CBC mode.
RC2CryptoToken - Class in net.rim.device.api.crypto
Implements the RC2 CryptoToken interface.
RC2CryptoToken() - Constructor for class net.rim.device.api.crypto.RC2CryptoToken
Creates an RC2CryptoToken object.
RC2DecryptorEngine - Class in net.rim.device.api.crypto
The RC2DecryptorEngine class implements the decryption functionality of the RC2 block cipher.
RC2DecryptorEngine(RC2Key) - Constructor for class net.rim.device.api.crypto.RC2DecryptorEngine
Creates an RC2DecryptorEngine object based on an RC2Key that is initialized and used for decryption of the plaintext for all subsequent calls to the class.
RC2EncryptorEngine - Class in net.rim.device.api.crypto
The RC2EncryptorEngine implements the encryption functionality of the RC2 block cipher.
RC2EncryptorEngine(RC2Key) - Constructor for class net.rim.device.api.crypto.RC2EncryptorEngine
Creates a RC2EncryptorEngine class based upon a RC2Key that is initialized and used for encryption of the plaintext for all subsequent calls to the class.
RC2Key - Class in net.rim.device.api.crypto
Creates an RC2 key.
RC2Key() - Constructor for class net.rim.device.api.crypto.RC2Key
Create a new random 128 (actual/effective) bit key.
RC2Key(int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a new random RC2Key object of the specified actual/effective bit length.
RC2Key(int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a new random RC2Key object based on the specified actual and effective bit lengths.
RC2Key(RC2CryptoToken, int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a new random RC2Key object based on the specified actual and effective bit lengths.
RC2Key(byte[]) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data.
RC2Key(byte[], int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a key using existing data and the specified effective bit length.
RC2Key(byte[], int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data.
RC2Key(byte[], int, int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data and the specified effective bit length.
RC2Key(RC2CryptoToken, byte[], int, int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data and the specified effective bit length.
RC2Key(RC2CryptoToken, CryptoTokenSymmetricKeyData) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object.
rc4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
rc4 = 1.2.840.113549.3.4 rc4 encryption/decryption.
RC5_CBC - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents RC5 encryption in CBC mode.
RC5_CBC_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 40 bit RC5 encryption in CBC mode.
RC5_CBC_56 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 56 bit RC5 encryption in CBC mode.
RC5_CBC_64 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 64 bit RC5 encryption in CBC mode.
RC5CryptoToken - Class in net.rim.device.api.crypto
Represents an RC5 crypto token.
RC5CryptoToken() - Constructor for class net.rim.device.api.crypto.RC5CryptoToken
Creates a new RC5CryptoToken object.
RC5DecryptorEngine - Class in net.rim.device.api.crypto
The RC5DecryptorEngine class implements the decryption functionality of the RC5 block cipher.
RC5DecryptorEngine(RC5Key) - Constructor for class net.rim.device.api.crypto.RC5DecryptorEngine
Creates an RC5DecryptorEngine object given an RC5 key.
RC5DecryptorEngine(RC5Key, int) - Constructor for class net.rim.device.api.crypto.RC5DecryptorEngine
Creates an RC5DecryptorEngine object given an RC5 key.
RC5DecryptorEngine(RC5Key, int, int) - Constructor for class net.rim.device.api.crypto.RC5DecryptorEngine
Creates an RC5DecryptorEngine object given an RC5 key, the block length, and the number of rounds.
RC5EncryptorEngine - Class in net.rim.device.api.crypto
The RC5EncryptorEngine class implements the encryption functionality of the RC5 block cipher.
RC5EncryptorEngine(RC5Key) - Constructor for class net.rim.device.api.crypto.RC5EncryptorEngine
Creates an RC5EncryptorEngine object given an RC5 key.
RC5EncryptorEngine(RC5Key, int) - Constructor for class net.rim.device.api.crypto.RC5EncryptorEngine
Creates an RC5EncryptorEngine object given an RC5 key.
RC5EncryptorEngine(RC5Key, int, int) - Constructor for class net.rim.device.api.crypto.RC5EncryptorEngine
Creates a RC5EncryptorEngine object given an RC5 key, the block length, and the number of rounds.
RC5Key - Class in net.rim.device.api.crypto
Creates an RC5 key.
RC5Key() - Constructor for class net.rim.device.api.crypto.RC5Key
Creates a new random 128 bit key.
RC5Key(int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates a new random key of the specified length.
RC5Key(byte[]) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(byte[], int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(byte[], int, int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(RC5CryptoToken, byte[], int, int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(RC5CryptoToken, CryptoTokenSymmetricKeyData) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object.
RCC_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM Crypto Certicom signing authority.
RCR_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM Crypto Runtime signing authority.
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
RDS_NEW_ALARM - Static variable in interface javax.microedition.amms.control.tuner.RDSControl
Posted to PlayerListener when the Programme TYpe (PTY) field of a Player changes to "alarm".
RDS_NEW_DATA - Static variable in interface javax.microedition.amms.control.tuner.RDSControl
Posted to PlayerListener when new data is available via RDS on a Player.
RDSControl - Interface in javax.microedition.amms.control.tuner
RDSControl is an interface for accessing the Radio Data System for VHF/FM sound broadcasting (RDS) (BS EN 50067:1998) settings of a Player.
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.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
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
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
READ - Static variable in class javax.microedition.io.Connector
Access mode
read(byte[], int, int) - Method in interface javax.microedition.media.protocol.SourceStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[]) - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Reads data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Reads some data bytes from the receive buffer.
read() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Reads one data byte from the receive buffer.
read() - Method in class net.rim.device.api.compress.GZIPInputStream
Retrieves one byte from this input stream.
read(byte[], int, int) - Method in class net.rim.device.api.compress.GZIPInputStream
Read specified number of bytes from this stream.
read() - Method in class net.rim.device.api.compress.ZLibInputStream
Retrieves one byte from this input stream.
read(byte[], int, int) - Method in class net.rim.device.api.compress.ZLibInputStream
Read specified number of bytes from this stream.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.BlockDecryptor
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
read() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
read(byte[]) - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
 
read() - Method in class net.rim.device.api.crypto.CryptoInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class net.rim.device.api.crypto.CryptoInputStream
Reads as many bytes of data from this input stream as are necessary to fill the given byte array.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.CryptoInputStream
Reads up to the specified number of bytes from this input stream into an array of bytes.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.DigestInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.MACInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.NullDecryptor
Reads from the underlying input stream without performing any additional processing.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.StreamDecryptor
 
read() - Method in class net.rim.device.api.io.Base64InputStream
Reads one byte from this stream.
read(byte[]) - Method in class net.rim.device.api.io.Base64InputStream
Reads some bytes from this stream.
read(byte[], int, int) - Method in class net.rim.device.api.io.Base64InputStream
Read specified number of bytes from this stream.
read() - Method in class net.rim.device.api.io.FileInputStream
Deprecated. use javax.microedition.io.file
read(byte[], int, int) - Method in class net.rim.device.api.io.FileInputStream
Deprecated. use javax.microedition.io.file
read() - Method in interface net.rim.device.api.io.nfc.ndef.NDEFTagConnection
Reads an NDEF message from an NDEF tag.
read() - Method in class net.rim.device.api.io.SharedInputStream
Read next byte in the stream.
read(byte[], int, int) - Method in class net.rim.device.api.io.SharedInputStream
Reads a number of bytes from the stream.
read(byte[], int, int) - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
read(byte[], int, int) - Method in class net.rim.device.api.mime.MIMEInputStream
Read specified number of bytes from this stream.
read() - Method in class net.rim.device.api.mime.MIMEInputStream
Reads one byte from this stream.
read(byte[]) - Method in class net.rim.device.api.mime.MIMEInputStream
Reads some bytes from this stream.
read(byte[]) - Method in class net.rim.device.api.system.IOPort
Reads data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.system.IOPort
Reads some data bytes from the receive buffer.
read() - Method in class net.rim.device.api.system.IOPort
Reads single data byte from the receive buffer.
read(byte[]) - Method in class net.rim.device.api.system.SerialPort
Deprecated. Reads data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.system.SerialPort
Deprecated. Reads some data bytes from the receive buffer.
read() - Method in class net.rim.device.api.system.SerialPort
Deprecated. Reads single data byte from the receive buffer.
read(byte[]) - Method in class net.rim.device.api.system.USBPort
Reads data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.system.USBPort
Reads some data bytes from the receive buffer.
read() - Method in class net.rim.device.api.system.USBPort
Reads single data byte from the receive buffer.
read(byte[]) - Method in class net.rim.device.api.util.DataBuffer
Attempts to read to fill provided output buffer.
read(byte[], int, int) - Method in class net.rim.device.api.util.DataBuffer
Attempts to read to fill section of provided output buffer.
read(OutputStream) - Method in class net.rim.device.api.util.DataBuffer
Reads this DataBuffer into the provided output stream.
read(OutputStream, int) - Method in class net.rim.device.api.util.DataBuffer
Reads a section of this DataBuffer into the provided output stream.
READ_FAIL - Static variable in class net.rim.device.api.ui.FontManager
Status code: Returned if can not read the InputStream passed into the load function.
READ_ONLY - Static variable in class javax.microedition.pim.PIM
Constant representing opening a list in read only mode.
READ_TIMEOUT - Static variable in interface net.rim.device.api.io.SocketConnectionEnhanced
Socket option for the time in milliseconds to wait for blocking read calls. (254)
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode
READ_WRITE - Static variable in class javax.microedition.pim.PIM
Constant representing opening a list in read/write mode.
ReadableIntList - Interface in net.rim.device.api.collection
Provides array-like read access to a collection of integer elements.
ReadableIntMap - Interface in net.rim.device.api.collection
Provides read access to a collection using integer values as element keys.
ReadableList - Interface in net.rim.device.api.collection
Provides array-like read access to a collection of object elements.
ReadableListCombiner - Class in net.rim.device.api.collection.util
Combines any number of ReadableList implementations and present them as a single ReadableList.
ReadableListCombiner() - Constructor for class net.rim.device.api.collection.util.ReadableListCombiner
Constructs new ReadableListCombiner instance.
ReadableListUtil - Class in net.rim.device.api.collection.util
Utility methods for retrieving data from a readable list.
ReadableListUtil() - Constructor for class net.rim.device.api.collection.util.ReadableListUtil
Constructs a new ReadableListUtil instance.
ReadableLongList - Interface in net.rim.device.api.collection
Provides array-like read access to a collection of long integer elements.
ReadableLongMap - Interface in net.rim.device.api.collection
Provides read access to a collection using long integer values as element keys.
ReadableSet - Interface in net.rim.device.api.collection
Provides read access to a set-type collection.
ReadableTree - Interface in net.rim.device.api.collection
Provides read access to a tree-type collection.
readBits(int) - Method in class com.google.zxing.common.BitSource
 
readBitString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input.
readBitString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream.
readBitString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBMPString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input.
readBMPString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream.
readBMPString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input.
readBoolean(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream.
readBoolean(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean() - Method in class net.rim.device.api.util.DataBuffer
Determine if next byte is non-zero.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class net.rim.device.api.util.DataBuffer
Retrives next byte from this buffer.
readByteArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a byte array from a data buffer.
readByteArray(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a byte array from a data buffer.
readByteArray() - Method in class net.rim.device.api.util.DataBuffer
Reads byte array from this buffer.
readByteStream(DataBuffer, boolean, OutputStream) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a byte array from a data buffer.
readCertificateFile(String, byte[]) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
/** Parses out a .cer, .crt and other certificate types file and returns the certificate that was found in the file.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class net.rim.device.api.util.DataBuffer
Reads next two bytes mashed together into a character.
readCompressedInt() - Method in class net.rim.device.api.util.DataBuffer
Reads compressed integer.
readCompressedLong() - Method in class net.rim.device.api.util.DataBuffer
Reads compressed long integer.
readDataField(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a byte array.
readDataField(DataBuffer) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a byte array.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class net.rim.device.api.util.DataBuffer
Reads next eight bytes as a double value.
readEnumerated() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input.
readEnumerated(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input with tagging.
readEnumerated(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input with tagging.
readEnumerated(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input with tagging.
readEnumerated() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream.
readEnumerated(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream with tagging.
readEnumerated(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream with tagging.
readEnumerated(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream with tagging.
Reader - Interface in com.google.zxing
Implementations of this interface can decode an image of a barcode in some format into the String it encodes.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
READER_LEFT - Static variable in interface net.rim.device.api.io.nfc.emulation.VirtualNDEFTagCallback
The external reader moved out of range without reading or writing data on the virtual NFC target.
ReaderException - Exception in com.google.zxing
The general exception class throw when something goes wrong during decoding of a barcode.
ReaderStatus - Interface in net.rim.device.api.smartcard
This class defines the status of a smart card reader.
readerStatus(SmartCardReader, int) - Method in interface net.rim.device.api.smartcard.ReaderStatusListener
This method is called to update the status of the reader.
ReaderStatusListener - Interface in net.rim.device.api.smartcard
An interface which allows an application to listen to the status of readers.
ReaderWriterException - Exception in net.rim.device.api.io.nfc.readerwriter
This exception is thrown if a reader/writer specific problem occurs during an NFC operation.
ReaderWriterException(String) - Constructor for exception net.rim.device.api.io.nfc.readerwriter.ReaderWriterException
Constructs a reader/writer NFC exception.
ReaderWriterManager - Class in net.rim.device.api.io.nfc.readerwriter
Provides methods to allow listeners to register and unregister for events relating to tag detection - this includes targets of a specified or any type, NDEF messages and detection errors.
readFieldAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the current field as a byte array.
readFieldAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns the current field as a byte array.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class net.rim.device.api.util.DataBuffer
Reads next four bytes as a float value.
readFromStream(DataInputStream) - Method in class net.rim.device.api.io.http.HttpHeaders
Reads header data from provided stream.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class net.rim.device.api.util.DataBuffer
Reads to fill provided output buffer.
readFully(byte[], int, int) - Method in class net.rim.device.api.util.DataBuffer
Reads to fill section of provided output buffer.
readGeneralizedTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readIA5String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input.
readIA5String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an IA5 string in from the ASN1 input stream.
readIA5String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readInputStream() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves new shared input stream built on current stream.
readInputStream(int) - Method in class net.rim.device.api.io.SharedInputStream
Deprecated. Use instead readInputStream() and then use setLength( int length ) on the new stream.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt(byte[], int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Reads an integer value out of provided buffer.
readInt(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an integer from a data buffer.
readInt(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an integer from a data buffer.
readInt() - Method in class net.rim.device.api.util.DataBuffer
Reads next four bytes as an integer.
readIntArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an integer array from a data buffer.
readIntArrayArray(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an array of integer arrays from a data buffer.
readInteger() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input.
readInteger(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input with tagging.
readInteger(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input with tagging.
readInteger(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input with tagging.
readInteger() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream.
readInteger(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream with tagging.
readInteger(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream with tagging.
readInteger(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream with tagging.
readIntegerAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input.
readIntegerAsByteArray(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream.
readIntegerAsByteArray(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerField(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads an integer field from the data buffer.
readIntegerField(DataBuffer) - Static method in class net.rim.device.api.util.TLEUtilities
Reads an integer field from the data buffer.
readIntegerFieldWithLength(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads an integer field from the data buffer.
readLine() - Method in class net.rim.device.api.io.LineReader
Read CRLF-delimited line from the stream.
readLine() - Method in class net.rim.device.api.util.DataBuffer
Reads the next line of text from the input stream.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a long integer from a data buffer.
readLong(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a long integer from a data buffer.
readLong() - Method in class net.rim.device.api.util.DataBuffer
Reads next eight bytes as a long integer.
readLongArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a long array from a data buffer.
readNull() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input.
readNull(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream.
readNull(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readOctetString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input.
readOctetString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream.
readOctetString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream.
readOctetStringAsByteArray(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOID() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input.
readOID(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
READONLY - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate whether or not the user can change the contents.
ReadOnlyCommandMetadata - Class in net.rim.device.api.command
Read-only version of CommandMetadata.
ReadOnlyCommandMetadata(CommandMetadata) - Constructor for class net.rim.device.api.command.ReadOnlyCommandMetadata
Creates a ReadOnlyCommandMetadata instance.
readPrintableString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input.
readPrintableString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream.
readPrintableString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readSequence() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a sequence in from the ASN1 input.
readSequence(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a sequence in from the ASN1 input with tagging.
readSequence(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a sequence in from the ASN1 input with tagging.
readSequence() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a sequence in from the ASN1 input stream.
readSequence(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a sequence in from the ASN1 input stream with tagging.
readSequence(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a sequence in from the ASN1 input stream with tagging.
readSet() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a set in from the ASN1 input.
readSet(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a set in from the ASN1 input with tagging.
readSet(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a set in from the ASN1 input with tagging.
readSet() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a set in from the ASN1 input stream.
readSet(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a set in from the ASN1 input stream with tagging.
readSet(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a set in from the ASN1 input stream with tagging.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort(byte[], int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Reads a short integer value out of provided buffer.
readShort(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a short integer from a data buffer.
readShort(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a short integer from a data buffer.
readShort() - Method in class net.rim.device.api.util.DataBuffer
Reads next two bytes as a short integer.
readShortArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a short array from a data buffer.
readStreamWithTag(int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a stream from the ASN1 input stream with tagging.
readString(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a string from a data buffer without consuming the field.
readString(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a string from a DataBuffer.
readStringField(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a string.
readStringField(DataBuffer, int, boolean) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a string.
readStringField(DataBuffer, boolean) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a string.
readT61String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input.
readT61String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream.
readT61String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class net.rim.device.api.util.DataBuffer
Reads next single byte as an unsigned byte value.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class net.rim.device.api.util.DataBuffer
Reads next two bytes as an unsigned short value.
readUTCTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class net.rim.device.api.util.DataBuffer
Reads UTF-8 string.
readUTF8String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input.
readUTF8String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream.
readUTF8String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() - Method in interface javax.bluetooth.L2CAPConnection
Determines if there is a packet that can be read via a call to receive().
REAL_NUMERIC - Static variable in class net.rim.device.api.ui.text.TextFilter
Numeric filter that also allows for a minus sign and decimal point.
realize() - Method in interface javax.microedition.media.Player
Constructs portions of the Player without acquiring the scarce and exclusive resources.
REALIZED - Static variable in interface javax.microedition.amms.MediaProcessor
The state of the MediaProcessor indicating that it has all the information it needs to begin processing, but no processing is currently in progress.
REALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired the required information but not the resources to function.
REALIZED - Static variable in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Represents the REALIZED state.
RealtimeClockListener - Interface in net.rim.device.api.system
The listener interface for receiving real-time clock events.
REASON_API_CALL - Static variable in class net.rim.blackberry.api.push.PushApplicationStatus
Status change was initiated by API call
REASON_COMPLETED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is completed normally.
REASON_HOLSTERED - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
The user holstered the device during spell checking, cancelling the spell checking of a field.
REASON_INVALID_PARAMETERS - Static variable in class net.rim.blackberry.api.push.PushApplicationStatus
Invalid parameters were provided that caused registration failure
REASON_KEY_PRESSED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is cancelled by the user pressing a key.
REASON_LOCKED - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
The device entered Security Lock during spell checking, cancelling the spell checking of a field.
REASON_NETWORK_ERROR - Static variable in class net.rim.blackberry.api.push.PushApplicationStatus
Communication failed due to network error
REASON_REJECTED_BY_SERVER - Static variable in class net.rim.blackberry.api.push.PushApplicationStatus
Registration was rejected by server
REASON_SIM_CHANGE - Static variable in class net.rim.blackberry.api.push.PushApplicationStatus
Constant for status reason initiated by SIM card change.
REASON_STOP_CALLED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is cancelled via a call to one of the Alert.stop methods.
REASON_TRACKBALL_ROLLED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is cancelled by the user rolling the trackball.
REASON_UNKNOWN - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
Used to indicate that the reason for the cancellation of the spell checking is unknown.
REASON_USER_CANCELLED - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
The user cancelled the spell checking.
ReasonProvider - Interface in net.rim.device.api.applicationcontrol
Allows an application to provide a String to the system for inclusion in the permission request dialog.
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
receive(byte[]) - Method in interface javax.bluetooth.L2CAPConnection
Reads a packet of data.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram
receive() - Method in interface javax.wireless.messaging.MessageConnection
Receives a message.
receive(Datagram) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
receive(Datagram) - Method in class net.rim.device.api.io.DatagramConnectionBase
Receives a datagram.
receive() - Method in interface net.rim.device.api.io.messaging.BlockingReceiverDestination
Returns a Message.
receive(long) - Method in interface net.rim.device.api.io.messaging.BlockingReceiverDestination
Returns a Message.
RECEIVE_THREAD_SHUTDOWN - Static variable in interface net.rim.device.api.io.ConnEvent
 
receiveError(int) - Method in interface net.rim.device.api.system.IOPortListener
Invoked when a communication error has occurred.
receiveNoWait() - Method in interface net.rim.device.api.io.messaging.BlockingReceiverDestination
Returns a Message if one exists.
ReceiverDestination - Interface in net.rim.device.api.io.messaging
Used to access the InboundDestinationConfiguration object for any ReceiverDestination.
receiveStatusResponse(CertificateStatusRequest) - Method in interface net.rim.device.api.crypto.certificate.status.CertificateStatusListener
Called when a status response is received for an over-the-air status request.
RecentLocationPicker - Class in net.rim.device.api.lbs.picker
The RecentLocationPicker provides the ability for a user to select from a list of recently selected locations via the LocationPicker.
RecentLocationPicker(Manager) - Constructor for class net.rim.device.api.lbs.picker.RecentLocationPicker
Construct a RecentLocationPicker
RECORD_ERROR - Static variable in interface javax.microedition.media.PlayerListener
Posted when an error occurs during the recording.
RECORD_OVERFLOW - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a WTLSCiphertext record was received which had a length more than 2^14+2048 bytes, or a record decrypted to a WTLSCompressed record with more than 2^14+1024 bytes.
RECORD_STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when recording is started.
RECORD_STATUS_MS_ORIGINATED - Static variable in class net.rim.device.api.system.SMSPacketHeader
 
RECORD_STATUS_REPORT_RECEIVED - Static variable in class net.rim.device.api.system.SMSPacketHeader
 
RECORD_STATUS_REPORT_REQUESTED - Static variable in class net.rim.device.api.system.SMSPacketHeader
 
RECORD_STATUS_UNREAD - Static variable in class net.rim.device.api.system.SMSPacketHeader
 
RECORD_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when recording is stopped.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called when a record has been added to a record store.
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - Interface in javax.microedition.rms
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
RecordControl - Interface in javax.microedition.media.control
RecordControl controls the recording of media from a Player.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEnumeration - Interface in javax.microedition.rms
A class representing a bidirectional record store Record enumerator.
recordFile(int, int, String) - Static method in class net.rim.device.api.system.Audio
Deprecated. No longer supported. See javax.microedition.media for an alternative.
RecordFilter - Interface in javax.microedition.rms
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - Interface in javax.microedition.rms
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
recordPattern(BitArray, int, int[]) - Static method in class com.google.zxing.oned.AbstractOneDReader
Records the size of successive runs of white and black pixels in a row, starting at a given point.
recordPatternInReverse(BitArray, int, int[]) - Static method in class com.google.zxing.oned.AbstractOneDReader
 
RecordStore - Class in javax.microedition.rms
A class representing a record store.
RecordStoreException - Exception in javax.microedition.rms
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException() - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException() - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreFullException(String) - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreNotFoundException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException() - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotOpenException - Exception in javax.microedition.rms
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException() - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreNotOpenException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
reCrypt() - Method in class net.rim.device.api.io.http.HttpHeaders
Encrypt the header values via content protection.
reCrypt() - Method in class net.rim.device.api.util.ContentProtectedHashtable
This method will enable protection and cause all the current contents to be encrypted according to the user's content protection settings.
reCrypt() - Method in class net.rim.device.api.util.ContentProtectedVector
Enables protection and encodes this vector's elements according to the user's content protection settings.
Rect - Interface in org.w3c.dom.css
The Rect interface is used to represent any rect value.
RED - Static variable in class net.rim.device.api.ui.Color
 
REDIRECT - Static variable in exception net.rim.device.api.lbs.LocatorException
This address is in a restricted region.
RedirectEvent - Class in net.rim.device.api.browser.field
Event to redirect.
RedirectEvent(Object, String, Event, int) - Constructor for class net.rim.device.api.browser.field.RedirectEvent
Creates a new RedirectEvent instance.
RedirectEvent(Object, String, Event, int, int) - Constructor for class net.rim.device.api.browser.field.RedirectEvent
Creates a new RedirectEvent instance.
ReedSolomonDecoder - Class in com.google.zxing.common.reedsolomon
Implements Reed-Solomon decoding, as the name implies.
ReedSolomonDecoder(GF256) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonDecoder
 
ReedSolomonEncoder - Class in com.google.zxing.common.reedsolomon
Implements Reed-Solomon enbcoding, as the name implies.
ReedSolomonEncoder(GF256) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
ReedSolomonException - Exception in com.google.zxing.common.reedsolomon
Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.
ReedSolomonException(String) - Constructor for exception com.google.zxing.common.reedsolomon.ReedSolomonException
 
reEncode(Object) - Static method in class net.rim.device.api.system.PersistentContent
Re-encodes an object according to the device's current Content Protection/Compression security settings.
reEncode(Object, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Re-encodes an object according to the method parameters and the device's current Content Protection/Compression security settings.
ref - Variable in class javax.microedition.jcrmi.RemoteStub
The remote reference associated with this stub object.
REF_ATTR - Static variable in class net.rim.device.api.io.parser.soap.SOAPElementReference
Reference attribute.
Reference - Class in java.lang.ref
Abstract base class for reference objects.
refresh() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will reload the current page in this BrowserField instance's history
refresh() - Method in class net.rim.device.api.browser.field2.BrowserFieldHistory
This method will reload the current page in this BrowserField instance's history
refresh() - Method in class net.rim.device.api.ui.component.SpinBoxField
This method must be called when the contents/choices have changed.
refresh() - Method in class net.rim.device.api.ui.component.TextSpinBoxField
This method must be called when the contents/choices have changed.
REFRESH_CONTINUOUSLY - Static variable in class net.rim.device.api.collection.util.BasicFilteredList
Like REFRESH_INTERMITTENTLY except that after the list has finished building, it still refreshes on a continual basis regardless of whether the list size changes.
REFRESH_IMMEDIATELY - Static variable in class net.rim.device.api.collection.util.BasicFilteredList
Causes an immediate refresh whenever data is added or removed during the initial building of the list and afterwards.
REFRESH_INTERMITTENTLY - Static variable in class net.rim.device.api.collection.util.BasicFilteredList
Refreshes the list according to the interval specified with setMinimumRefreshInterval() until the list has finished building.
refreshAvailableList() - Method in class net.rim.blackberry.api.phone.MultiLineListener
Invoked when a line has been updated.
REGION_FOCUS - Static variable in class net.rim.device.api.ui.component.table.TableController
A focus policy that ensures that Data Records (shaped by a Data Template) do not receive focus as a whole.
regionHasCookie() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Determines if the cursor is on top of a cookie region.
regionHasCookie(int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Determines if provided region has an associated cookie.
regionHasCookie() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Determines if the cursor is on a cookie object.
regionHasCookie(int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Determine if provided region has an associated cookie.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
RegionStyles - Class in net.rim.device.api.ui.component.table
Container class for the region styles to be applied to a region.
RegionStyles(Border, Font, XYEdges, XYEdges, int, int) - Constructor for class net.rim.device.api.ui.component.table.RegionStyles
Creates an instance of a RegionStyles object that will later correspond to a Data Template region.
register(String, String[], String[], String[], ActionNameMap[], String, String[]) - Method in class javax.microedition.content.Registry
Registers the application class using content type(s), suffix(es), and action(s), action name(s), access restrictions and content handler ID.
register(ApplicationIcon, int, boolean) - Method in class net.rim.blackberry.api.messagelist.ApplicationIndicatorRegistry
Registers an application indicator with given icon.
register(ApplicationIcon, boolean, boolean) - Method in class net.rim.blackberry.api.messagelist.ApplicationIndicatorRegistry
Registers an application indicator with given icon.
register(BrowserContentProvider) - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Registers a browser content provider with the browser.
register(CertificateFactory) - Static method in class net.rim.device.api.crypto.certificate.CertificateFactory
Registers a new CertificateFactory object with the framework.
register(CertificateStatusProvider) - Static method in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Registers the given provider with the framework.
register(DecryptorFactory) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Registers the specified factory.
register(DigestFactory) - Static method in class net.rim.device.api.crypto.DigestFactory
Registers the given Digest object.
register(PrivateKeyDecoder, PrivateKeyDecoder) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Registers a private key decoder class with the API.
register(PrivateKeyEncoder) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyEncoder
Registers the given encoder class with the API.
register(PublicKeyDecoder, PublicKeyDecoder) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Registers a new PublicKeyDecoder with the framework.
register(PublicKeyEncoder) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Registers the given encoder class with the API.
register(SignatureDecoder, SignatureDecoder) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
Registers the class name, given the decoder and decoder scheme.
register(SignatureEncoder) - Static method in class net.rim.device.api.crypto.encoder.SignatureEncoder
Registers the class given the name.
register(SymmetricKeyDecoder, SymmetricKeyDecoder) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Registers a new SymmetricKeyDecoder object with the framework.
register(SymmetricKeyEncoder) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder
Registers the given encoder class with the API.
register(EncryptorFactory) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Registers the specified object.
register(String, int) - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Registers the given InitializationVectorFactory.
register(KeyStore) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
Registers a key store with the key store manager.
register(String, long, CodeSigningKey, KeyStore) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
Registers a key store.
register(int, long, boolean, boolean) - Static method in class net.rim.device.api.crypto.keystore.KeyStoreSyncFields
Allows a third party developer to add a syncConstant (for use with the desktop software) and a long for the associatedData.
register(MACFactory) - Static method in class net.rim.device.api.crypto.MACFactory
Registers the given MACFactory object.
register(SignatureSignerFactory) - Static method in class net.rim.device.api.crypto.SignatureSignerFactory
Registers the given SignatureSignerFactory object.
register(SymmetricKeyFactory) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Registers the given SymmetricKeyFactory.
register(Transcoder) - Static method in class net.rim.device.api.crypto.transcoder.TranscoderManager
Registers a Transcoder.
register(long, String, int) - Static method in class net.rim.device.api.system.EventLogger
Registers the calling application's name and GUID, with a particular viewer type.
register(long, String) - Static method in class net.rim.device.api.system.EventLogger
Registers the calling application's name and guid.
register(Application, int) - Static method in class net.rim.device.api.system.KeyHandlerRegistry
Allows an Application to register to receive global key events, regardless of whether a given event is consumed by a foreground process.
register(Searchable) - Method in class net.rim.device.api.unifiedsearch.registry.SearchRegistry
Adds an implementation of Searchable to the Unified Search Framework.
register(Searchable, boolean) - Method in class net.rim.device.api.unifiedsearch.registry.SearchRegistry
Adds an implementation of Searchable to the Unified Search Framework.
register(ExternalSearchProvider) - Method in class net.rim.device.api.unifiedsearch.registry.SearchRegistry
Adds an implementation of ExternalSearchProvider to the Unified Search Framework.
register() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.RegisterableDataSource
Registers the RegisterableDataSource instance.
register(WidgetConfig, BrowserField) - Method in class net.rim.device.api.web.jse.BlackBerryWidgetToolkit
 
register(WidgetConfig, BrowserField) - Method in interface net.rim.device.api.web.WidgetExtension
Registers the extension - information about the widget is passed to the extension.
RegisterableDataSource - Class in net.rim.device.api.unifiedsearch.searchables.adapters
A RegisterableDataSource is an object that can be registered with the search framework.
registerAddressBookFieldFactory(AddressBookFieldFactory, long) - Static method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactUtilities
Deprecated. use LinkedContactUtilities.registerLinkedContactInfoProvider(LinkedContactInfoProvider, long, int).
registerAlarm(String, long) - Static method in class javax.microedition.io.PushRegistry
Register a time to launch the specified application.
registerApplication(String, ApplicationDescriptor) - Method in class net.rim.blackberry.api.accessory.AccessoryManager
Register against an application identifier so that an accessory with a matching application identifier will start the given application.
registerApplication(int, ApplicationDescriptor) - Method in class net.rim.blackberry.api.accessory.AccessoryManager
Registers an application to start for a given accessory type.
registerApplication(PushApplicationDescriptor) - Static method in class net.rim.blackberry.api.push.PushApplicationRegistry
Registers given client-side push application for incoming push messages.
registerChannel(String, int, int) - Static method in class net.rim.device.api.system.USBPort
Registers a channel.
registerCIDAsSingleton(String) - Method in class net.rim.device.api.servicebook.ServiceBook
Allows an application to indicate that only one CID is supported.
registerCIDAsSingleton(String, boolean, boolean) - Method in class net.rim.device.api.servicebook.ServiceBook
Allows an application to indicate that only one CID is supported.
registerCommand(CommandHandler, CommandMetadata) - Method in interface net.rim.device.api.command.registrar.CommandRegistrarConnection
Registers a command's handler and its associated metadata.
registerCommand(CommandMetadata) - Method in class net.rim.device.api.command.registrar.LocalCommandRegistrarConnection
Registers a command using metadata only.
registerCommand(CommandHandler, CommandMetadata) - Method in class net.rim.device.api.command.registrar.LocalCommandRegistrarConnection
Registers a command using its command handler and associated metadata.
registerCommand(CommandHandler, CommandMetadata) - Method in class net.rim.device.api.command.registrar.RemoteCommandRegistrarConnection
Registers a command using its command handler and associated metadata.
registerConnection(String, String, String) - Static method in class javax.microedition.io.PushRegistry
Register a dynamic connection with the application management software.
registerConsequence(long, Consequence) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds a new consequence to the list of known event consequences.
registerContent(int, String, byte[]) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when new content for a particular resource is received.
REGISTERED_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '®'.
registerFilter(String, String) - Static method in class net.rim.device.api.io.http.HttpFilterRegistry
Registers a new fully qualified domain name (FQDN) with a package name.
registerFilter(String, String, boolean) - Static method in class net.rim.device.api.io.http.HttpFilterRegistry
Registers a new fully qualified domain name (FQDN) with a package name.
registerFolder(long, String, ReadableList) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Registers an application message folder with folder ID and name.
registerFolder(long, String, ReadableList, boolean) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Registers an application message folder with folder ID and name.
registerFolder(long, String, ReadableList, ApplicationFolderIntegrationConfig) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Registers an application message folder with folder ID and name.
registerGlobalLocationPicker(LocationPicker.Picker) - Static method in class net.rim.device.api.lbs.picker.LocationPicker
Register a global location picker that is available to all applications.
registerHandler(int, ApplicationDescriptor) - Static method in class net.rim.blackberry.api.cradle.CradleHandlerRegistry
Deprecated. Use AccessoryManager.registerApplication(java.lang.String, net.rim.device.api.system.ApplicationDescriptor). Any registrations are mapped to the AccessoryManager.
registerInlineScript(BrowserFieldScript) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked for each internal or eval'd script that is successfully compiled
registerLinkedContactInfoProvider(LinkedContactInfoProvider, long, int) - Static method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactUtilities
Registers a LinkedContactInfoProvider for providing information about a linked contact.
registerListener(DataModelListener) - Method in class net.rim.device.api.ui.component.table.DataModel
Register a listener to listen for changes to the data model.
registerMenuItems(ApplicationMenuItem[], long, int, ApplicationDescriptor) - Static method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactUtilities
Takes an array of menu items that you want to display in the menu when a linked contact is viewed in the Contacts application.
registerMessageIcon(int, int, ApplicationIcon) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Registers an icon for given message type and status
registerMessageMenuItems(int, int, ApplicationMenuItem[]) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Registers menu items for given message type and status.
registerMessageMenuItems(int, int, ApplicationMenuItem[], ApplicationDescriptor) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Registers menu items for given message type and status.
registerMIMETypeMapping(String, String) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Register a MIME type mapping, associating one MIME type to another MIME type.
registerNotificationsEngineListener(long, NotificationsEngineListener) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds a listener to the list of known engine listeners.
registerNotifyPattern(byte[]) - Static method in class net.rim.device.api.system.IOPort
Deprecated. Please use SerialPort.registerNotifyPattern(byte[]) instead.
registerNotifyPattern(byte[]) - Static method in class net.rim.device.api.system.SerialPort
Deprecated. Registers a pattern to look for on the port.
registerOptionsProvider(OptionsProvider) - Static method in class net.rim.blackberry.api.options.OptionsManager
Registers an options provider.
registerOptionsProvider(ExtendedOptionsProvider) - Static method in class net.rim.blackberry.api.options.OptionsManager
Registers an extended option provider.
registerScript(BrowserFieldScript) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked for each external script that is successfully loaded and compiled
registerService(Service, String, ApplicationDescriptor) - Method in class net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger
Registers a Service with the BlackBerry Messenger application.
registerSource(long, Object, int, long) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds the application to the list of known event sources, inheriting defaults from another application.
registerSource(long, Object, int) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds the application to the list of known event sources.
registerStorefront(Class) - Method in class net.rim.blackberry.web.widget.jil.JILWidgetRuntime
This method must only be called by the ODP application in order to register its implementation of the JILWidgetStorefront interface
registerType(String, String, int) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Register a media and MIME type associated with an extension.
registerUserAuthenticator(UserAuthenticator) - Method in class net.rim.device.api.userauthenticator.UserAuthenticatorManager
Register a user authenticator with this manager.
RegistrationException - Exception in net.rim.device.api.command.registrar
Signals that a registration exception has occurred.
RegistrationException() - Constructor for exception net.rim.device.api.command.registrar.RegistrationException
Creates an instance of RegistrationException with null as its detail message.
RegistrationException(String) - Constructor for exception net.rim.device.api.command.registrar.RegistrationException
Creates an instance of RegistrationException with a specified detail message.
RegistrationException - Exception in net.rim.device.api.unifiedsearch.registry
Runtime exception that is raised when exceptions are encountered during registration or de-registration.
RegistrationException() - Constructor for exception net.rim.device.api.unifiedsearch.registry.RegistrationException
Contructor with no detailed message.
RegistrationException(String) - Constructor for exception net.rim.device.api.unifiedsearch.registry.RegistrationException
Constructor with a detailed message.
RegistrationToken - Class in net.rim.device.api.unifiedsearch.registry
A unique token assigned to an application during registration in the Unified Search Framework.
Registry - Class in javax.microedition.content
The Registry provides method to invoke, register, unregister, and query information about content handlers.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.IntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.IntIntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.IntLongHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.LongHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.LongIntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.ToIntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.ToLongHashtable
Rehashes the contents of this hashtable.
reinvoke(Invocation) - Method in class javax.microedition.content.Registry
Reinvokes the Invocation and uses the ID, type, URL, and action to find a matching ContentHandler and re-queues this request to it.
REJECTED - Static variable in interface net.rim.device.api.io.nfc.push.NDEFPushStatusCallback
Indicates that the NDEF push request was rejected by the remote device.
relayout() - Method in class net.rim.device.api.ui.UiApplication
Updates the layout of all screens and repaints.
relayout() - Method in interface net.rim.device.api.ui.UiEngine
Updates the layout of all screens and repaints.
release() - Method in interface net.rim.device.api.io.messaging.Destination
Releases a destination.
releaseConnection(ConnectionInfo) - Method in interface net.rim.plazmic.mediaengine.io.Connector
Deprecated. Releases the network connection.
releaseTarget() - Method in class javax.microedition.m2g.ScalableGraphics
Flushes the rendered ScalableImage to the currently bound target and then releases the target.
reload(Object) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Reloads from another collection.
reload(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Reloads elements from another collection.
reload(Object) - Method in class net.rim.device.api.collection.util.SortedReadableList
Reload from the given collection and resort.
reload(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Reloads from the given collection.
remaining() - Method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
REMINDER - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryToDo
Represents the date and time that this ToDo's reminder will be fired.
Remote - Interface in java.rmi
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
REMOTE_OBJECT_NOT_EXPORTED - Static variable in exception javacard.framework.service.ServiceException
This reason code is used by RMIService to indicate that the remote method returned an remote object which has not been exported.
REMOTE_TRANSPORT_UNAVAILABLE - Static variable in class net.rim.device.api.io.nfc.handover.ConnectionHandoverFailedEvent
Indicates a failure occurred because the transport was unavailable on the partner device.
RemoteCommandRegistrarConnection - Class in net.rim.device.api.command.registrar
Interacts with the command registrar that is available to all processes.
RemoteCommandRegistrarConnection() - Constructor for class net.rim.device.api.command.registrar.RemoteCommandRegistrarConnection
Creates a RemoteCommandRegistrarConnection instance.
RemoteDevice - Class in javax.bluetooth
The RemoteDevice class represents a remote Bluetooth device.
RemoteDevice(String) - Constructor for class javax.bluetooth.RemoteDevice
Creates a Bluetooth device based upon its address.
remoteEquals(RemoteRef) - Method in interface javax.microedition.jcrmi.RemoteRef
Compares two remote references.
RemoteException - Exception in java.rmi
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException() - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with no specified detail message.
RemoteException(String) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message.
RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message and nested exception.
remoteHashCode() - Method in interface javax.microedition.jcrmi.RemoteRef
Returns a hashcode for a remote object.
RemoteLookupListener - Interface in net.rim.blackberry.api.pdap
A listener interface for remote lookups on a BlackBerryContactList.
RemoteRef - Interface in javax.microedition.jcrmi
The interface RemoteRef represents the handle for a remote object.
RemoteStub - Class in javax.microedition.jcrmi
The RemoteStub class is the common superclass for stubs of remote objects.
RemoteStub() - Constructor for class javax.microedition.jcrmi.RemoteStub
Constructs a RemoteStub.
REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just removed.
remove(Object) - Method in class java.util.Hashtable
Removes value by key.
remove(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Removes the specified Layer from this LayerManager.
remove(long) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Removes element by key.
remove(Object) - Method in class net.rim.device.api.collection.util.SparseList
Removes element.
remove(int) - Method in interface net.rim.device.api.collection.WritableIntMap
Removes element by key.
remove(Object) - Method in interface net.rim.device.api.collection.WritableList
Removes element.
remove(long) - Method in interface net.rim.device.api.collection.WritableLongMap
Removes element by key.
remove(Object) - Method in interface net.rim.device.api.collection.WritableSet
Removes an element from this set.
remove(String) - Method in class net.rim.device.api.command.registrar.CategoryCollection
Removes a specified category from the collection.
remove(String) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Removes all elements tagged with the specified tag.
remove(IntVector) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Removes all items with the specified IDs.
remove(int) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Removes the item with the specified ID from the store.
remove(long) - Method in class net.rim.device.api.system.RuntimeStore
Removes an object from the store
remove(long, CodeSigningKey) - Method in class net.rim.device.api.system.RuntimeStore
Removes an object in the store by ID, verifying permissions with the provided key.
remove(long, CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.RuntimeStore
Removes an object in the store by its ID, verifying permissions with the provided keys.
remove(String, Locale) - Method in class net.rim.device.api.ui.autotext.AutoText
Remove the autotext entry for the given string.
remove(RadioButtonField) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Removes radio button field from this group.
remove(int) - Method in class net.rim.device.api.ui.component.table.RichList
Removes the contents of a specific row in the RichList and removes them from the screen as well.
remove(int) - Method in class net.rim.device.api.ui.component.table.SimpleList
Removes a String of data at a specific position in the SimpleList and updates the screen accordingly.
remove(int) - Method in class net.rim.device.api.ui.input.InputSettings
Removes the value associated with the specified input attribute.
remove(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Remove an element from the array.
remove(int) - Method in class net.rim.device.api.util.IntHashtable
Removes value by key.
remove(int) - Method in class net.rim.device.api.util.IntIntHashtable
Removes value by key.
remove(int) - Method in class net.rim.device.api.util.IntLongHashtable
Removes value by key.
remove(long) - Method in class net.rim.device.api.util.LongHashtable
Removes value by key.
remove(long) - Method in class net.rim.device.api.util.LongIntHashtable
Removes value by key.
remove(int) - Method in class net.rim.device.api.util.SimpleSortingVector
Deprecated. Use Vector.removeElementAt(int) instead.
remove(Object) - Method in class net.rim.device.api.util.ToIntHashtable
Removes value by key.
remove(Object) - Method in class net.rim.device.api.util.ToLongHashtable
Removes value by key.
remove(HotspotClient) - Static method in class net.rim.device.api.wlan.hotspot.HotspotClientRegistry
Removes a client from the registry.
remove(String) - Method in class org.json.me.JSONObject
Remove a name and its value, if present.
remove(int) - Method in interface org.w3c.dom.html2.HTMLSelectElement
Remove an element from the collection of OPTION elements for this SELECT.
REMOVE_NON_EMPTY_LIST - Static variable in class net.rim.blackberry.api.pdap.BlackBerryPIM
Constant indicating that a non-empty PIM list can be removed.
removeAccelerometerListener() - Method in class net.rim.device.api.system.AccelerometerSensor.Channel
Deprecated. use AccelerometerSensor.Channel.removeAccelerometerListener( AccelerometerListener l )
removeAccelerometerListener(AccelerometerListener) - Method in class net.rim.device.api.system.AccelerometerSensor.Channel
Deregisters an accelerometer listener.
removeAccessibleEventListener(AccessibleEventListener) - Static method in class net.rim.device.api.ui.accessibility.AccessibilityManager
Unregister accessible event listener.
removeAddress(String, String) - Method in interface javax.wireless.messaging.MultipartMessage
Removes an address from the multipart message.
removeAddresses() - Method in interface javax.wireless.messaging.MultipartMessage
Removes all addresses of types "to", "cc", and "bcc" from the multipart message.
removeAddresses(String) - Method in interface javax.wireless.messaging.MultipartMessage
Removes all addresses of the specified type from the multipart message.
removeAdjustment(Adjustment) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Removes the association with an Adjustment object.
removeAdjustment(Adjustment) - Method in class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorModel
Because ActivityIndicatorModel is not represented by a value, it does not accept Adjustment objects.
removeAlertListener(AlertListener) - Method in class net.rim.device.api.system.Application
Removes an alert listener from this application.
removeAll() - Method in class net.rim.device.api.collection.util.BigIntVector
Removes all this vector's elements.
removeAll() - Method in class net.rim.device.api.collection.util.BigLongVector
Removes all this vector's elements.
removeAll() - Method in class net.rim.device.api.collection.util.BigVector
Removes all this vector's elements.
removeAll() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Removes all elements.
removeAll() - Method in class net.rim.device.api.collection.util.SparseList
Flush this collection.
removeAll() - Method in interface net.rim.device.api.collection.WritableIntMap
Removes all elements.
removeAll() - Method in interface net.rim.device.api.collection.WritableList
Removes all elements from the collection.
removeAll() - Method in interface net.rim.device.api.collection.WritableLongMap
Removes all elements.
removeAll() - Method in interface net.rim.device.api.collection.WritableSet
Removes all elements from this set.
removeAll(CategoryCollection) - Method in class net.rim.device.api.command.registrar.CategoryCollection
Removes all categories specified in a CategoryCollection.
removeAll() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method removes all of the cipher suites from the current saved list.
removeAll() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method removes all of the cipher suites from the current saved list.
removeAll() - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Removes all mappable elements from storage.
removeAll() - Method in class net.rim.device.api.ui.input.InputSettings
Removes all values contained within this InputSettings object.
removeAll() - Method in class net.rim.device.api.util.SimpleSortingVector
Deprecated. Use Vector.removeAllElements() instead.
removeAllAnimations() - Method in class net.rim.device.api.animation.AnimationGroup
Removes all animations from the group.
removeAllBeginTriggers() - Method in class net.rim.device.api.animation.AbstractAnimation
Removes all begin triggers on the animation.
removeAllClassBasedStyles() - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Removes all class-based styles from this style set.
removeAllData() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Removes all data associated with this SearchableDataSource instance.
removeAllData(RegistrationToken) - Method in class net.rim.device.api.unifiedsearch.UnifiedSearchServices
Removes all SearchableEntity objects associated with a data source.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Removes all elements from the list of servers.
removeAllElements() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Removes all elements from the folder.
removeAllElements() - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
 
removeAllElements() - Method in class net.rim.device.api.util.ByteVector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class net.rim.device.api.util.IntVector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class net.rim.device.api.util.LongVector
Removes all components from this vector and sets its size to zero.
removeAllEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This class removes all the encryption algorithms stored in the storage.
removeAllEndTriggers() - Method in class net.rim.device.api.animation.AbstractAnimation
Removes all end triggers on the animation.
removeAllIdBasedStyles() - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Removes all ID-based styles from this style set.
removeAllInnerBoundaries() - Method in class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Removes all inner boundaries from this complex polygon.
removeAllKeyExchangeAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This class removes all the keyex algorithms stored in the storage.
removeAllListeners() - Method in class net.rim.device.api.lbs.maps.model.MappableEventManager
Removes all listeners from the event manager.
removeAllMACAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This class removes all the mac algorithms stored in the storage.
removeAllMenuItems() - Method in class net.rim.device.api.ui.container.MainScreen
Removes all menu items from this screen's menu.
removeAllPoints() - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
Removes all points from the MapPolyLine.
removeAllRecipients(int) - Method in class net.rim.blackberry.api.mail.Message
Removes all the recipients of the type specified.
removeAllSyncObjects() - Method in interface net.rim.device.api.synchronization.SyncCollection
Flush all sync objects out of this collection.
removeAllSyncObjects() - Method in class net.rim.device.api.synchronization.SyncItem
 
removeAnimation(AbstractAnimation) - Method in class net.rim.device.api.animation.AnimationGroup
Removes an animation from the group.
removeAt(int) - Method in class net.rim.device.api.collection.util.SparseList
Removes element by index.
removeAt(int) - Method in interface net.rim.device.api.collection.WritableList
Removes element by index.
removeAttachmentHandler(AttachmentHandler) - Method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Deregisters an attachment handler from the manager.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeBeginTrigger(AnimationTrigger) - Method in class net.rim.device.api.animation.AbstractAnimation
Removes the specified begin trigger from the animation.
removeBodyPart(BodyPart) - Method in class net.rim.blackberry.api.mail.Multipart
Removes provided body part from this multipart.
removeBodyPart(int) - Method in class net.rim.blackberry.api.mail.Multipart
Removes body part by index from this multipart.
removeChangeListener(FieldChangeListener) - Method in class net.rim.device.api.lbs.maps.ui.MapField
Removes the given FieldChangeListener from the list of listeners.
removeChars(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Removes specified characters from a string.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeCipherSuite(int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Removes the specified cipher suite from the priority list.
removeCipherSuite(int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Removes the specified cipher suite from the priority list.
removeClassBasedStyle(Class) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Removes a class-based style from this style set.
removeClock() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Removes the clock component from the StandardTitleBar object.
removeCollectionListener(Object) - Method in interface net.rim.device.api.collection.CollectionEventSource
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Removes a listener from this collections list.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Unregisters a collection listener.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Removes a listener object from the list of those receiving events.
removeCollectionListener(CollectionListener) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
 
removeCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method is called when the developer wants to remove the listener from this keystore.
removeCollectionListener(Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
This method is called when the developer wants to remove the listener from this keystore.
removeCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.synchronization.OTASyncCapableSyncItem
 
removeColumnAt(int, boolean) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Deletes a column from the model at the specified index.
removeColumnAt(int) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Deletes a column from the model at the specified index.
removeCommand(Command) - Method in class javax.microedition.lcdui.Alert
Similar to Displayable.removeCommand(javax.microedition.lcdui.Command), however when the application removes the last command from an Alert, Alert.DISMISS_COMMAND is implicitly added.
removeCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Removes a command from the Displayable.
removeCommand(Command) - Method in class javax.microedition.lcdui.Item
Removes the context sensitive command from item.
removeCommand(Command) - Method in class javax.microedition.lcdui.List
The same as Displayable.removeCommand but with the following additional semantics.
removeCommand(Command) - Method in class javax.microedition.lcdui.StringItem
 
removeConnectionHandoverListener(ConnectionHandoverListener) - Method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverManager
Removes a ConnectionHandoverListener.
removeContact(Contact) - Method in interface javax.microedition.pim.ContactList
Removes a Contact from this list.
removeCriteria(SearchFieldCriteria) - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteriaList
Removes a SearchFieldCriteria instance from this SearchCriteriaList.
removeData(Object) - Method in class net.rim.device.api.lbs.maps.model.MapLocation
Removes existing data for a specific key.
removeDataSet(int) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Removes the specified data set.
removeDataSource(int) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Removes the specified data source.
removeDefaultSessionListener(DefaultSessionListener) - Static method in class net.rim.blackberry.api.mail.Session
De-registers a default Session listener.
removeDetectionErrorListener(DetectionErrorListener) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Removes a detection error listener.
removeDetectionListener(DetectionListener) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Removes a notification listener.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElement(DataElement) - Method in class javax.bluetooth.DataElement
Removes the first occurrence of the DataElement from this object.
removeElement(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Removes element from vector.
removeElement(GsElement) - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Removes the given element from this folder.
removeElement(Object) - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
 
removeElement(int) - Method in class net.rim.device.api.script.ScriptableImpl
Removes a pushed element from this object.
removeElement(byte) - Method in class net.rim.device.api.util.ByteVector
Removes the first occurrence of the argument from this vector.
removeElement(int) - Method in class net.rim.device.api.util.IntVector
Removes the first occurrence of the argument from this vector.
removeElement(long) - Method in class net.rim.device.api.util.LongVector
Removes the first occurrence of the argument from this vector.
removeElement(int) - Method in class net.rim.device.api.util.SimpleSortingIntVector
Optimized removeElement() method.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeElementAt(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Deletes element by index.
removeElementAt(int) - Method in class net.rim.device.api.collection.util.BigLongVector
Deletes element by index.
removeElementAt(int) - Method in class net.rim.device.api.collection.util.BigVector
Deletes element by index.
removeElementAt(int) - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Removes the element at the given index from this folder.
removeElementAt(int) - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
 
removeElementAt(int) - Method in class net.rim.device.api.util.ByteVector
Deletes the component at the specified index.
removeElementAt(int) - Method in class net.rim.device.api.util.IntVector
Deletes the component at the specified index.
removeElementAt(int) - Method in class net.rim.device.api.util.LongVector
Deletes the component at the specified index.
removeEncryptionAlgorithm(byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Removes the specified encryption algorithm from the priority list.
removeEndTrigger(AnimationTrigger) - Method in class net.rim.device.api.animation.AbstractAnimation
Removes the specified end trigger from the animation.
removeEvent(Event) - Method in interface javax.microedition.pim.EventList
Removes an Event from the list.
removeEvent(Event, int) - Method in interface net.rim.blackberry.api.pdap.BlackBerryEventList
Removes an event.
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event target.
removeExceptDate(long) - Method in class javax.microedition.pim.RepeatRule
Remove a Date for which this RepeatRule should not occur.
removeField(String) - Method in class net.rim.device.api.script.ScriptableImpl
Removes a pushed field from this object.
removeFileSystemJournalListener(FileSystemJournalListener) - Method in class net.rim.device.api.system.Application
Removes a file system journal listener from this application.
removeFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
Removes a registered FileSystemListener.
removeFileSystemListener(FileSystemListener) - Method in class net.rim.device.api.system.Application
Removes a file system listener from this application.
removeFocus() - Method in class net.rim.device.api.ui.Screen
Removes focus from this screen.
removeFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Folder
Removes a folder-event listener.
removeFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Store
Removes a folder listener from the root level.
removeFromCategory(String) - Method in interface javax.microedition.pim.PIMItem
Removes a category from this item.
removeGlobalEventListener(GlobalEventListener) - Method in class net.rim.device.api.system.Application
Removes a global event listener from this application.
removeHeader(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Removes a header from this body part.
removeHeader(String) - Method in class net.rim.blackberry.api.mail.Message
Removes all headers by name.
removeHeader(String) - Method in interface net.rim.blackberry.api.mail.Part
Removes all header fields by name.
removeHolsterListener(HolsterListener) - Method in class net.rim.device.api.system.Application
Deprecated.  
removeIcon() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Removes the application icon from the StandardTitleBar object.
removeIdBasedStyle(Object) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Removes an ID-based style from this style set.
removeImage(Object) - Method in interface javax.microedition.amms.control.imageeffect.OverlayControl
Removes the overlay Image.
removeIndex(long) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Removes an index from all of the keystores in the combined keystore.
removeIndex(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Removes the index from the key store and ensures that the aliases used to index key store information regarding this Index class will be removed.
removeIndex(long) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
removeIndex(long) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
removeInnerBoundary(MapSimplePolygon) - Method in class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Removes the given inner boundary from this complex polygon, if it exists.
removeInputSettings(InputSettings) - Method in class net.rim.device.api.ui.Screen
Removes attributes in the specified InputSettings object from this screen.
removeInputSettings(InputSettings) - Method in class net.rim.device.api.ui.UiEngineInstance
Removes attributes in the specified InputSettings object from this UiEngineInstance.
removeIOPortListener(IOPortListener) - Method in class net.rim.device.api.system.Application
Removes an I/O port event listener from this application.
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Remove the key from the preferred keystore.
removeKey(KeyStoreData, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Removes this key store data from the key store and ensures that any links to this object are removed from the key store.
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Removes this key store data from the key store and ensures that any links to this object are removed from the key store.
removeKey(int) - Method in class net.rim.device.api.util.IntMultiMap
Removes values by key.
removeKey(Object) - Method in class net.rim.device.api.util.MultiMap
Removes values by key.
removeKeyExchangeAlgorithm(byte[]) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Removes the specified KeyX algorithm from the priority list.
removeKeyListener(KeyListener) - Method in class net.rim.device.api.system.Application
Removes a key event listener from this application.
removeKeyListener(KeyListener) - Method in class net.rim.device.api.ui.Screen
Removes a key event listener from this screen.
removeKeyStore(int) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Allows you to remove a keystore from the combined keystore.
removeLandmarkFromCategory(Landmark, String) - Method in class javax.microedition.location.LandmarkStore
Removes the named landmark from the specified category.
removeListChangeListener(ListChangeListener) - Method in class net.rim.blackberry.api.pdap.BlackBerryPIM
Removes a ListChangeListener from being notified of list change events.
removeListener(SessionListener) - Method in interface net.rim.blackberry.api.blackberrymessenger.Session
Removes a SessionListener from this Session.
removeListener(ApplicationMessageFolderListener) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Removes a folder listener.
removeListener(PIMListListener) - Method in interface net.rim.blackberry.api.pdap.BlackBerryPIMList
Removes a PIM list listener from this PIM list.
removeListener(PhoneLogListener) - Static method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Removes a registered PhoneLogListener instance from the system.
removeListener(BrowserFieldListener) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will deregister the specified BrowserFieldListener so that it no longer receives events from this instance of a BrowserField
removeListener(CoverageStatusListener) - Static method in class net.rim.device.api.io.transport.TransportInfo
Removes the specified CoverageStatusListener
removeListener(ITPolicyListener) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Remove a listener from the calling application's list of listeners.
removeListener(Application, ITPolicyListener) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Remove a listener from the calling application's list of listeners.
removeListener(MappableEventListener) - Method in class net.rim.device.api.lbs.maps.model.MappableEventManager
De-registers the specified listener from receiving updates on the mappable item.
removeListener(LDAPListener) - Method in class net.rim.device.api.ldap.LDAPQuery
Removes an LDAP listener from this query.
removeListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Removes provided listener from this daemon's registry.
removeListener(ServiceRoutingListener) - Method in class net.rim.device.api.servicebook.ServiceRouting
Remove a listener for BlackBerry data service routing changes.
removeListener(ReaderStatusListener) - Method in class net.rim.device.api.smartcard.SmartCardReader
Unregisters the given listener with this reader.
removeListener(Application, AudioListener) - Static method in class net.rim.device.api.system.Audio
Removes an audio listener from the specified application.
removeListener(long, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Unregisters a specified device capability listener of a specified capability type.
removeListener(Application, CodeModuleListener) - Static method in class net.rim.device.api.system.CodeModuleManager
Removes a registered CodeModuleListener from an application's list of listeners.
removeListener(CoverageStatusListener) - Static method in class net.rim.device.api.system.CoverageInfo
Removes listener from the calling application's list of listeners.
removeListener(Application, CoverageStatusListener) - Static method in class net.rim.device.api.system.CoverageInfo
Removes listener from the provided application's list of listeners.
removeListener(MultiServicePlatformListener) - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Removes the specified listener.
removeListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Removes a persistent content listener.
removeListener(Application, SensorListener) - Static method in class net.rim.device.api.system.Sensor
Removes a listener from the provided application's list of listeners.
removeListener(SetupListener) - Method in class net.rim.device.api.system.SetupManager
Removes a listener for receiving notifications about state changes of the Setup application.
removeListener(WLANListener) - Static method in class net.rim.device.api.system.WLANInfo
Removes the provided WLAN listener from the calling application.
removeListener(AdjustmentListener) - Method in class net.rim.device.api.ui.Adjustment
Remove a listener so that it will no longer receive updates.
removeListener(ProgressIndicatorListener) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Removes an associated ProgressIndicatorListener object.
removeListener(Vector, Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Removes a listener from the list of listeners.
removeListener(Object[], Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Removes a listener from the list of listeners.
removeListener(TimeSourceListener) - Method in class net.rim.device.api.util.TimeSource
Removes a listener from the TimeSource.
removeListener(HotspotStatusListener) - Method in class net.rim.device.api.wlan.hotspot.HotspotAuthenticationAgent
Removes a hotspot status listener from the agent.
removeLocationPicker(LocationPicker.Picker) - Method in class net.rim.device.api.lbs.picker.LocationPicker
Removes an individual location picker from this instance.
removeLowMemoryFailedListener(LowMemoryFailedListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Removes a LowMemoryFailedListener.
removeLowMemoryListener(LowMemoryListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Removes a LowMemoryListener.
removeMACAlgorithm(byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Removes the specified MAC algorithm from the priority list.
removeMagnetometerListener(MagnetometerListener) - Method in class net.rim.device.api.system.MagnetometerSensor.Channel
Deregisters a magnetometer listener.
removeMediaActionHandler(MediaActionHandler) - Method in class net.rim.device.api.system.Application
Removes a MediaActionHandler from this applicaton's list of media actions handlers.
removeMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Removes a listener from the media.
removeMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Unregisters a listener from the MediaPlayer.
removeMediaProcessorListener(MediaProcessorListener) - Method in interface javax.microedition.amms.MediaProcessor
Remove a MediaProcessorListener that was receiving events generated by this MediaProcessor.
removeMemo(BlackBerryMemo) - Method in interface net.rim.blackberry.api.pdap.BlackBerryMemoList
Removes a BlackBerryMemo from the list.
removeMenuItem(long, ApplicationMenuItem) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Removes a given item from a menu.
removeMenuItem(MenuItem) - Method in class net.rim.device.api.ui.container.MainScreen
Removes a menu item from the screen's menu.
removeMessageListener(MessageListener) - Method in class net.rim.blackberry.api.mail.Message
Removes a message listener from this message.
removeMessagePart(MessagePart) - Method in interface javax.wireless.messaging.MultipartMessage
Removes a MessagePart from the multipart message.
removeMessagePartId(String) - Method in interface javax.wireless.messaging.MultipartMessage
Removes a MessagePart with the specific content ID from the multipart message.
removeMessagePartLocation(String) - Method in interface javax.wireless.messaging.MultipartMessage
Removes MessageParts with the specific content location from the multipart message.
removeMIDIChannel(Player, int) - Method in interface javax.microedition.amms.Module
Removes a MIDI channel from the module.
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeNDEFMessageListener(int, String) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Removes an NDEF message notification listener.
removeNFCFieldListener(NFCFieldListener) - Method in class net.rim.device.api.io.nfc.NFCManager
Removes a registered NFCFieldListener.
removeNFCListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Removes a listener from the list of NFC capability listeners.
removeNFCStatusListener(NFCStatusListener) - Static method in class net.rim.device.api.io.nfc.NFCManager
Removes an NFCStatusListener.
removeNotifications() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Removes the notifications component from the StandardTitleBar object.
removeParticipantAt(int) - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Removes participant by index.
removePatterns(ApplicationDescriptor) - Static method in class net.rim.blackberry.api.stringpattern.PatternRepository
Removes all patterns in the repository for the current application
removePerimeter(String) - Method in class net.rim.device.api.location.Geofence
Stops monitoring a specified area.
removePeripheralListener(PeripheralListener) - Method in class net.rim.device.api.system.Application
Deprecated.  
removePhoneListener(PhoneListener) - Static method in class net.rim.blackberry.api.phone.Phone
De-registers a phone listener from the system.
removePhysicalKeyboardListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Removes a listener from the list of physical keyboard capability listeners.
removePIMList(int, long, int) - Method in class net.rim.blackberry.api.pdap.BlackBerryPIM
Removes a PIMList.
removePIMList(int, String) - Method in class net.rim.blackberry.api.pdap.BlackBerryPIM
Removes an empty PIMList.
removePIMList(int, long) - Method in class net.rim.blackberry.api.pdap.BlackBerryPIM
Removes an empty PIMList.
removePIMList(int, String, int) - Method in class net.rim.blackberry.api.pdap.BlackBerryPIM
Removes a PIMList.
removePlayer(Player) - Method in interface javax.microedition.amms.Module
Removes a Player or all channels of a Player from the module.
removePlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Remove a player listener for this player.
removePoint(MapPoint) - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
Removes the first instance of the given point.
removePointAt(int) - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
Removes the point at the given index.
removeProperties(String) - Method in class net.rim.device.api.io.http.HttpHeaders
Removes all header properties identified by provided key.
removeProperty(int) - Method in class net.rim.device.api.io.http.HttpHeaders
Removes header property identified by provided key position.
removeProperty(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to remove a CSS property if it has been explicitly set within this declaration block.
removeProximityListener(ProximityListener) - Static method in class javax.microedition.location.LocationProvider
Removes a ProximityListener from the list of recipients for updates.
removeRadioListener(RadioListener) - Method in class net.rim.device.api.system.Application
Removes a radio event listener from this application.
removeRealtimeClockListener(RealtimeClockListener) - Method in class net.rim.device.api.system.Application
Removes a real-time clock event listener from this application.
removeReasonProvider(ReasonProvider) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Removes a ReasonProvider from the currently running application.
removeRecipients(int, Address[]) - Method in class net.rim.blackberry.api.mail.Message
Removes all the recipients of the type specified from the array of Addresses
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeRotationListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Removes a listener from the list of rotation capability listeners.
removeRotationListener(RotationListener) - Method in class net.rim.device.api.ui.UiEngineInstance
Deregisters the given listener from receiving rotation updates.
removeRowAt(int, boolean) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Deletes a row from the model at the specified index.
removeRowAt(int) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Deletes a row from the model at the specified index.
removeRowRangeAt(int, int) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Deletes a range of rows from the model at a specified index.
removeScreenUiEngineAttachedListener(ScreenUiEngineAttachedListener) - Method in class net.rim.device.api.ui.Screen
Removes a ScreenUiEngineAttachedListener event listener from this screen.
removeSearchableData(SearchableDataObject[]) - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Removes an array of SearchableDataObject items from the search index if they exist.
removeSearchableData(SearchableDataObject[], AppContentListener) - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Removes an array of SearchableDataObject items from the search index if they exist.
removeSearchCriteria(SearchableEntity, SearchFieldCriteriaList, RegistrationToken) - Method in class net.rim.device.api.unifiedsearch.content.AppContentManager
Removes search keywords from a SearchableEntity that is already indexed.
removeSendListener(SendListener) - Method in class net.rim.blackberry.api.mail.Store
Removes a SendListener from the Store
removeSendListener(SendListener) - Static method in class net.rim.blackberry.api.mms.MMS
Removes a SendListener from the list of MMS send listeners.
removeSendListener(SendListener) - Static method in class net.rim.blackberry.api.sms.SMS
Removes a SendListener from the list of SMS send listeners.
removeSendListenerForPINMessages(SendListener) - Static method in class net.rim.blackberry.api.mail.Session
Removes a listener from the list of listeners that are notified prior to PIN messages being sent.
removeServer(CertificateServerInfo) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
This method removes an element from the appropriate list of servers, given the server to remove.
removeServiceListener(ServiceListener) - Method in class net.rim.blackberry.api.mail.Service
De-registers a service listener.
removeSessionRequestListener(SessionRequestListener) - Method in class net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger
Removes a SessionRequestListener from the BlackBerry Messenger application.
removeShortcut(String) - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Removes the shortcut from the Home screen.
removeSignalIndicator() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Removes the signal indicator component from the StandardTitleBar object.
removeSource(Object) - Method in interface net.rim.device.api.collection.CollectionCombiner
Removes a collection source from this collection.
removeSource(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Removes a collection source from this collection.
removeSpellCheckUIListener(SpellCheckUIListener) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUI
Removes a SpellCheckUIListener from this object.
removeStoreListener(StoreListener) - Method in class net.rim.blackberry.api.mail.Store
Removes a store listener from this store.
removeSyncEventListener(SyncEventListener) - Method in class net.rim.device.api.synchronization.SyncManager
Removes a SyncEventListener interested in events from the synchronization manager.
removeSyncListener(SerialSyncListener) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. Removes a SerialSyncListener interested in events from the serial synchronization manager.
removeSyncObject(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Remove a sync object from this collection.
removeSyncObject(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
removeSystemListener(SystemListener) - Method in class net.rim.device.api.system.Application
Removes a system event listener from this application.
removeTechnologyTypesChangeListener(TechnologyTypesChangeListener) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Unregisters a technology types change listener.
removeTitle() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Removes the title from the StandardTitleBar object.
removeToDo(ToDo) - Method in interface javax.microedition.pim.ToDoList
Removes a ToDo from this list.
removeTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.system.Application
Deprecated. Use Screen.navigationClick(int, int) or Screen.navigationMovement(int, int, int, int) instead.
removeTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.ui.Screen
Removes a trackwheel event listener from this screen.
removeTransactionListener(TransactionListener) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Unregisters a TransactionListener object.
removeValue(int, int) - Method in interface javax.microedition.pim.PIMItem
Removes the value at the given index for the indicated field in this item.
removeValue(Object) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Removes the specified data object from the searchable data.
removeValue(Object) - Method in class net.rim.device.api.util.IntHashtable
Removes all matching values.
removeValue(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Removes value by key from map.
removeValue(Object) - Method in class net.rim.device.api.util.IntMultiMap
Removes value from map.
removeValue(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Removes value by key from map.
removeValue(Object) - Method in class net.rim.device.api.util.MultiMap
Removes value from map.
removeViewListener(ViewListener) - Static method in class net.rim.blackberry.api.mail.Session
De-registers a view notification listener.
removeVirtualKeyboardListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Removes a listener from the list of virtual keyboard capability listeners.
rename(String) - Method in interface javax.microedition.io.file.FileConnection
Renames the selected file or directory to a new name in the same directory.
rename(int, String, String) - Static method in class net.rim.device.api.io.File
Deprecated. use javax.microedition.io.file
renameCategory(String, String) - Method in interface javax.microedition.pim.PIMList
Renames a category from an old name to a new name.
renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
render(int, int, ScalableImage) - Method in class javax.microedition.m2g.ScalableGraphics
Renders the specified ScalableImage using the supplied anchor point.
render(GL) - Method in class net.rim.device.api.opengles.GLField
Renders the contents of this OpenGL field using the given OpenGL handle.
render(VG) - Method in class net.rim.device.api.openvg.VGField
Renders the contents of this OpenVG field using the given OpenVG handle.
RENDERING_QUALITY_HIGH - Static variable in class javax.microedition.m2g.ScalableGraphics
Defines a high rendering quality level.
RENDERING_QUALITY_LOW - Static variable in class javax.microedition.m2g.ScalableGraphics
Defines a low rendering quality level.
RenderingApplication - Interface in net.rim.device.api.browser.field
Defines callback functionality a rendering session requires to assist with handling URL resources.
RenderingConstants - Interface in net.rim.device.api.browser.field
Defines a number of constant values used by the browser field API.
RenderingException - Exception in net.rim.device.api.browser.field
Thrown if a rendering error occurs.
RenderingException() - Constructor for exception net.rim.device.api.browser.field.RenderingException
Creates new RenderingException instance.
RenderingException(String) - Constructor for exception net.rim.device.api.browser.field.RenderingException
Creates new RenderingException instance with descriptive string.
RenderingOptions - Class in net.rim.device.api.browser.field
Options for rendering content.
RenderingOptions() - Constructor for class net.rim.device.api.browser.field.RenderingOptions
Constructs new RenderingOptions instance with default values.
RenderingSession - Class in net.rim.device.api.browser.field
Class to manage rendering sessions.
repaint(int, int, int, int) - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the specified region of the Screen.
repaint() - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the entire Canvas.
repaint() - Method in class javax.microedition.lcdui.CustomItem
Called by subclass code to request that the item be repainted.
repaint(int, int, int, int) - Method in class javax.microedition.lcdui.CustomItem
Called by subclass code to request that the specified rectangular area of the item be repainted.
repaint() - Method in class net.rim.device.api.ui.UiApplication
Repaints entire display.
repaint() - Method in interface net.rim.device.api.ui.UiEngine
Repaints entire display.
REPEAT - Static variable in interface javax.microedition.media.control.ToneControl
The REPEAT event tag.
REPEAT_BOTH - Static variable in class net.rim.device.api.ui.decor.Background
Both horizontal and vertical bitmap tiling for bitmap backgrounds.
REPEAT_COUNT_INDEFINITE - Static variable in class net.rim.device.api.animation.Animation
Indefinite repeat count.
REPEAT_DURATION_INDEFINITE - Static variable in class net.rim.device.api.animation.Animation
Indefinite repeat duration.
REPEAT_HORIZONTAL - Static variable in class net.rim.device.api.ui.decor.Background
Horizontal bitmap tiling for bitmap backgrounds.
REPEAT_INHERIT - Static variable in class net.rim.device.api.ui.decor.Background
Inherit bitmap tiling properties for bitmap backgrounds.
REPEAT_NONE - Static variable in class net.rim.device.api.ui.decor.Background
Suppress bitmap tiling for bitmap backgrounds.
REPEAT_SCALE_TO_FIT - Static variable in class net.rim.device.api.ui.decor.Background
Scale to fit bitmap for bitmap backgrounds.
REPEAT_VERTICAL - Static variable in class net.rim.device.api.ui.decor.Background
Vertical bitmap tiling for bitmap backgrounds.
repeatedWordsFound(SpellCheckUI, Field, int, int) - Method in class net.rim.blackberry.api.spellcheck.AbstractSpellCheckUIListener
The implementation of this method does nothing and returns ACTION_OPEN_UI.
repeatedWordsFound(SpellCheckUI, Field, int, int) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
Invoked when a pair of consecutive identical words has been found.
RepeatRule - Class in javax.microedition.pim
Represents a description for a repeating pattern for an Event item.
RepeatRule() - Constructor for class javax.microedition.pim.RepeatRule
Creates a new RepeatRule instance.
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(Field, Field) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Replaces a field object.
replace(Field, Field) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenHorizontalManager
Replace a field object.
replace(Field, Field) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenVerticalManager
Replace a field object.
replace(long, Object) - Method in class net.rim.device.api.system.RuntimeStore
Adds the given object to the store.
replace(Field, Field) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Removes a field from this Manager and replaces it with another field.
replace(Field, Field) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
This view does not support direct manipulation of its contents.
replace(Field, Field) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Removes a field from this manager's delegate and replaces it with another field.
replace(Field, Field) - Method in class net.rim.device.api.ui.Manager
Removes a field from this Manager and replaces it with another field.
replace(Field, Field) - Method in class net.rim.device.api.ui.Screen
Removes a field from this Screen and replaces it with another field.
replace(Field, Field) - Method in class net.rim.device.api.ui.toolbar.ToolbarManager
Replaces an existing field with a new field.
replace(Field, Field) - Method in class net.rim.device.api.ui.toolbar.ToolbarSetManager
Replaces an existing field with a new field.
replaceAt(Object, int) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Replaces an element at the given index.
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replacePane(Pane, Pane) - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Replaced a Pane that exists in this model with a new Pane object.
replaceWholeText(String) - Method in interface org.w3c.dom.Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
REPLY - Static variable in class net.rim.blackberry.api.mail.event.MessageEvent
Reply to a message.
reply(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.ViewListenerExtended
Called when a message in the message list is replied to.
reply(boolean) - Method in class net.rim.blackberry.api.mail.Message
Retrieves a new message object suitable for a reply to this message.
reply(boolean, boolean) - Method in class net.rim.blackberry.api.mail.Message
Retrieves a new message object suitable for a reply to this message.
REPLY_ALLOWED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag indicates that replies are allowed from this message.
REPLY_TO - Static variable in class net.rim.blackberry.api.mail.Header
"Reply-to" header tag.
REPLY_TO - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Reply-to" address.
reportException(BrowserFieldDebugContext) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when a JavaScript runtime exception occurs.
REQUEST_CANCEL - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the user has canceled the request process.
REQUEST_COMMUNICATION - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates that an error occurred while attempting to communicate with the Travel Time server.
REQUEST_COMPLETE - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process is complete and that the user has dismissed the dialog after receiving the response.
REQUEST_COURSE_INVALID - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates an invalid course (also known as heading) has been specified.
REQUEST_DISMISS - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process has started, but that the user has dismissed the dialog at some point before completion.
REQUEST_ERROR - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process has been terminated with some error condition.
REQUEST_LAT_LON_INVALID - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates an invalid latitude or longitude has been specified.
REQUEST_MAX_PENDING_EXCEEDED - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates the maximum number of pending estimate requests is exceeded.
REQUEST_MISSING_DATA - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates data is missing from the estimate request.
REQUEST_READ_ACK - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag indicates that the message sender requested an acknowledgment.
REQUEST_SPEED_INVALID - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates an invalid speed has been specified.
REQUEST_START - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process has begun successfully.
REQUEST_START_TIME_INVALID - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates an invalid estimate start time has been specified.
REQUEST_TIMED_OUT - Static variable in exception net.rim.plazmic.mediaengine.MediaException
Deprecated. Represents an error that occurs when the request timed out.
REQUEST_TIMEOUT - Static variable in class net.rim.device.api.lbs.Locator
Deprecated.  
requestArrivalEstimate(Coordinates, Coordinates, long, TravelTimeOptions, TravelTimeListener) - Method in class net.rim.device.api.lbs.travel.TravelTimeEstimator
Asynchronously provides an estimated travel time between the two specified points starting the specified date and time.
requestArrivalEstimate(Coordinates, Coordinates, long, TravelTimeOptions) - Method in class net.rim.device.api.lbs.travel.TravelTimeEstimator
Synchronously provides an estimated travel time between the two specified points starting at the specified date and time.
requestBackground() - Method in class net.rim.device.api.system.Application
Requests to have this application sent to the background.
requestCertificateStatus(CertificateStatusRequest, CertificateStatusListener, boolean, boolean) - Static method in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Requests over-the-air status for a certificate, providing a UI front end to the process.
requestClose() - Method in class net.rim.device.api.system.Application
Individual apps can handle this new API call by cleaning up and then closing themselves, if they so desire.
requestCompleted(String, InputStream) - Method in class javax.microedition.m2g.ScalableImage
Once the requested external resource is available, the application forwards this information (resourceData) to the SVG engine.
requestCompleted(String, InputStream) - Method in class javax.microedition.m2g.SVGImage
Once the requested external resource is available, the application forwards this information (resourceData) to the SVG engine.
requestContactList(LinkedContactCallback) - Method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Initiate a request for a list of LinkableContact objects.
requestContent(String) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will request the page specified and display the resulting content into the BrowserField If the url specified is an HTTP URL, the resulting request will be an HTTP GET request
requestContent(String, byte[], Hashtable) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will request the page specified and display the resulting content into the BrowserField If the url specified is an HTTP URL and the postData parameter is not null, the resulting request will be an HTTP POST request.
requestContent(BrowserFieldRequest) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will make a request as specified by the request parameter and display the resulting content into this BrowserField instance
requestContentError(BrowserFieldRequest, Throwable) - Method in class net.rim.device.api.browser.field2.BrowserFieldErrorHandler
This method displays information when a BrowserField's requestContent() method fails.
requestDepartureEstimate(Coordinates, Coordinates, long, TravelTimeOptions, TravelTimeListener) - Method in class net.rim.device.api.lbs.travel.TravelTimeEstimator
Asynchronously provides an estimated travel time between the two specified points ending the specified date and time.
requestDepartureEstimate(Coordinates, Coordinates, long, TravelTimeOptions) - Method in class net.rim.device.api.lbs.travel.TravelTimeEstimator
Synchronously provides an estimated travel time between the two specified points ending at the specified date and time.
RequestedResource - Class in net.rim.device.api.browser.field
Object to carry information about requested resource.
RequestedResource(String) - Constructor for class net.rim.device.api.browser.field.RequestedResource
Creates new RequestedResource instance.
RequestedResource(String, HttpHeaders, int) - Constructor for class net.rim.device.api.browser.field.RequestedResource
Creates new RequestedResource instance.
RequestedResource(String, HttpHeaders, int, String, byte[]) - Constructor for class net.rim.device.api.browser.field.RequestedResource
Creates new RequestedResource instance.
REQUESTER_P2P_DETECTED - Static variable in class net.rim.device.api.io.nfc.handover.ConnectionHandoverEvent
Indicates that an NFC Connection Handover requester device was detected.
requestFailure(ServerExchange) - Method in interface net.rim.device.api.lbs.maps.server.ServerExchangeCallback
Called when the request resulted in a failure.
requestFields(String, LinkedContactCallback, int) - Method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Request an update for the specified field types.
requestForeground() - Method in class net.rim.device.api.system.Application
Requests to have this application brought to the foreground.
requestForeground(int) - Method in class net.rim.device.api.system.ApplicationManager
Sends a foreground request to application with specified process ID.
requestForegroundForConsole() - Method in class net.rim.device.api.system.ApplicationManager
Requests that the console process (usually the home screen) be notified that it should bring itself to the foreground.
requestHalted() - Method in interface net.rim.device.api.lbs.maps.server.ServerExchangeCallback
Called when the request did not complete.
RequestListener - Interface in javax.microedition.content
The listener is notified to indicate that an new Invocation request is available.
requestPowerOff(boolean) - Static method in class net.rim.device.api.system.Device
Requests that the Device power down.
requestReEncode() - Static method in class net.rim.device.api.system.PersistentContent
Request that all registered PersistentContentListeners re-encode their data.
requestResource(ScalableImage, String) - Method in interface javax.microedition.m2g.ExternalResourceHandler
This method is invoked when an external resource is required by the underlying implementation.
requestStorageMode() - Static method in class net.rim.device.api.system.Device
Requests that the Device go into storage mode.
requestSuccess(ServerExchange) - Method in interface net.rim.device.api.lbs.maps.server.ServerExchangeCallback
Called when the request was a success.
reserve(int) - Method in class com.google.zxing.common.ByteArray
 
reset() - Method in class com.google.zxing.MultiFormatReader
Should be invoked after each call to decode in case the contained readers store state
reset() - Method in class com.google.zxing.oned.MultiFormatOneDReader
Should be invoked after each call to decode in case the contained readers store state
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length parameters.
reset() - Method in class javax.microedition.location.LocationProvider
Resets the LocationProvider.
reset() - Method in interface javax.microedition.media.control.RecordControl
Erase the current recording.
RESET - Static variable in interface javax.microedition.media.control.StopTimeControl
Returned by getStopTime if not stop-time is set.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
reset() - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked to reset the log.
reset() - Method in class net.rim.device.api.animation.Animator
Resets the Animator.
reset(Collection) - Method in interface net.rim.device.api.collection.CollectionListener
Monitored collection has changed drastically.
reset(Collection, Object) - Method in interface net.rim.device.api.collection.CollectionListenerWithHint
Monitored collection has changed drastically.
reset() - Method in class net.rim.device.api.collection.util.BasicFilteredList
Start a new search with the current criteria.
reset(Collection) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Monitored collection has changed drastically.
reset() - Method in interface net.rim.device.api.collection.util.FilteredList
Start a new search with the current criteria.
reset() - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Flushes this collection's contents.
reset(Collection) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Monitored collection has changed drastically.
reset() - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Flushes this collection's contents.
reset(Collection) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Monitored collection has changed drastically.
reset(Collection) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Monitored collection has changed drastically.
reset(Collection) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Monitored collection has changed drastically; reload from this source.
reset() - Method in class net.rim.device.api.crypto.AbstractDigest
Reinitializes the digest.
reset() - Method in class net.rim.device.api.crypto.AbstractMAC
Reinitializes the MAC.
reset() - Method in class net.rim.device.api.crypto.CBCMAC
 
reset() - Method in interface net.rim.device.api.crypto.Digest
Reinitializes the digest.
reset() - Method in class net.rim.device.api.crypto.DSASignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.HMAC
Resets the hashing of the HMAC.
reset(CryptoTokenMACContext) - Method in class net.rim.device.api.crypto.HMACCryptoToken
Resets the crypto token.
reset() - Method in interface net.rim.device.api.crypto.MAC
Reinitializes the MAC.
reset() - Method in class net.rim.device.api.crypto.MD2Digest
 
reset() - Method in class net.rim.device.api.crypto.MD4Digest
 
reset() - Method in class net.rim.device.api.crypto.MD5Digest
 
reset() - Method in class net.rim.device.api.crypto.NullDigest
 
reset() - Method in class net.rim.device.api.crypto.NullMAC
 
reset() - Method in class net.rim.device.api.crypto.NullSignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
reset() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA1Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA224Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA256Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA384Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA512Digest
 
reset() - Method in interface net.rim.device.api.crypto.SignatureSigner
Reinitializes the signer, preparing it to generate another signature.
reset() - Method in class net.rim.device.api.crypto.X931SignatureSigner
 
reset() - Method in interface net.rim.device.api.database.Statement
Resets a Statement to its state just after Statement.prepare() and clears all bindings.
reset() - Method in class net.rim.device.api.input.LookupVariantIterator
Resets this iterator to point to the first element of the variant sequence.
reset() - Method in class net.rim.device.api.io.DatagramBase
Resets state and data of this datagram.
reset() - Method in class net.rim.device.api.io.http.HttpHeaders
Clears all the current keys and values from the header list.
reset() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Resets this header.
reset() - Method in class net.rim.device.api.system.SMSPacketHeader
 
reset() - Method in class net.rim.device.api.system.SMSParameters
Resets these parameters to default values.
reset(String, int, int, int) - Method in class net.rim.device.api.ui.component.GaugeField
Resets this field's values.
reset() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Resets the data model to its initial state.
reset() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
The data model has been reset to its initial state.
reset() - Method in class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorView
The data model has been reset to its initial state, that is, the animation has been reset.
reset() - Method in interface net.rim.device.api.ui.component.progressindicator.ProgressIndicatorListener
Invoked when the data model has been reset to its initial state.
reset(int, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorModel
Resets the data model and changes the parameters to those provided.
reset(int, int, int, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorModel
Resets the data model and changes the parameters to those provided.
reset() - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorView
The data model has been reset to its initial state.
reset() - Method in class net.rim.device.api.ui.DrawTextParam.AdvancedDrawTextParam
Sets all parameters to their default values.
reset() - Method in class net.rim.device.api.ui.DrawTextParam
Sets all parameters to their default values.
reset() - Method in class net.rim.device.api.ui.FontMetrics
Set all metrics to their standard values.
reset() - Method in class net.rim.device.api.ui.picker.DateTimePicker
Resets the picker to the initial date.
reset() - Method in class net.rim.device.api.ui.TextMetrics
Set all metrics to their standard values.
reset() - Method in class net.rim.device.api.ui.XYDimension
Resets the Dimensions to (0,0).
reset() - Method in class net.rim.device.api.ui.XYPoint
Resets the point to (0,0).
reset() - Method in class net.rim.device.api.ui.XYRect
Resets all fields to 0.
reset(Object) - Method in class net.rim.device.api.util.AbstractStringWrapper
Wraps new string with this wrapper.
reset() - Method in class net.rim.device.api.util.BitSet
Clears all bits.
reset() - Method in class net.rim.device.api.util.DataBuffer
Flushes and resets buffer.
reset() - Method in interface org.w3c.dom.html2.HTMLFormElement
Restores a form element's default values.
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
resetAudioPath() - Method in interface net.rim.device.api.media.control.AudioPathControl
Resets the audio path to the default.
resetDataBuffer() - Method in class net.rim.device.api.io.DatagramBase
Resets only the data of this datagram.
resetElements(Enumeration) - Method in class net.rim.device.api.util.LongHashtable
Resets an enumeration of the values in this hashtable as it would be after a call to LongHashtable.elements().
resetEnumeration(Object[]) - Method in class net.rim.device.api.util.ObjectEnumerator
Resets the enumeration back to the beginning of the list.
resize(int, int) - Method in class net.rim.device.api.ui.container.ComponentCanvas
Tells this manager to change its size on next layout
resizeImmediately(int, int) - Method in class net.rim.device.api.ui.container.ComponentCanvas
Tells this manager to change its size and do an immediate relayout.
RESOLUTION - Static variable in interface javax.microedition.media.control.ToneControl
The RESOLUTION event tag.
resolveEntity(String, String) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
resolveEntity(String, String) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
Allow the application to resolve external resources.
resolveUrl(String) - Method in interface net.rim.device.api.browser.field.BrowserContent
Resolves provided relative URL.
resolveUrl(String) - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Resolves provided relative URL.
resolveUrl(String) - Method in class net.rim.device.api.browser.field.Event
Resolves provided URL.
resolveURL(String) - Method in class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Converts a relative url or an absolute path to an absolute url.
reSort(short) - Method in class net.rim.device.api.util.SimpleSortingIntVector
Sorts this vector using the supplied comparator
reSort() - Method in class net.rim.device.api.util.SimpleSortingVector
Sorts this vector.
RESOURCE_BUNDLE_NAME - Static variable in class net.rim.device.api.command.CommandMetadata
The name of the resource bundle used by the command.
RESOURCE_NOT_FOUND - Static variable in exception javax.microedition.global.ResourceException
A resource with the specified ID was not found.
ResourceBundle - Class in net.rim.device.api.i18n
Defines base functionality for bundles of locale-specific resources.
ResourceBundle(Locale) - Constructor for class net.rim.device.api.i18n.ResourceBundle
Constructs a new ResourceBundle instance.
ResourceBundleFamily - Class in net.rim.device.api.i18n
A ResourceBundle that contains a collection of ResourceBundles.
ResourceException - Exception in javax.microedition.global
Thrown when a resource manager operation fails.
ResourceException(int, String) - Constructor for exception javax.microedition.global.ResourceException
Constructs an exception instance with an error code and a detail message.
resourceLoadCompleted(String, int, String, long, long, long) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when a resource has completely loaded and will not be receiving new content
ResourceManager - Class in javax.microedition.global
 
resourceReady(RequestedResource) - Method in interface net.rim.device.api.browser.field.BrowserContent
Indicates resource is ready to render.
resourceReady(RequestedResource) - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Indicates resource is ready to render.
resourceRequestError(BrowserFieldRequest, Throwable) - Method in class net.rim.device.api.browser.field2.BrowserFieldErrorHandler
This method displays information when a BrowserField's resourceRequest() method fails.
ResponseAPDU - Class in net.rim.device.api.smartcard
Represents a response Application Protocol Data Unit.
ResponseAPDU() - Constructor for class net.rim.device.api.smartcard.ResponseAPDU
Constructs a ResponseAPDU object.
ResponseAPDU(byte[], byte, byte) - Constructor for class net.rim.device.api.smartcard.ResponseAPDU
Constructs a ResponseAPDU object, with response data and status words 1 and 2.
ResponseCodes - Class in javax.obex
The ResponseCodes class contains the list of valid response codes a server may send to a client.
ResponseListener - Interface in javax.microedition.content
A ResponseListener interface to be notified when an Invocation response is available.
RESTART_RULE_ALWAYS - Static variable in class net.rim.device.api.animation.Animation
Restart rule defining that the Animation can be started at any time.
RESTART_RULE_NEVER - Static variable in class net.rim.device.api.animation.Animation
Restart rule defining that the Animation cannot be restarted.
RESTART_RULE_WHEN_NOT_ACTIVE - Static variable in class net.rim.device.api.animation.Animation
Restart rule defining that the Animation can only be restarted when it is not active.
RESTORE - Static variable in class net.rim.device.api.ui.VirtualKeyboard
When passed to VirtualKeyboard.setVisibility(int), indicates the keyboard visibility should always be restored to its previous state when the context is active.
restoreGraphics(Graphics) - Method in class net.rim.device.api.lbs.maps.view.Style
Restores the specified Graphics object to the state that is defined by this style.
Result - Class in com.google.zxing
Encapsulates the result of decoding a barcode within an image.
Result(String, byte[], ResultPoint[], BarcodeFormat) - Constructor for class com.google.zxing.Result
 
Result(String, byte[], ResultPoint[], BarcodeFormat, long) - Constructor for class com.google.zxing.Result
 
RESULT_CUSTOM_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_DUPLICATE_SERVICE_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_GENERAL_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_KEY_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_KEY_MISMATCH - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_NOT_SET - Static variable in class net.rim.device.api.ui.component.Dialog
The result of getSelectedValue() will return this prior to the Dialog being closed.
RESULT_PACKET_PARSE_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_SECURITY_VIOLATION_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_SUCCESS - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_SWITCH_PENDING_ERROR - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_UNKNOWN_COMMAND - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
RESULT_UNSUPPORTED_CMD_VERSION - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
ResultMetadataType - Class in com.google.zxing
Represents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.
ResultPoint - Class in com.google.zxing
Encapsulates a point of interest in an image containing a barcode.
ResultPoint(float, float) - Constructor for class com.google.zxing.ResultPoint
 
ResultPointCallback - Interface in com.google.zxing
Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
resume() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugContext
Deprecated. Continue executing until the script has completed or another breakpoint is encountered.
resume() - Method in interface net.rim.device.api.io.messaging.Destination
Resumes delivery of messages to this destination.
resume() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Resumes progress after the progress had been cancelled.
resume() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Deprecated. This feature is no longer provided by EntityBasedSearchProvider.
resume() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Resumes any outstanding load operations.
resumed() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
The data model has resumed progress.
resumed() - Method in class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorView
The data model has been resumed, that is, the animation has been resumed.
resumed() - Method in interface net.rim.device.api.ui.component.progressindicator.ProgressIndicatorListener
Invoked when the data model has resumed progress, typically after a cancel.
resumeLocationTracking() - Method in class net.rim.device.api.gps.BlackBerryLocationProvider
This method allows an application to resume the location tracking.
resumeNotification(Object) - Method in interface net.rim.device.api.collection.NotificationSuspension
Resumes sending of collection events to this collection's listeners.
resumeNotification(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Resumes sending of collection events to this collection's listeners.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
retainAll(CategoryCollection) - Method in class net.rim.device.api.command.registrar.CategoryCollection
Removes all categories except ones specified in a CategoryCollection.
retrieveDevices(int) - Method in class javax.bluetooth.DiscoveryAgent
Returns an array of Bluetooth devices that have either been found by the local device during previous inquiry requests or been specified as a pre-known device depending on the argument.
ReverbControl - Interface in javax.microedition.amms.control.audioeffect
ReverbControl is an interface for manipulating the settings of an audio effect called reverb.
ReverbSourceControl - Interface in javax.microedition.amms.control.audioeffect
ReverbSourceControl is an interface for manipulating the feeding from an object to the audio effect called reverb.
reverse() - Method in class com.google.zxing.common.BitArray
Reverses all bits in the array.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
REVERSE - Static variable in class net.rim.device.api.ui.DrawTextParam
Value for iReverse: reverses the text before drawing.
REVERSE_SOLIDUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '\'.
reverseGeocode(Coordinates, int) - Static method in class net.rim.device.api.lbs.Locator
Deprecated. Use ReverseGeocoder.reverseGeocode()
reverseGeocode(int, int, int) - Static method in class net.rim.device.api.lbs.Locator
Deprecated. Use ReverseGeocoder.reverseGeocode()
reverseGeocode(ServerExchangeCallback, MapPoint, int, int, long) - Method in class net.rim.device.api.lbs.maps.server.ReverseGeocoder
Performs a reverse geocoding request to retrieve the address for a given set of coordinates.
ReverseGeocodeException - Exception in net.rim.device.api.lbs.maps.server.exchange
Represents an exception that is thrown when trying to request reverse geocoding information.
ReverseGeocodeExchange - Class in net.rim.device.api.lbs.maps.server.exchange
Handles the building and parsing of a reverse geocoding request.
ReverseGeocoder - Class in net.rim.device.api.lbs.maps.server
Provides reverse geocoding capabilities, so you can request the address for a set of geographical coordinates.
REVISION - Static variable in interface javax.microedition.pim.Contact
Field specifying the last modification date and time of a Contact item.
REVISION - Static variable in interface javax.microedition.pim.Event
Field specifying the last modification date and time of an Event item.
REVISION - Static variable in interface javax.microedition.pim.ToDo
Field specifying the last modification date and time of a ToDo item.
REVOCATION_REASON_AFFILIATION_CHANGED - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_BASE - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
 
REVOCATION_REASON_CA_COMPROMISE - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_CERTIFICATE_HOLD - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_CESSATION_OF_OPERATION - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_KEY_COMPROMISE - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_KEY_RETIRED - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_REMOVE_FROM_CRL - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_SUPERSEDED - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_UNSPECIFIED - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
REVOCATION_REASON_USER_ID_INVALID - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
RevocationReason - Class in net.rim.device.api.crypto.keystore
This class describes the reason for a certificate revocation.
revoke(CertificateRevocationList) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Revokes the certificate specified by the CRL.
REVOKED - Static variable in class net.rim.device.api.crypto.certificate.CertificateStatus
Represents the status: Revoked.
REVOKED_CERTIFICATE_STATUS_PRESENT - Static variable in class net.rim.device.api.crypto.certificate.CertificateProperties
A certificate chain property that indicates that at least one certificate in the chain is revoked.
rewind() - Method in class java.nio.Buffer
Rewinds this buffer.
rewind() - Method in interface net.rim.device.api.database.Statement
Rewinds a Statement to its state just after Statement.prepare() but does not clear any bindings.
rewind() - Method in class net.rim.device.api.util.DataBuffer
Sets read/write position to start of this buffer's data area.
RFC2631KDFPseudoRandomSource - Class in net.rim.device.api.crypto
Implements the key derivation function (KDF) found in RFC 2631, which is based upon the KDF in X9.42.
RFC2631KDFPseudoRandomSource(byte[], OID, byte[], int) - Constructor for class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
Creates an RFC2631KDFPseudoRandomSource object with the specified parameters.
RFC2631KDFPseudoRandomSource(byte[], int, int, OID, byte[], int) - Constructor for class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
Creates an RFC2631KDFPseudoRandomSource object with the specified parameters.
RGBColor - Interface in org.w3c.dom.css
The RGBColor interface is used to represent any RGB color value.
RichList - Class in net.rim.device.api.ui.component.table
The RichList class provides an API that makes it more convenient to access the Table API Model-View-Controller structure to make a patterned list of Bitmaps and Strings.
RichList(Manager, boolean, int, int) - Constructor for class net.rim.device.api.ui.component.table.RichList
Creates a RichList instance and adds the relevant material to a provided manager.
RichList(Manager, boolean, int, int, int) - Constructor for class net.rim.device.api.ui.component.table.RichList
Creates a RichList instance and adds the relevant material to a provided manager.
RichListDataTemplate - Class in net.rim.device.api.ui.component.table
This class describes a default implementation of a DataTemplate for the needs of the RichList class.
RichListDataTemplate(DataView, int, int) - Constructor for class net.rim.device.api.ui.component.table.RichListDataTemplate
Creates an instance of a RichListDataTemplate.
RichMapField - Class in net.rim.device.api.lbs.maps.ui
Represents a field that is composed of a map (MapField), user input and user feedback fields that are overlayed on top of the map.
RichTextField - Class in net.rim.device.api.ui.component
Read-only field that supports richly formatted text.
RichTextField() - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain, empty RichTextField object.
RichTextField(long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain, empty RichTextField in the specified style.
RichTextField(String) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain RichTextField object.
RichTextField(String, long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain RichTextField object in the specified style.
RichTextField(String, int[], byte[], Font[], long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a formatted RichTextField object in the specified style.
RichTextField(String, int[], byte[], Font[], Object[], long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a formatted RichTextField object in the specified style, and with corresponding cookies.
RIGHT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the RIGHT game action.
RIGHT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the right of the text or image.
RIGHT - Static variable in class net.rim.blackberry.api.messagelist.ApplicationIndicator
Defines layout where indicator icon is displayed on the right to its value.
RIGHT - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for right-aligned text.
RIGHT - Static variable in class net.rim.device.api.ui.image.Image
The image will be right-justified in the graphics context.
right - Variable in class net.rim.device.api.ui.XYEdges
Right edge.
RIGHT_CURLY_BRACKET - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '}'.
RIGHT_DOUBLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '”'.
RIGHT_PARENTHESIS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as ')'.
RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '»'.
RIGHT_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the RIGHT key.
RIGHT_ROUNDED_RECT_CORNERS - Static variable in class net.rim.device.api.ui.Graphics
Both right-side corners of a drawn rectangle should be rounded.
RIGHT_SINGLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '’'.
RIGHT_SQUARE_BRACKET - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as ']'.
RIGHT_TO_LEFT_EMBEDDING - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
RIGHT_TO_LEFT_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
RIGHT_TO_LEFT_OVERRIDE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
RIGHTMOST - Static variable in class net.rim.device.api.ui.Manager
Indicates scrolling all the way to the right of the manager.
RIGHTWARD - Static variable in class net.rim.device.api.ui.Manager
Indicates scroll direction is to the right.
RIGID - Static variable in class net.rim.device.api.ui.toolbar.ToolbarSpacer
Deprecated. All spacers take up the same space as any ToolbarButtonField
RIM_AES - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_AES = 1.3.6.1.4.1.3530.9.1.2 RIM internal oid for AES.
RIM_ARC4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_ARC4 = 1.3.6.1.4.1.3530.9.1.1 RIM internal oid for ARC4.
RIM_CAST128 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_CAST128 = 1.3.6.1.4.1.3530.9.1.3 RIM internal oid for CAST128.
RIM_DES - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_DES = 1.3.6.1.4.1.3530.9.1.4 RIM internal oid for DES.
RIM_HMAC - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_HMAC = 1.3.6.1.4.1.3530.9.1.5 RIM internal oid for HMAC.
RIM_RC2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_RC2 = 1.3.6.1.4.1.3530.9.1.6 RIM internal oid for RC2.
RIM_RC5 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_RC5 = 1.3.6.1.4.1.3530.9.1.7 RIM internal oid for RC5.
RIM_Skipjack - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_SKIPJACK = 1.3.6.1.4.1.3530.9.1.8 RIM internal oid for Skipjack.
RIM_TripleDES - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_TRIPLEDES = 1.3.6.1.4.1.3530.9.1.9 RIM internal oid for TripleDES.
RIMExtendedAttributes - Interface in net.rim.device.api.xml.jaxp
A supplement to org.xml.sax.Attributes.
RIMExtendedHandler - Interface in net.rim.device.api.xml.jaxp
A supplement to org.xml.sax.helpers.DefaultHandler.
RIMExtendedHandler2 - Interface in net.rim.device.api.xml.jaxp
suppliment to org.xml.sax.helpers.DefaultHandler a RIM SAX parser will detect if the DefaultHandler implements this interface and make addition callbacks if it does
RIMKeyStore - Class in net.rim.device.api.crypto.keystore
This class contains the basic key store implementation.
RIMKeyStore(String) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
This constructor allows the developer to create a key store with no underlying keystore.
RIMKeyStore(String, KeyStore) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
This constructor allows one to create a key store with an underlying key store.
RIMKeyStore(String, String, long, CodeSigningKey, KeyStore) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
A protected constructor used for the subclasses who extend this class directly.
RIMKeyStore(String, String, long, CodeSigningKey, KeyStore, Vector) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
 
RIMOpaqueDataHandler - Interface in net.rim.device.api.xml.jaxp
A supplement to org.xml.sax.helpers.DefaultHandler.
RIMSAXParser - Class in net.rim.device.api.xml.jaxp
Parses XML documents.
RIMSAXParser() - Constructor for class net.rim.device.api.xml.jaxp.RIMSAXParser
 
RIMWBXMLHandler - Interface in net.rim.device.api.xml.jaxp
A supplement to org.xml.sax.helpers.DefaultHandler.
RIPEMD128 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIPEMD128 = 1.3.36.3.2.2 Represents the RIPEMD128 hash algorithm.
RIPEMD128Digest - Class in net.rim.device.api.crypto
The RIPEMD128Digest class implements the RIPEMD-128 algorithm.
RIPEMD128Digest() - Constructor for class net.rim.device.api.crypto.RIPEMD128Digest
Constructs and initializes an RIPEMD128 object.
RIPEMD160 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIPEMD160 = 1.3.36.3.2.1 Represents the RIPEMD160 hash algorithm.
RIPEMD160Digest - Class in net.rim.device.api.crypto
The RIPEMD160Digest class implements the RIPEMD-160 algorithm.
RIPEMD160Digest() - Constructor for class net.rim.device.api.crypto.RIPEMD160Digest
Constructs and initializes a RIPEMD160Digest object.
rollbackTransaction() - Method in interface net.rim.device.api.database.Database
Rolls back the current transaction.
ROOT_ADDED - Static variable in interface javax.microedition.io.file.FileSystemListener
Constant indicating that a file system root has been added to the device.
ROOT_CA_EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.
ROOT_REMOVED - Static variable in interface javax.microedition.io.file.FileSystemListener
Constant indicating that a file system root has been removed from the device.
ROOT_SEPARATOR - Static variable in class net.rim.blackberry.api.mail.Folder
Character that separates the user's root folder from subfolders.
ROOT_SEPARATOR_STRING - Static variable in class net.rim.blackberry.api.mail.Folder
String that separates the user's root folder from subfolders.
rootChanged(int, String) - Method in interface javax.microedition.io.file.FileSystemListener
Invoked when a root on the device has changed state.
rop(int, int, int, int, int, Bitmap, int, int) - Method in class net.rim.device.api.ui.Graphics
Executes an area raster operation on the specified region.
ROP2_0 - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for zeroing out the destination.
ROP2_1 - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for filling dest with 1 values.
ROP2_D - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for nop.
ROP2_Dn - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for invert destination.
ROP2_DSa - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for masking ( source and dest ).
ROP2_DSan - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not ( source and dest ) ).
ROP2_DSna - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( ( not source ) and dest ).
ROP2_DSno - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( ( not source ) or dest ).
ROP2_DSo - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( source or dest ).
ROP2_DSon - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not ( source or dest ) ).
ROP2_DSx - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for selective invert ( source xor dest ).
ROP2_DSxn - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not ( source xor dest ) ).
ROP2_S - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for normal source copy.
ROP2_SDna - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( ( not dest ) and source ).
ROP2_SDno - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( source or ( not dest ) ).
ROP2_Sn - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not source ).
ROP_CONST_GLOBALALPHA - Static variable in class net.rim.device.api.ui.Graphics
Deprecated. Use fillRect instead.
ROP_SRC_ALPHA - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for normal bitmap copy with an alpha channel.
ROP_SRC_ALPHA_GLOBALALPHA - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for blending a source bitmap with an alpha channel and a constant global alpha value with destination pixels.
ROP_SRC_COPY - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for normal bitmap copy.
ROP_SRC_GLOBALALPHA - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for blending a source bitmap using a constant global alpha value with destination pixels.
ROP_SRCMONOEXPAND_ALPHA - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for expanding a monochrome source bitmap with current foreground and background drawing colors, respecting the alpha channel.
ROP_SRCMONOEXPAND_COPY - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for expanding a monochrome source bitmap with the current foreground and background drawing colors.
ROSYBROWN - Static variable in class net.rim.device.api.ui.Color
 
rotate(float) - Method in class net.rim.device.api.math.Matrix3f
Post-multiplies this matrix by the matrix corresponding to the specified rotation about the origin.
rotate(float, float, float) - Method in class net.rim.device.api.math.Matrix3f
Post-multiplies this matrix by the matrix corresponding to the specified rotation about the given point.
rotate(float, Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Post-multiplies this matrix by the matrix corresponding to the specified rotation about the origin, and stores the result in matrix dst.
rotate(float, float, float, Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Post-multiplies this matrix by the matrix corresponding to the specified rotation about the given point, and stores the result in matrix dst.
rotate(Quaternion4f) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified quaternion rotation.
rotate(Quaternion4f, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified quaternion rotation and stores the result in dst.
rotate(Vector3f, float) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation about the specified axis.
rotate(Vector3f, float, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation about the specified axis and stores the result in dst.
rotate(float) - Method in class net.rim.device.api.math.Transform2D
Rotates this transform by the given rotation defined as an angle about the origin.
rotate(float, Transform2D) - Method in class net.rim.device.api.math.Transform2D
Rotates this transform by the given rotation defined as an angle about the origin and stores the result in the given destination transform.
rotate(Matrix4f) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given rotation.
rotate(Matrix4f, Transform3D) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given rotation and stores the result in the given destination transform.
rotate(Quaternion4f) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given rotation.
rotate(Quaternion4f, Transform3D) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given rotation and stores the result in the given destination transform.
rotate(Vector3f, float) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given rotation (defined as an axis angle rotation).
rotate(Vector3f, float, Transform3D) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given rotation (defined as an axis angle rotation) and stores the result in the given destination transform.
ROTATE_0_DEGREES - Static variable in class net.rim.device.api.ui.extension.container.ZoomScreen
EXIF orientation value for correctly displaying images with no rotation.
ROTATE_180_DEGREES - Static variable in class net.rim.device.api.ui.extension.container.ZoomScreen
EXIF orientation value for correctly displaying images that are rotated by 180 degrees.
ROTATE_270_DEGREES - Static variable in class net.rim.device.api.ui.extension.container.ZoomScreen
EXIF orientation value for correctly displaying images that are rotated clockwise by 90 degrees.
ROTATE_90_DEGREES - Static variable in class net.rim.device.api.ui.extension.container.ZoomScreen
EXIF orientation value for correctly displaying images that are rotated counter clockwise by 90 degrees.
ROTATE_LEFT - Static variable in interface javax.microedition.amms.control.camera.CameraControl
Counter-clockwise rotation by 90 degrees.
ROTATE_NONE - Static variable in interface javax.microedition.amms.control.camera.CameraControl
No rotation.
ROTATE_RIGHT - Static variable in interface javax.microedition.amms.control.camera.CameraControl
Clockwise rotation by 90 degrees.
rotateCounterClockwise() - Method in class com.google.zxing.BinaryBitmap
Returns a new object with rotated image data.
rotateCounterClockwise() - Method in class com.google.zxing.LuminanceSource
Returns a new object with rotated image data.
rotateX(float) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation around the x-axis.
rotateX(float, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation around the x-axis and stores the result in dst.
rotateX(float) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given angle about the x-axis.
rotateX(float, Transform3D) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given angle about the x-axis and stores the result in the given destination transform.
rotateY(float) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation around the y-axis.
rotateY(float, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation around the y-axis and stores the result in dst.
rotateY(float) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given angle about the y-axis.
rotateY(float, Transform3D) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given angle about the y-axis and stores the result in the given destination transform.
rotateZ(float) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation around the z-axis.
rotateZ(float, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Post-multiplies this matrix by the matrix corresponding to the specified rotation around the z-axis and stores the result in dst.
rotateZ(float) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given angle about the z-axis.
rotateZ(float, Transform3D) - Method in class net.rim.device.api.math.Transform3D
Rotates this transform's rotation component by the given angle about the z-axis and stores the result in the given destination transform.
RotationListener - Interface in net.rim.device.api.ui
Listener for rotation notifications.
round(int) - Static method in class net.rim.device.api.math.Fixed32
Round a fixed-point value to the nearest fixed-point value representing an integer.
round(float) - Static method in class net.rim.device.api.util.MathUtilities
Returns the closest int to the argument.
round(double) - Static method in class net.rim.device.api.util.MathUtilities
Returns the closest long to the argument.
ROUTING_GENERAL - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates than an error occurred while computing a route.
ROUTING_LAT_LON - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates that a route could not be computed based on the specified latitude and longitude.
ROUTING_ROUTE_EXCEEDS_MAX - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates that the route exceeds the maximum allowable distance.
ROUTING_ROUTE_NOT_FOUND - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates that a route could not be found.
ROUTING_SERVICE - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates that the routing service is unavailable.
Row - Class in net.rim.device.api.database
A collection of variables and values, associated by column names, that is used to define cell values in columns and rows.
ROW_FOCUS - Static variable in class net.rim.device.api.ui.component.table.TableController
A focus policy that ensures that only the Data Records (shaped by a Data Template) receive focus in the form of background focus that appears behind the area defined by the Data Template.
ROW_HEIGHT_FONT - Static variable in class net.rim.device.api.ui.component.ListField
Used to set the row-height to the same as the font for this field.
ROW_INSERTED - Static variable in class net.rim.device.api.ui.component.table.TableModelChangeEvent
An event type that signifies that a row has been inserted into the model.
ROW_REMOVED - Static variable in class net.rim.device.api.ui.component.table.TableModelChangeEvent
An event type that signifies that a row has been removed from the model.
ROW_UPDATED - Static variable in class net.rim.device.api.ui.component.table.TableModelChangeEvent
An event type that signifies that a row has been changed in the model.
rowSize - Variable in class com.google.zxing.common.BitMatrix
 
ROWWISE_16BIT_COLOR - Static variable in class net.rim.device.api.system.Bitmap
Deprecated. If possible, use the default type (i.e. don't specify a format when creating a Bitmap); otherwise, use ROWWISE_32BIT_XRGB8888. This format, while still supported, has much lower performance than ROWWISE_32BIT_XRGB8888.
ROWWISE_32BIT_ARGB8888 - Static variable in class net.rim.device.api.system.Bitmap
Rowwise, color bitmap type.
ROWWISE_32BIT_ARGB8888PRE - Static variable in class net.rim.device.api.system.Bitmap
Rowwise, color bitmap type.
ROWWISE_32BIT_XRGB8888 - Static variable in class net.rim.device.api.system.Bitmap
Rowwise, color bitmap type.
ROWWISE_MONOCHROME - Static variable in class net.rim.device.api.system.Bitmap
Deprecated.  
ROYALBLUE - Static variable in class net.rim.device.api.ui.Color
 
RPC_ENCODED - Static variable in class net.rim.device.api.io.parser.soap.SOAPConstants
Signifies the SOAP request is RPC style.
RRT_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM Runtime signing authority.
RSA - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA = 1.2.840.113549.1.1.1 Represents the RSA algorithm.
RSA_MGF1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_MGF1 = 1.2.840.113549.1.1.8 Presents the RSA MGF1 function ( mask generation function ).
RSA_OAEP - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
RSA Encryption using OAEP.
RSA_OAEP - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_OAEP = 1.2.840.15245.1.1.7 Represents RSA with OAEP.
RSA_PKCS1 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
RSA Encryption using PKCS1.
RSA_PKCS1_MD2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_MD2 = 1.2.840.113549.1.1.2 Presents RSA with PKCS1 signature using MD2.
RSA_PKCS1_MD4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_MD4 = 1.2.840.113549.1.1.3 Presents RSA with PKCS1 signature using MD4.
RSA_PKCS1_MD5 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_MD5 = 1.2.840.113549.1.1.4 Presents RSA with PKCS1 signature using MD5.
RSA_PKCS1_RIPEMD128 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_RIPEMD128 = 1.3.36.3.3.1.3 Presents RSA with PKCS1 signature using RIPEMD128.
RSA_PKCS1_RIPEMD160 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_RIPEMD160 = 1.3.36.3.3.1.2 Presents RSA with PKCS1 signature using RIPEMD160.
RSA_PKCS1_SHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA1 = 1.2.840.113549.1.1.5 Presents RSA with PKCS1 signature using SHA1.
RSA_PKCS1_SHA224 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA224 = 1.2.840.113549.1.1.14 Presents RSA with PKCS1 signature using SHA256.
RSA_PKCS1_SHA256 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA256 = 1.2.840.113549.1.1.11 Presents RSA with PKCS1 signature using SHA256.
RSA_PKCS1_SHA384 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA384 = 1.2.840.113549.1.1.12 Presents RSA with PKCS1 signature using SHA384.
RSA_PKCS1_SHA512 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA512 = 1.2.840.113549.1.1.13 Presents RSA with PKCS1 signature using SHA512.
RSA_PSPECIFIED - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PSPECIFIED = 1.2.840.113549.1.1.9 Presents the oid for specifying parameters in OAEP.
RSA_PSS - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PSS = 1.2.840.113549.1.1.10 Presents RSA with PSS signatures.
RSACryptoSystem - Class in net.rim.device.api.crypto
RSACryptoSystem represents the system of asymmetric cryptography created by Rivest, Shamir and Adleman based on the Integer Factorization Problem.
RSACryptoSystem() - Constructor for class net.rim.device.api.crypto.RSACryptoSystem
Constructs an RSA system which uses keys of bit length 1024.
RSACryptoSystem(int) - Constructor for class net.rim.device.api.crypto.RSACryptoSystem
Constructs an RSACryptoSystem object which uses keys of a given bit length.
RSACryptoSystem(RSACryptoToken, int) - Constructor for class net.rim.device.api.crypto.RSACryptoSystem
Constructs an RSACryptoSystem which uses keys of a given bit length.
RSACryptoToken - Class in net.rim.device.api.crypto
A class for RSA cryptographic tokens to extend.
RSACryptoToken() - Constructor for class net.rim.device.api.crypto.RSACryptoToken
Creates a new RSACryptoToken object.
RSADecryptorEngine - Class in net.rim.device.api.crypto
Provides the RSA decryption functionality on a block by block basis.
RSADecryptorEngine(RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.RSADecryptorEngine
Creates an RSADecryptorEngine object given a private key that will be used for decrypting the ciphertext.
RSAEncryptorEngine - Class in net.rim.device.api.crypto
Provides the RSA encryption functionality on a block by block basis.
RSAEncryptorEngine(RSAPublicKey) - Constructor for class net.rim.device.api.crypto.RSAEncryptorEngine
Creates an RSAEncryptorEngine object given a public key that will be used for encrypting the plaintext.
RSAKey - Interface in net.rim.device.api.crypto
Represents a key in an RSA system.
RSAKeyPair - Class in net.rim.device.api.crypto
The RSAKeyPair class holds an RSA public and private key.
RSAKeyPair(RSACryptoSystem) - Constructor for class net.rim.device.api.crypto.RSAKeyPair
Creates a new RSA key pair with the given crypto system, and using 2^16+1 ( 0x10001 ) for the value of e.
RSAKeyPair(RSACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.RSAKeyPair
Creates a new RSAKeyPair object.
RSAKeyPair(RSAPublicKey, RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.RSAKeyPair
Creates a new RSAKeyPair object with the given public and private keys.
RSAPrivateKey - Class in net.rim.device.api.crypto
Represents a private key in an RSA system.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, CryptoTokenPrivateKeyData) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPublicKey - Class in net.rim.device.api.crypto
The RSAPublicKey class represents a public key in an RSA system.
RSAPublicKey(RSACryptoSystem, byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPublicKey
Constructs an RSAPublicKey object.
RSAPublicKey(RSACryptoSystem, CryptoTokenPublicKeyData) - Constructor for class net.rim.device.api.crypto.RSAPublicKey
Constructs an RSAPublicKey object.
RSS14 - Static variable in class com.google.zxing.BarcodeFormat
RSS 14
RSS_ERROR_EVENT - Static variable in class net.rim.device.api.io.parser.rss.event.RSSEvent
 
RSS_EXPANDED - Static variable in class com.google.zxing.BarcodeFormat
RSS EXPANDED
RSSChannel - Class in net.rim.device.api.io.parser.rss.model
Model class for an RSS channel.
RSSChannel() - Constructor for class net.rim.device.api.io.parser.rss.model.RSSChannel
Constructs a RSSChannel.
RSSChannelImage - Class in net.rim.device.api.io.parser.rss.model
Model class for an RSS channel image.
RSSChannelImage() - Constructor for class net.rim.device.api.io.parser.rss.model.RSSChannelImage
Constructs an RSSChannelImage.
RSSErrorEvent - Class in net.rim.device.api.io.parser.rss.event
This event is posted by an RSSParser when an error is encountered in an RSS document.
RSSEvent - Class in net.rim.device.api.io.parser.rss.event
Base class for all RSS events.
RSSEventListener - Interface in net.rim.device.api.io.parser.rss.listener
Required by any class that wants to listen for RSS Events.
RSSItem - Class in net.rim.device.api.io.parser.rss.model
Model class for an RSS item.
RSSItem() - Constructor for class net.rim.device.api.io.parser.rss.model.RSSItem
Constructs an RSSItem.
RSSMediaContent - Class in net.rim.device.api.io.parser.rss.model
Model class for the media content of an RSS audio or video item.
RSSMediaContent() - Constructor for class net.rim.device.api.io.parser.rss.model.RSSMediaContent
Constructs an RSSMediaContent.
RSSMessageProcessor - Class in net.rim.device.api.io.parser.rss
MessageProcessor implementation that builds an RSSChannel from the message body, and then updates the object representation of the message body.
RSSMessageProcessor(int) - Constructor for class net.rim.device.api.io.parser.rss.RSSMessageProcessor
Constructs an RSSMessageProcessor.
RSSParser - Class in net.rim.device.api.io.parser.rss
Parses an RSS XML input stream.
RSSParser() - Constructor for class net.rim.device.api.io.parser.rss.RSSParser
Constructs an RSSParser.
RtspContentControl - Interface in net.rim.device.api.media.control
RtspContentControl provides access to the fast content switching feature supported by RTSP stream servers.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
run(Message, SupportedAttachmentPart) - Method in interface net.rim.blackberry.api.mail.AttachmentHandler
Performs custom processing on an attachment.
run(Object) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Runs the menu item given the context.
run() - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Executes this SendCommand with the context that is returned from SendCommand.getContext().
run() - Method in class net.rim.blackberry.api.sendmenu.SendCommandMenuItem
Executes the SendCommand that is encapsulated in this SendCommandMenuItem.
run() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Implements Runnable interface.
run() - Method in class net.rim.device.api.ui.MenuItem
Executes menu item.
run() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
Calls the ToolbarButtonField.invoke() method if and only if the ToolbarButtonField is enabled.
runAction() - Method in class net.rim.device.api.unifiedsearch.action.UiAction
Defines application-specific behavior.
runApplication(ApplicationDescriptor) - Method in class net.rim.device.api.system.ApplicationManager
Creates a new process to run an application and ask it to foreground itself.
runApplication(ApplicationDescriptor, boolean) - Method in class net.rim.device.api.system.ApplicationManager
Creates a new process to run an application.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RUNS_TEST_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing the runs test.
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.
RuntimeStore - Class in net.rim.device.api.system
Provides a central location for applications to share information.
RX_ABORT - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ASSEMBLY_EXPIRED - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_CONFIRMING_EXPIRED - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_ACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_CONFIRMING - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_DUPLICATE - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_NACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_REMOVED - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_UNRELIABLE - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DATAGRAM_WAITING - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_DISCARD_STATUS - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ERROR - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Message reception error icon.
RX_ERROR - Static variable in interface net.rim.blackberry.api.mail.Message.Status
Indicates an error occurred when receiving a message.
RX_ERROR_APN - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ERROR_CRC - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ERROR_FORMAT - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ERROR_FRAGMENT_SIZE - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ERROR_ID - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_ERROR_LINK - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_FRAME_LENGTH_MISMATCH - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_HELLO - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_INVALID_SEGMENT - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_MAILBOXED - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_NOT_PASSED_UP - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_PACKET_ACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_PACKET_CONFIRMING - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_PACKET_DUPLICATE - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_PARAM - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_PASSING_UP - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_PING - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_READ - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Message read icon.
RX_RECEIPT - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_RECEIVED - Static variable in interface net.rim.blackberry.api.mail.Message.Status
Indicates the message has been received successfully.
RX_RECEIVING - Static variable in interface net.rim.blackberry.api.mail.Message.Status
Indicates the message is being received.
RX_REFUSE - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_REQUEST - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_STATUS - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_UNKNOWN - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_UNREAD - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Message unread icon.
RX_VERSION - Static variable in interface net.rim.device.api.io.ConnEvent
 
RX_WINDOW_ARRAY_LACK_ENTRY - Static variable in interface net.rim.device.api.io.ConnEvent
 

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 _

Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal