- calendar - Variable in class java.text.DateFormat
- 
The calendar that DateFormat uses to produce the time field values
 needed to implement date/time formatting. 
- Calendar - Class in java.util
-  
- Calendar() - Constructor for class java.util.Calendar
- 
Constructs a Calendar with the default time zone. 
- Calendar(TimeZone) - Constructor for class java.util.Calendar
- 
Constructs a calendar with the specified time zone. 
- canControl() - Static method in class com.integpg.system.User
- 
Check for control access. 
- canControl(String) - Static method in class com.integpg.system.User
- 
Check for control access. 
- canRead() - Method in class java.io.File
- 
Tests whether the application can read the file denoted by this abstract pathname. 
- canWrite() - Method in class java.io.File
- 
Tests whether the application can modify the file denoted by this abstract pathname. 
- capacity() - Method in class java.lang.StringBuffer
-  
- capacity() - Method in class java.util.ArrayList
- 
Returns the current capacity of the array list and not the count of elements. 
- capacity() - Method in class java.util.Vector
- 
Returns the capacity of the vector (not the count of elements
 that are stored within it). 
- capacityIncrement - Variable in class java.util.Vector
- 
When the Vectorneeds to grow its size is increased by this
  amount.
 
- CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
- 
Flag for comparisons independent of case. 
- cdup() - Method in class com.integpg.net.FTPClient
- 
Issues CDUP command. 
- ceil(double) - Static method in class java.lang.Math
- 
The Math.ceil() function returns the smallest integer greater than 
 or equal to a given number. 
- Character - Class in java.lang
-  
- Character(char) - Constructor for class java.lang.Character
- 
Character 
- CharArrayReader - Class in java.io
-  
- CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
- 
CharArrayReader 
- CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
-  
- CharArrayWriter - Class in java.io
-  
- CharArrayWriter() - Constructor for class java.io.CharArrayWriter
- 
CharArrayWriter 
- CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
- 
CharArrayWriter 
- charAt(int) - Method in class java.lang.String
-  
- charAt(int) - Method in class java.lang.StringBuffer
-  
- CharConversionException - Exception in java.io
-  
- CharConversionException() - Constructor for exception java.io.CharConversionException
- 
CharConversionException 
- CharConversionException(String) - Constructor for exception java.io.CharConversionException
- 
CharConversionException 
- CharToByteConverter - Class in com.integpg.io
- 
This class defines an interface to allow conversion of characters
 to bytes for a particular encoding scheme. 
- CharToByteConverter() - Constructor for class com.integpg.io.CharToByteConverter
-  
- CharToByteISO8859_1 - Class in com.integpg.io
-  
- CharToByteISO8859_1() - Constructor for class com.integpg.io.CharToByteISO8859_1
-  
- CharToByteUTF8 - Class in com.integpg.io
- 
12-8-00 KLA - added useModifiedUTF8 to do the wierd Java-UTF8, where the value 0
                is encoded as 2 bytes, rather than 1. 
- CharToByteUTF8() - Constructor for class com.integpg.io.CharToByteUTF8
-  
- charValue() - Method in class java.lang.Character
- 
charValue 
- checkAccept(String, int) - Method in class java.lang.SecurityManager
-  
- checkAccess(Thread) - Method in class java.lang.SecurityManager
-  
- checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
-  
- checkAccess() - Method in class java.lang.Thread
- 
checkAccess 
- checkAccess() - Method in class java.lang.ThreadGroup
- 
checkAccess 
- checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
- 
checkAwtEventQueueAccess 
- checkConnect(String, int) - Method in class java.lang.SecurityManager
-  
- checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
-  
- checkCreateClassLoader() - Method in class java.lang.SecurityManager
- 
checkCreateClassLoader 
- checkDelete(String) - Method in class java.lang.SecurityManager
-  
- checkError() - Method in class java.io.PrintStream
-  
- checkError() - Method in class java.io.PrintWriter
-  
- checkExec(String) - Method in class java.lang.SecurityManager
-  
- checkExit(int) - Method in class java.lang.SecurityManager
-  
- checkLink(String) - Method in class java.lang.SecurityManager
-  
- checkListen(int) - Method in class java.lang.SecurityManager
-  
- checkMemberAccess(Class, int) - Method in class java.lang.SecurityManager
-  
- checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
-  
- checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
-  
- checkPackageAccess(String) - Method in class java.lang.SecurityManager
-  
- checkPackageDefinition(String) - Method in class java.lang.SecurityManager
-  
- checkPrintJobAccess() - Method in class java.lang.SecurityManager
- 
checkPrintJobAccess 
- checkPropertiesAccess() - Method in class java.lang.SecurityManager
- 
checkPropertiesAccess 
- checkPropertyAccess(String) - Method in class java.lang.SecurityManager
-  
- checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
-  
- checkRead(String) - Method in class java.lang.SecurityManager
-  
- checkRead(String, Object) - Method in class java.lang.SecurityManager
-  
- checkSecurityAccess(String) - Method in class java.lang.SecurityManager
- 
checkSecurityAccess 
- checkSetFactory() - Method in class java.lang.SecurityManager
- 
checkSetFactory 
- checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
- 
checkSystemClipboardAccess 
- checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
-  
- checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
-  
- checkWrite(String) - Method in class java.lang.SecurityManager
-  
- ChoiceFormat - Class in java.text
- 
A ChoiceFormatallows you to attach a format to a range of numbers.
 
- ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
- 
Constructs with limits and corresponding formats based on the pattern. 
- ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
- 
Constructs with the limits and the corresponding formats. 
- Class<T> - Class in java.lang
- 
Instances of the class Classrepresent classes and
 interfaces in a running Java application.
 
- Class() - Constructor for class java.lang.Class
-  
- ClassCastException - Exception in java.lang
-  
- ClassCastException() - Constructor for exception java.lang.ClassCastException
- 
ClassCastException 
- ClassCastException(String) - Constructor for exception java.lang.ClassCastException
- 
ClassCastException 
- ClassCircularityError - Error in java.lang
-  
- ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
- 
ClassCircularityError 
- ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
- 
ClassCircularityError 
- ClassFormatError - Error in java.lang
-  
- ClassFormatError() - Constructor for error java.lang.ClassFormatError
- 
ClassFormatError 
- ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
- 
ClassFormatError 
- ClassLoader - Class in java.lang
-  
- ClassLoader() - Constructor for class java.lang.ClassLoader
-  
- ClassNotFoundException - Exception in java.lang
-  
- ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
- 
ClassNotFoundException 
- ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
- 
ClassNotFoundException 
- clear() - Method in class java.util.ArrayList
- 
Clears the array list. 
- clear(int) - Method in class java.util.BitSet
-  
- clear() - Method in class java.util.Calendar
- 
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined. 
- clear(int) - Method in class java.util.Calendar
- 
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined. 
- clear() - Method in class java.util.Hashtable
- 
Clears this hashtable so that it contains no keys. 
- clearChanged() - Method in class java.util.Observable
- 
clearChanged 
- clone() - Method in class java.lang.Enum
- 
Throws CloneNotSupportedException. 
- clone() - Method in class java.lang.Object
- 
Creates a new object of the same class as this object. 
- clone() - Method in class java.text.ChoiceFormat
- 
Overrides Cloneable. 
- clone() - Method in class java.text.DateFormat
- 
Overrides Cloneable. 
- clone() - Method in class java.text.DateFormatSymbols
- 
Overrides Cloneable. 
- clone() - Method in class java.text.DecimalFormat
- 
Standard override; no change in semantics. 
- clone() - Method in class java.text.DecimalFormatSymbols
- 
Standard override. 
- clone() - Method in class java.text.Format
-  
- clone() - Method in class java.text.MessageFormat
- 
Overrides Cloneable. 
- clone() - Method in class java.text.NumberFormat
- 
Overrides Cloneable. 
- clone() - Method in class java.text.SimpleDateFormat
-  
- clone() - Method in class java.util.ArrayList
- 
Clones the array list. 
- clone() - Method in class java.util.BitSet
-  
- clone() - Method in class java.util.Calendar
-  
- clone() - Method in class java.util.Hashtable
-  
- clone() - Method in class java.util.Locale
-  
- clone() - Method in class java.util.SimpleTimeZone
-  
- clone() - Method in class java.util.TimeZone
- 
Creates a copy of this TimeZone. 
- clone() - Method in class java.util.Vector
- 
Returns a clone of this vector. 
- Cloneable - Interface in java.lang
-  
- cloneableClassNum - Static variable in class com.integpg.reflect.Tools
- 
Class number for the class java.lang.Cloneable.
 
