- random() - Static method in class java.lang.Math
- 
The Math.random() function returns a floating-point, pseudo-random number 
 in the range [0, 1) that is, from 0 (inclusive) up to but not 
 including 1 (exclusive), which you can then scale to your desired range. 
- Random - Class in java.util
-  
- Random() - Constructor for class java.util.Random
- 
Random 
- Random(long) - Constructor for class java.util.Random
-  
- RandomAccessFile - Class in java.io
-  
- RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
-  
- RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
-  
- rc4cipher(byte[], int, byte[]) - Static method in class com.integpg.system.Security
- 
Perform RC4 cipher 
- read() - Method in class com.integpg.comm.ConsoleErrorStream
-  
- read() - Method in class com.integpg.comm.ConsoleInputStream
-  
- read() - Method in class com.integpg.comm.NullInputStream
-  
- read() - Method in class com.integpg.comm.SerialInputStream
- 
Reads a character from the stream. 
- read(int) - Method in class com.integpg.system.Immutable
- 
- read() - Method in class java.io.BufferedInputStream
- 
Reads the next byte of data. 
- read(byte[], int, int) - Method in class java.io.BufferedInputStream
- 
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset. 
- read() - Method in class java.io.BufferedReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.BufferedReader
- 
Reads characters into part of a character array. 
- read() - Method in class java.io.ByteArrayInputStream
-  
- read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
-  
- read() - Method in class java.io.CharArrayReader
-  
- read(char[], int, int) - Method in class java.io.CharArrayReader
-  
- read() - Method in class java.io.DataInputStream
-  
- read(byte[]) - Method in class java.io.DataInputStream
-  
- read(byte[], int, int) - Method in class java.io.DataInputStream
-  
- read() - Method in class java.io.FileInputStream
-  
- read(byte[]) - Method in class java.io.FileInputStream
-  
- read(byte[], int, int) - Method in class java.io.FileInputStream
-  
- read() - Method in class java.io.FilterInputStream
-  
- read(byte[]) - Method in class java.io.FilterInputStream
-  
- read(byte[], int, int) - Method in class java.io.FilterInputStream
-  
- read() - Method in class java.io.FilterReader
-  
- read(char[], int, int) - Method in class java.io.FilterReader
-  
- read() - Method in class java.io.InputStream
-  
- read(byte[]) - Method in class java.io.InputStream
-  
- read(byte[], int, int) - Method in class java.io.InputStream
- 
Read byte data until there is no more available. 
- read() - Method in class java.io.InputStreamReader
-  
- read(char[], int, int) - Method in class java.io.InputStreamReader
- 
Read block of data. 
- read() - Method in class java.io.LineNumberInputStream
-  
- read(byte[], int, int) - Method in class java.io.LineNumberInputStream
-  
- read() - Method in class java.io.LineNumberReader
-  
- read(char[], int, int) - Method in class java.io.LineNumberReader
-  
- read() - Method in class java.io.PipedInputStream
-  
- read(byte[], int, int) - Method in class java.io.PipedInputStream
-  
- read(char[], int, int) - Method in class java.io.PipedReader
-  
- read() - Method in class java.io.PushbackInputStream
-  
- read(byte[], int, int) - Method in class java.io.PushbackInputStream
-  
- read() - Method in class java.io.PushbackReader
-  
- read(char[], int, int) - Method in class java.io.PushbackReader
-  
- read() - Method in class java.io.RandomAccessFile
-  
- read(byte[]) - Method in class java.io.RandomAccessFile
-  
- read(byte[], int, int) - Method in class java.io.RandomAccessFile
-  
- read() - Method in class java.io.Reader
-  
- read(char[]) - Method in class java.io.Reader
-  
- read(char[], int, int) - Method in class java.io.Reader
-  
- read() - Method in class java.io.SequenceInputStream
-  
- read(byte[], int, int) - Method in class java.io.SequenceInputStream
-  
- read() - Method in class java.io.StringBufferInputStream
-  
- read(byte[], int, int) - Method in class java.io.StringBufferInputStream
-  
- read() - Method in class java.io.StringReader
-  
- read(char[], int, int) - Method in class java.io.StringReader
-  
- readAfterBreak(byte[]) - Method in class com.integpg.comm.AUXSerialPort
- 
Captures data following the next Break condition. 
- readAnalogInputs(long) - Static method in class com.integpg.sensor.SensorPort
- 
Obtain 16-bit raw values from a Type 20/FE/FD Quad Analog module. 
- readAnalogInputs(long) - Static method in class com.integpg.system.JANOS
- 
- readBoolean() - Method in interface java.io.DataInput
-  
- readBoolean() - Method in class java.io.DataInputStream
-  
- readBoolean() - Method in class java.io.RandomAccessFile
-  
- readByte(int) - Method in class com.integpg.system.Immutable
- 
Reads a byte from the immutable block. 
- readByte() - Method in interface java.io.DataInput
-  
- readByte() - Method in class java.io.DataInputStream
-  
- readByte() - Method in class java.io.RandomAccessFile
-  
- readBytes(int, byte[], int, int) - Method in class com.integpg.system.Immutable
- 
Reads an array of bytes from the immutable block. 
- readChar() - Method in interface java.io.DataInput
-  
- readChar() - Method in class java.io.DataInputStream
-  
- readChar() - Method in class java.io.RandomAccessFile
-  
- readDeviceBlock(long) - Static method in class com.integpg.sensor.SensorPort
- 
Obtains the Read Device Block from the external device. 
- readDeviceBlock(long) - Static method in class com.integpg.system.JANOS
- 
- readDouble() - Method in interface java.io.DataInput
-  
- readDouble() - Method in class java.io.DataInputStream
-  
- readDouble() - Method in class java.io.RandomAccessFile
-  
- Reader - Class in java.io
-  
- Reader() - Constructor for class java.io.Reader
- 
Reader 
- Reader(Object) - Constructor for class java.io.Reader
- 
Reader 
- readFloat() - Method in interface java.io.DataInput
-  
- readFloat() - Method in class java.io.DataInputStream
-  
- readFloat() - Method in class java.io.RandomAccessFile
-  
- readFully(byte[]) - Method in interface java.io.DataInput
-  
- readFully(byte[], int, int) - Method in interface java.io.DataInput
-  
- readFully(byte[]) - Method in class java.io.DataInputStream
- 
reads the requested data. 
- readFully(byte[], int, int) - Method in class java.io.DataInputStream
- 
Reads the requested data. 
- readFully(byte[]) - Method in class java.io.RandomAccessFile
-  
- readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
-  
- readInt(int) - Method in class com.integpg.system.Immutable
- 
Reads an int from the immutable block. 
- readInt() - Method in interface java.io.DataInput
-  
- readInt() - Method in class java.io.DataInputStream
-  
- readInt() - Method in class java.io.RandomAccessFile
-  
- readLine() - Method in class java.io.BufferedReader
- 
Returns the next line of text from the stream (blocking). 
- readLine() - Method in interface java.io.DataInput
-  
- readLine() - Method in class java.io.DataInputStream
-  
- readLine() - Method in class java.io.LineNumberReader
-  
- readLine() - Method in class java.io.RandomAccessFile
-  
- readLong(int) - Method in class com.integpg.system.Immutable
- 
Reads a long from the immutable block. 
- readLong() - Method in interface java.io.DataInput
-  
- readLong() - Method in class java.io.DataInputStream
-  
- readLong() - Method in class java.io.RandomAccessFile
-  
- readShort(int) - Method in class com.integpg.system.Immutable
- 
Reads a short from the immutable block. 
- readShort() - Method in interface java.io.DataInput
-  
- readShort() - Method in class java.io.DataInputStream
-  
- readShort() - Method in class java.io.RandomAccessFile
-  
- readUnsignedByte() - Method in interface java.io.DataInput
-  
- readUnsignedByte() - Method in class java.io.DataInputStream
-  
- readUnsignedByte() - Method in class java.io.RandomAccessFile
-  
- readUnsignedShort() - Method in interface java.io.DataInput
-  
- readUnsignedShort() - Method in class java.io.DataInputStream
-  
- readUnsignedShort() - Method in class java.io.RandomAccessFile
-  
- readUTF() - Method in interface java.io.DataInput
-  
- readUTF() - Method in class java.io.DataInputStream
-  
- readUTF(DataInput) - Static method in class java.io.DataInputStream
-  
- readUTF() - Method in class java.io.RandomAccessFile
-  
- ready() - Method in class java.io.BufferedReader
- 
Indicates that there is data ready to be read. 
- ready() - Method in class java.io.CharArrayReader
-  
- ready() - Method in class java.io.FilterReader
-  
- ready() - Method in class java.io.InputStreamReader
-  
- ready() - Method in class java.io.PushbackReader
-  
- ready() - Method in class java.io.Reader
-  
- ready() - Method in class java.io.StringReader
-  
- receive(int) - Method in class java.io.PipedInputStream
-  
- receive(DatagramPacket) - Method in class java.net.DatagramSocket
-  
- REF_ARR_TYPE_MGC - Static variable in class com.integpg.reflect.Tools
- 
Constant for the bytecode interpreter 
- REFLECT_CLASS_FLAG - Static variable in class com.integpg.reflect.Tools
- 
Does anyone use this? If so, call NSK at ... 
- REFLECT_INTERFACE_FLAG - Static variable in class com.integpg.reflect.Tools
- 
Does anyone use this? If so, call NSK at ... 
- REFLECT_OBJ_ARRAY_FLAG - Static variable in class com.integpg.reflect.Tools
- 
Does anyone use this? If so, call NSK at ... 
- REFLECT_PRIM_ARRAY_FLAG - Static variable in class com.integpg.reflect.Tools
- 
Does anyone use this? If so, call NSK at ... 
- refresh() - Method in class com.integpg.system.Iolog
- 
Updates the log snapshot. 
- refresh(long) - Method in class com.integpg.system.Iolog
- 
Updates the log snapshot. 
- refresh() - Method in class com.integpg.system.Watchdog
- 
Refreshes the Watchdog countdown timer. 
- regionMatches(int, String, int, int) - Method in class java.lang.String
-  
- regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
-  
- registerProcess(String) - Static method in class com.integpg.system.JANOS
- 
Registers a GUID for the current process with the operating system. 
- rehash() - Method in class java.util.Hashtable
- 
Increases the capacity of and internally reorganizes this
 hashtable, in order to accommodate and access its entries more
 efficiently. 
