- DASH_PUNCTUATION - Static variable in class java.lang.Character
-
DASH_PUNCTUATION
- data(byte[], int, int) - Method in class com.integpg.sensor.SensorPort
-
Performs 1-wire data exchange.
- DATA_AVAILABLE - Static variable in class com.integpg.comm.SerialPortEvent
-
Data is available from the port
- DATABITS_7 - Static variable in class com.integpg.comm.SerialPort
-
DATABITS_7
- DATABITS_8 - Static variable in class com.integpg.comm.SerialPort
-
DATABITS_8
- DatagramPacket - Class in java.net
-
- DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
-
- DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
- DatagramSocket - Class in java.net
-
- DatagramSocket() - Constructor for class java.net.DatagramSocket
-
- DatagramSocket(int) - Constructor for class java.net.DatagramSocket
-
- DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
-
- DataInput - Interface in java.io
-
- DataInputStream - Class in java.io
-
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
- DataOutput - Interface in java.io
-
- DataOutputStream - Class in java.io
-
- DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
-
- DATE - Static variable in class java.util.Calendar
-
- Date - Class in java.util
-
- Date() - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it so that it represents the time at which it was allocated,
measured to the nearest millisecond.
- Date(int, int, int) - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it so that it represents midnight, local time, at the beginning of
the day specified by the year
, month
, and date
arguments.
- Date(int, int, int, int, int) - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it so that it represents the instant at the start of the minute
specified by the year
, month
, date
, hrs
, and min
arguments, in the local time zone.
- Date(int, int, int, int, int, int) - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it so that it represents the instant at the start of the second
specified by the year
, month
, date
, hrs
, min
, and
sec
arguments, in the local time zone.
- Date(long) - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it to represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
- Date(String) - Constructor for class java.util.Date
-
Allocates a
Date
object and initializes it so that it represents the date and time indicated by the string
s
, which is interpreted as if by the
Date.parse(java.lang.String)
method.
- DATE_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DATE field alignment.
- DateFormat - Class in java.text
-
DateFormat is an abstract class for date/time formatting subclasses which
formats and parses dates or time in a language-independent manner.
- DateFormat() - Constructor for class java.text.DateFormat
-
DateFormat
- DateFormatSymbols - Class in java.text
-
DateFormatSymbols
is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.
- DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from
resources for the default locale.
- DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from
resources for the given locale.
- DAY_OF_MONTH - Static variable in class java.util.Calendar
-
- DAY_OF_WEEK - Static variable in class java.util.Calendar
-
- DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_WEEK field alignment.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
-
- DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
- DAY_OF_YEAR - Static variable in class java.util.Calendar
-
- DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_YEAR field alignment.
- deactivate() - Method in class com.integpg.system.Watchdog
-
Deactivates (stops) the Watchdog countdown timer.
- Debug - Class in com.integpg.system
-
This class only applies to DEBUG builds of JANOS.
- DECEMBER - Static variable in class java.util.Calendar
-
- DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
-
DECIMAL_DIGIT_NUMBER
- DecimalFormat - Class in java.text
-
DecimalFormat
is a concrete subclass of NumberFormat
for formatting decimal numbers.
- DecimalFormat() - Constructor for class java.text.DecimalFormat
-
Create a DecimalFormat using the default pattern and symbols
for the default locale.
- DecimalFormat(String) - Constructor for class java.text.DecimalFormat
-
Create a DecimalFormat from the given pattern and the symbols
for the default locale.
- DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
-
Create a DecimalFormat from the given pattern and symbols.
- DecimalFormatSymbols - Class in java.text
-
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by
DecimalFormat
to format numbers.
- DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the default locale.
- DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the given locale.
- DECLARED - Static variable in interface java.lang.reflect.Member
-
Identifies the set of declared members of a class or interface.
- decode(String) - Static method in class java.lang.Byte
-
- decode(String) - Static method in class java.lang.Integer
-
- decode(String) - Static method in class java.lang.Long
-
- decode(String) - Static method in class java.lang.Short
-
- decrypt(byte[]) - Static method in class com.integpg.system.Security
-
Perform RSA decryption using current RSA public key
- decrypt(byte[], int, int) - Static method in class com.integpg.system.Security
-
Perform RSA decryption using current RSA key
- decrypt(byte[], int, byte[], int) - Static method in class com.integpg.system.Security
-
Perform RSA decryption
- DEFAULT - Static variable in class java.text.DateFormat
-
Constant for default style pattern.
- defaults - Variable in class java.util.Properties
-
A property list that contains default values for any keys not
found in this property list.
- delay(long) - Static method in class java.lang.Thread
-
- delete(String) - Method in class com.integpg.net.FTPClient
-
Deletes the given file on the remote host.
- delete() - Method in class com.integpg.system.Watchdog
-
Deletes/removes the Watchdog timer.
- delete() - Method in class java.io.File
-
Deletes the file.
- delete(int, int) - Method in class java.lang.StringBuffer
-
- delete(int, int) - Method in class java.lang.StringBuilder
-
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
- deleteObserver(Observer) - Method in class java.util.Observable
-
- deleteObservers() - Method in class java.util.Observable
-
deleteObservers
- Deprecated - Annotation Type in java.lang
-
A program element annotated @Deprecated is one that programmers
are discouraged from using, typically because it is dangerous,
or because a better alternative exists.
- destroy() - Method in class com.integpg.system.ConsoleProcess
-
Closes the console connection and releases associated resources.
- destroy() - Method in class java.lang.Process
-
destroy
- destroy() - Method in class java.lang.Thread
-
destroy
- destroy() - Method in class java.lang.ThreadGroup
-
destroy
- Dictionary<K,V> - Class in java.util
-
The Dictionary
class is the abstract parent of any
class, such as Hashtable
, which maps keys to values.
- Dictionary() - Constructor for class java.util.Dictionary
-
Sole Constructor.
- digestMD5(int, String, String) - Static method in class com.integpg.system.User
-
Calculates the MD5 digest obtained by concatenating the user's password to
the 'prefix' and then concatenating the 'suffix'.
- digestSHA1(int, String, String) - Static method in class com.integpg.system.User
-
Calculates the SHA1 digest obtained by concatenating the user's password to
the 'prefix' and then concatenating the 'suffix'.
- digit(char, int) - Static method in class java.lang.Character
-
digit
- dir(boolean) - Method in class com.integpg.net.FTPClient
-
Obtain the directory.
- directory - Variable in class com.integpg.net.FileEntry
-
directory
- disableReceiveFraming() - Method in class com.integpg.comm.SerialPort
-
Disables the ports receive framing.
- disableReceiveThreshold() - Method in class com.integpg.comm.SerialPort
-
Disables the ports receive threshold.
- disableReceiveTimeout() - Method in class com.integpg.comm.SerialPort
-
Disables the ports receive timeout.
- disconnect() - Method in class java.net.DatagramSocket
-
disconnect
- Documented - Annotation Type in java.lang.annotation
-
Indicates that annotations with a type are to be documented by javadoc
and similar tools by default.
- Double - Class in java.lang
-
- Double(double) - Constructor for class java.lang.Double
-
Instantiates a Double object with the provided double value.
- Double(String) - Constructor for class java.lang.Double
-
Instantiates a Double object with a value parsed from a string.
- doubleToLongBits(double) - Static method in class java.lang.Double
-
Returns a long value containing the bit pattern matching the supplied double value.
- doubleValue() - Method in class java.lang.Byte
-
- doubleValue() - Method in class java.lang.Double
-
Returns the double value associated with this object.
- doubleValue() - Method in class java.lang.Float
-
- doubleValue() - Method in class java.lang.Integer
-
- doubleValue() - Method in class java.lang.Long
-
- doubleValue() - Method in class java.lang.Number
-
- doubleValue() - Method in class java.lang.Short
-
- DST_OFFSET - Static variable in class java.util.Calendar
-
- dump(byte[]) - Static method in class com.integpg.system.Debug
-
Output byte[] content in traditional dump format.
- dump(byte[], int) - Static method in class com.integpg.system.Debug
-
Output byte[] content in traditional dump format.
- dump(byte[], int, PrintStream) - Static method in class com.integpg.system.Debug
-
Output byte[] content in traditional dump format.
- dumpStack() - Static method in class java.lang.Thread
-
dumpStack