- CloneNotSupportedException - Exception in java.lang
-  
- CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
- 
CloneNotSupportedException 
- CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
- 
CloneNotSupportedException 
- close() - Method in class com.integpg.comm.SerialInputStream
- 
close the port 
- close() - Method in class com.integpg.comm.SerialOutputStream
- 
close 
- close() - Method in class com.integpg.comm.SerialPort
- 
Closes the serial port and associated streams. 
- close() - Method in class com.integpg.net.FTPClient
- 
Closes the FTP connection. 
- close() - Method in class com.integpg.sensor.SensorPort
- 
Closes an open Sensor Port. 
- close() - Method in class com.integpg.system.Immutable
- 
Ends access to a previously opened/created immutable block. 
- close() - Method in class com.integpg.system.MessagePump
- 
Closes the message pump and releases the message queue. 
- close() - Method in class java.io.BufferedReader
- 
Closes the stream 
- close() - Method in class java.io.BufferedWriter
-  
- close() - Method in class java.io.CharArrayReader
-  
- close() - Method in class java.io.CharArrayWriter
- 
close 
- close() - Method in class java.io.FileInputStream
-  
- close() - Method in class java.io.FileOutputStream
-  
- close() - Method in class java.io.FilterInputStream
-  
- close() - Method in class java.io.FilterOutputStream
-  
- close() - Method in class java.io.FilterReader
-  
- close() - Method in class java.io.FilterWriter
-  
- close() - Method in class java.io.InputStream
-  
- close() - Method in class java.io.InputStreamReader
-  
- close() - Method in class java.io.OutputStream
-  
- close() - Method in class java.io.OutputStreamWriter
- 
Close the output stream. 
- close() - Method in class java.io.PipedInputStream
-  
- close() - Method in class java.io.PipedOutputStream
-  
- close() - Method in class java.io.PipedReader
-  
- close() - Method in class java.io.PipedWriter
-  
- close() - Method in class java.io.PrintStream
-  
- close() - Method in class java.io.PrintWriter
-  
- close() - Method in class java.io.PushbackReader
-  
- close() - Method in class java.io.RandomAccessFile
-  
- close() - Method in class java.io.Reader
-  
- close() - Method in class java.io.SequenceInputStream
-  
- close() - Method in class java.io.StringReader
-  
- close() - Method in class java.io.StringWriter
-  
- close() - Method in class java.io.Writer
-  
- close() - Method in class java.net.DatagramSocket
- 
close 
- close() - Method in class java.net.ServerSocket
-  
- close() - Method in class java.net.Socket
-  
- close() - Method in class java.net.SocketImpl
-  
- com.integpg.comm - package com.integpg.comm
-  
- com.integpg.io - package com.integpg.io
-  
- com.integpg.net - package com.integpg.net
-  
- com.integpg.reflect - package com.integpg.reflect
-  
- com.integpg.sensor - package com.integpg.sensor
-  
- com.integpg.system - package com.integpg.system
-  
- COMBINING_SPACING_MARK - Static variable in class java.lang.Character
- 
COMBINING_SPACING_MARK 
- COMIN - Static variable in class com.integpg.comm.SerialInputStream
- 
COMIN stream handles incoming data from the RS-232 port (COM) 
- command(String) - Method in class com.integpg.net.FTPClient
- 
Issues supplied command and logs the response. 
- commentChar(int) - Method in class java.io.StreamTokenizer
-  
- COMOUT - Static variable in class com.integpg.comm.SerialInputStream
- 
COMOUT stream handles outgoing data to the RS-232 port (COM) 
- COMOUT - Static variable in class com.integpg.comm.SerialOutputStream
- 
COMOUT 
- Comparable<T> - Interface in java.lang
- 
This interface imposes a ordering on the objects of each class that
 implements it. 