- REMOTE_SYSLOG - Static variable in class com.integpg.system.JANOS
- 
REMOTE_SYSLOG Used in system logging to specify the destination of the log entry. 
- remove(String) - Static method in class com.integpg.system.Immutable
- 
Removes the specified immutable block from the heap. 
- remove(int) - Method in class java.util.ArrayList
- 
Removes the item at the specified index. 
- remove(Object) - Method in class java.util.ArrayList
- 
Removes the first occurrence of an item. 
- remove(K) - Method in class java.util.Dictionary
- 
Removes the key(and its correspondingvalue) from this dictionary.
 
- remove(K) - Method in class java.util.Hashtable
- 
Removes the key (and its corresponding value) from this
 hashtable. 
- remove(String) - Method in class java.util.Json
-  
- removeAllElements() - Method in class java.util.Vector
- 
Removes all elements from this vector and sets its size to zero. 
- removeElement(Object) - Method in class java.util.Vector
- 
Removes the first (lowest-indexed) occurrence of the argument
 from this vector. 
- removeElementAt(int) - Method in class java.util.Vector
- 
Deletes the component at the specified index. 
- removeEventListener() - Method in class com.integpg.comm.SerialPort
- 
Removes an event listener. 
- removeEventListener() - Method in class com.integpg.system.Watchdog
- 
Removes the event listener for this Watchdog. 
- rename(String, String) - Method in class com.integpg.net.FTPClient
- 
Renames a remote file. 
- renameTo(File) - Method in class java.io.File
-  
- Repeatable - Annotation Type in java.lang.annotation
- 
The annotation type java.lang.annotation.Repeatableis
 used to indicate that the annotation type whose declaration it
 (meta-)annotates is repeatable.
 
- replace(char, char) - Method in class java.lang.String
-  
- replace(int, int, String) - Method in class java.lang.StringBuffer
-  
- replace(int, int, String) - Method in class java.lang.StringBuilder
-  
- replaceAll(String) - Method in class java.util.regex.Matcher
- 
Replaces every matched subsequence. 
- replaceFirst(String) - Method in class java.util.regex.Matcher
- 
Replaces the first matched subsequence. 
- reset() - Method in class com.integpg.sensor.SensorPort
- 
Issues the one-wire RESET pulse. 
- reset() - Method in class com.integpg.system.MailComposer
- 
Resets the composer ready to define a new message. 
- reset() - Method in class java.io.BufferedInputStream
- 
The stream is positioned to the last mark. 
- reset() - Method in class java.io.BufferedReader
- 
Resets the buffer pointer. 
- reset() - Method in class java.io.ByteArrayInputStream
-  
- reset() - Method in class java.io.ByteArrayOutputStream
- 
reset 
- reset() - Method in class java.io.CharArrayReader
-  
- reset() - Method in class java.io.CharArrayWriter
- 
reset 
- reset() - Method in class java.io.FilterInputStream
-  
- reset() - Method in class java.io.FilterReader
-  
- reset() - Method in class java.io.InputStream
-  
- reset() - Method in class java.io.LineNumberInputStream
-  
- reset() - Method in class java.io.LineNumberReader
-  
- reset() - Method in class java.io.Reader
-  
- reset() - Method in class java.io.StringBufferInputStream
-  
- reset() - Method in class java.io.StringReader
-  
- reset() - Method in class java.util.regex.Matcher
- 
Reset this matcher. 
- reset(String) - Method in class java.util.regex.Matcher
- 
Reset this matcher with a new input string. 
- resetInputCounter(int) - Static method in class com.integpg.system.JANOS
- 
Resets the counter for the specified Digital Input. 
- resetIPAddress(String) - Static method in class java.net.InetAddress
- 
Removes the entry for the specified host/domain from the ARP cache. 
- resetLatchedInput(int) - Static method in class com.integpg.system.JANOS
- 
Clears the latched state of a digital input. 
- resetLog() - Method in class com.integpg.net.FTPClient
- 
Resets the cumulative log. 
- resetSyntax() - Method in class java.io.StreamTokenizer
- 
resetSyntax 
- resetUsageMeter(int) - Static method in class com.integpg.system.JANOS
- 
Resets the usage meter for the specified channel. 
- responseCode(String) - Method in class com.integpg.net.FTPClient
- 
Returns the response code in the reply. 
- responsePurpose(String) - Method in class com.integpg.net.FTPClient
- 
Returns the purpose of the reply. 
- responseStatus(String) - Method in class com.integpg.net.FTPClient
- 
Returns the status of the reply. 
- resume() - Method in class java.lang.Thread
- 
resume 
- resume() - Method in class java.lang.ThreadGroup
- 
resume 
- Retention - Annotation Type in java.lang.annotation
- 
Indicates how long annotations with the annotated type are to
 be retained. 
- RetentionPolicy - Enum in java.lang.annotation
- 
Annotation retention policy. 
- retrieve(String, String) - Method in class com.integpg.net.FTPClient
- 
Transfers file content from a remote host. 
- rmdir(String) - Method in class com.integpg.net.FTPClient
- 
Deletes the named directory on the remote host. 
- roll(int, boolean) - Method in class java.util.Calendar
- 
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger tzParams. 
- roll(int, boolean) - Method in class java.util.GregorianCalendar
-  
- round(double) - Static method in class java.lang.Math
- 
The Math.round() function returns the value of a number rounded to the 
 nearest integer. 
- round(float) - Static method in class java.lang.Math
- 
The Math.round() function returns the value of a number rounded to the 
 nearest integer. 
- run() - Method in interface java.lang.Runnable
- 
run 
- run() - Method in class java.lang.Thread
-  
- runInitializer(int) - Static method in class com.integpg.reflect.Tools
-  
- Runnable - Interface in java.lang
-  
- Runtime - Class in java.lang
-  
- RuntimeException - Exception in java.lang
-  
- RuntimeException() - Constructor for exception java.lang.RuntimeException
- 
RuntimeException 
- RuntimeException(String) - Constructor for exception java.lang.RuntimeException
-