- compareTo(T) - Method in interface java.lang.Comparable
- 
Compares this object with the specified object for order. 
- compareTo(E) - Method in class java.lang.Enum
- 
Compares this enum with the specified object for order. 
- compareTo(String) - Method in class java.lang.String
-  
- compile(String) - Static method in class java.util.regex.Pattern
- 
Creates a regex machine for the specified pattern. 
- compile(String, int) - Static method in class java.util.regex.Pattern
- 
Creates a regex machine for the specified pattern and flag settings. 
- complete() - Method in class java.util.Calendar
- 
Fills in any unset tzParams in the calendar tzParams. 
- computeFields() - Method in class java.util.Calendar
- 
Converts the current millisecond time value time to calendar field values in tzParams[]. 
- computeFields() - Method in class java.util.GregorianCalendar
-  
- computeTime() - Method in class java.util.Calendar
- 
Converts the current calendar field values in tzParams[] to the millisecond time value time. 
- computeTime() - Method in class java.util.GregorianCalendar
-  
- COMSerialPort - Class in com.integpg.comm
-  
- COMSerialPort() - Constructor for class com.integpg.comm.COMSerialPort
- 
COMSerialPort 
- concat(String) - Method in class java.lang.String
-  
- connect(String) - Method in class com.integpg.net.FTPClient
- 
Establishes the FTP connection. 
- connect(PipedOutputStream) - Method in class java.io.PipedInputStream
-  
- connect(PipedInputStream) - Method in class java.io.PipedOutputStream
-  
- connect(PipedWriter) - Method in class java.io.PipedReader
-  
- connect(PipedReader) - Method in class java.io.PipedWriter
-  
- connect(InetAddress, int) - Method in class java.net.DatagramSocket
-  
- connect(String, int) - Method in class java.net.SocketImpl
-  
- connect(InetAddress, int) - Method in class java.net.SocketImpl
-  
- ConnectException - Exception in java.net
-  
- ConnectException() - Constructor for exception java.net.ConnectException
- 
ConnectException 
- ConnectException(String) - Constructor for exception java.net.ConnectException
-  
- CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
- 
CONNECTOR_PUNCTUATION 
- ConsoleErrorStream - Class in com.integpg.comm
-  
- ConsoleErrorStream(int) - Constructor for class com.integpg.comm.ConsoleErrorStream
- 
Constructs an InputStream object to collect stderr output from the console. 
- ConsoleInputStream - Class in com.integpg.comm
-  
- ConsoleInputStream(int) - Constructor for class com.integpg.comm.ConsoleInputStream
- 
Constructs an InputStream object to collect stdout output from the console. 
- ConsoleOutputStream - Class in com.integpg.comm
-  
- ConsoleOutputStream(int) - Constructor for class com.integpg.comm.ConsoleOutputStream
- 
Constructs an OutputStream object to send stdin input to the console. 
- ConsoleProcess - Class in com.integpg.system
- 
Provides programmatic access to a Command Console session. 
- ConsoleProcess(String, Hashtable) - Constructor for class com.integpg.system.ConsoleProcess
- 
Creates a new ConsoleProcess. 
- ConsoleProcess(String) - Constructor for class com.integpg.system.ConsoleProcess
- 
Creates a new ConsoleProcess. 
- ConsoleProcess() - Constructor for class com.integpg.system.ConsoleProcess
- 
Creates a new ConsoleProcess. 
- Constructor - Class in java.lang.reflect
-  
- contains(String) - Method in class java.lang.String
- 
Determines if a string (haystack) contains an occurrence of another string (needle). 
- contains(int) - Method in class java.lang.String
- 
Determines if the character (ch) appears in a string. 
- contains(Object) - Method in class java.util.ArrayList
- 
Indicates whether or not the item exists in the array list. 
- contains(Object) - Method in class java.util.Hashtable
- 
Tests if some key maps into the specified value in this hashtable. 
- contains(Object) - Method in class java.util.Json
- 
Tests if some key contains the specified value. 
- contains(E) - Method in class java.util.Vector
- 
Returns trueif this vector contains the specified element.
 
- containsKey(Object) - Method in class java.util.Hashtable
- 
Tests if the specified object is a key in this hashtable. 
- containsKey(String) - Method in class java.util.Json
- 
Tests if the specified string is a key in this Json object. 
- CONTROL - Static variable in class java.lang.Character
- 
CONTROL 
- convert(byte[], int, int, char[], int, int) - Method in class com.integpg.io.ByteToCharConverter
- 
Converts the specified bytearray into achararray based on
 thisByteToCharConverter's encoding scheme.
 
- convert(byte[], int, int, char[], int, int) - Method in class com.integpg.io.ByteToCharISO8859_1
-  
- convert(byte[], int, int, char[], int, int) - Method in class com.integpg.io.ByteToCharUTF8
-  
- convert(char[], int, int, byte[], int, int) - Method in class com.integpg.io.CharToByteConverter
- 
Converts the specified chararray into abytearray based on
 thisCharToByteConverter's encoding scheme.
 
- convert(char[], int, int, byte[], int, int) - Method in class com.integpg.io.CharToByteISO8859_1
-  
- convert(char[], int, int, byte[], int, int) - Method in class com.integpg.io.CharToByteUTF8
-  
- convertCharToUTF8(char[], int, byte[], int, int, boolean) - Static method in class com.integpg.io.CharToByteUTF8
-  
- convertFromNTP(long) - Static method in class com.integpg.system.Timebase
- 
Converts the supplied NTP timestamp to the time in milliseconds since the
 January 1st 1970 at 00:00:00 GMT epoch. 
- convertStringToUTF8(String, int, byte[], int, int) - Static method in class com.integpg.io.CharToByteUTF8
-  
- convertToNTP(long) - Static method in class com.integpg.system.Timebase
- 
Converts the supplied time in milliseconds since the January 1st 1970 at 00:00:00 GMT 
 epoch to the NTP timestamp format. 
- copyInto(Object[]) - Method in class java.util.Vector
- 
Copies the components of this vector into the specified array. 
- copyOf(char[], int) - Static method in class java.util.Arrays
- 
Returns a new (@code char[]) of the desired size containing a copy
 of the original content. 
- copyOfRange(char[], int, int) - Static method in class java.util.Arrays
- 
Copies the specified range of the specified array into a new array. 
- copyValueOf(char[]) - Static method in class java.lang.String
-  
- copyValueOf(char[], int, int) - Static method in class java.lang.String
-  
- cos(double) - Static method in class java.lang.Math
- 
The Math.cos() method returns a numeric value between -1 and 1, which 
 represents the cosine of the angle. 
- count - Variable in class java.io.BufferedInputStream
-  
- count - Variable in class java.io.BufferedOutputStream
- 
count 
- count - Variable in class java.io.ByteArrayInputStream
- 
count 
- count - Variable in class java.io.ByteArrayOutputStream
- 
count 
- count - Variable in class java.io.CharArrayReader
- 
count 
- count - Variable in class java.io.CharArrayWriter
- 
count 
- count - Variable in class java.io.StringBufferInputStream
- 
count 
- countObservers() - Method in class java.util.Observable
-  
- countRegistered(String) - Static method in class com.integpg.system.JANOS
- 
Checks for processes with the registered GUID. 
- countTokens() - Method in class java.util.StringTokenizer
-  
- CRC16(byte[], int, int, int) - Static method in class com.integpg.sensor.SensorPort
- 
Perform CRC16 on an array of data elements based on the provided seed. 
- CRC16(byte[], int, int, int) - Static method in class com.integpg.system.JANOS
- 
Perform CRC16 on an array of data elements based on the provided seed. 
- CRC32(byte[], int, int, int) - Static method in class com.integpg.system.JANOS
- 
Perform CRC32 on an array of data elements based on the provided seed. 
- CRC8(byte[], int, int, int) - Static method in class com.integpg.sensor.SensorPort
- 
Perform CRC8 on an array of data elements based on the provided seed. 
- CRC8(byte[], int, int, int) - Static method in class com.integpg.system.JANOS
- 
Perform CRC8 on an array of data elements based on the provided seed. 
- create(String, int) - Method in class com.integpg.system.Immutable
- 
Creates a new immutable block and associates that block with the specified identifier. 
- create(boolean) - Method in class java.net.SocketImpl
-  
- createBooleanArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable boolean[] with the given identifier (GUID). 
- createByteArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable byte[] with the given identifier (GUID). 
- createCharArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable char[] with the given identifier (GUID). 
- createClassClass(int, int, int) - Static method in class com.integpg.reflect.Tools
-  
- createDoubleArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable double[] with the given identifier (GUID). 
- createFloatArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable float[] with the given identifier (GUID). 
- createIntArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable int[] with the given identifier (GUID). 
- createLongArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable long[] with the given identifier (GUID). 
- createShortArray(String, int) - Static method in class com.integpg.system.Immutable
- 
Constructs an immutable short[] with the given identifier (GUID). 
- createSocketImpl() - Method in interface java.net.SocketImplFactory
-  
- CTS - Static variable in class com.integpg.comm.SerialPortEvent
- 
Clear To Send 
- CURRENCY_SYMBOL - Static variable in class java.lang.Character
- 
CURRENCY_SYMBOL 
- currentOwner - Variable in exception com.integpg.comm.PortInUseException
- 
currentOwner 
- currentThread() - Static method in class java.lang.Thread
-  
- currentTimeMillis() - Static method in class com.integpg.system.Timebase
- 
Returns the current time in milliseconds since the January 1st 1970 at 00:00:00 GMT epoch. 
- currentTimeMillis() - Static method in class java.lang.System
- 
Returns the current time in milliseconds since the January 1st 1970 at 00:00:00 GMT epoch. 
- currentTimeOffset() - Static method in class com.integpg.system.Timebase
- 
Returns the current time offset between the uptime and the RTC in milliseconds. 
- currentTimeRTC() - Static method in class com.integpg.system.Timebase
- 
Returns the current time in milliseconds since the January 1st 1970 at 00:00:00 GMT epoch. 
- cwd(String) - Method in class com.integpg.net.FTPClient
- 
Change working directory