A B C D E F G H I J L M N O P Q R S T U V W Y

E

emptyReturned - Variable in class com.Ostermiller.util.StringTokenizer
One of two variables used to maintain state through the tokenizing process.
encode(String) - Static method in class com.Ostermiller.util.Base64
Encode a String in Base64.
encode(String, String) - Static method in class com.Ostermiller.util.Base64
Encode a String in Base64.
encode(byte[]) - Static method in class com.Ostermiller.util.Base64
Encode bytes in Base64.
encode(byte[], boolean) - Static method in class com.Ostermiller.util.Base64
Encode bytes in Base64.
encode(File) - Static method in class com.Ostermiller.util.Base64
Encode this file in Base64.
encode(File, boolean) - Static method in class com.Ostermiller.util.Base64
Encode this file in Base64.
encode(File, File) - Static method in class com.Ostermiller.util.Base64
Encode this file in Base64.
encode(File, File, boolean) - Static method in class com.Ostermiller.util.Base64
Encode this file in Base64.
encode(InputStream, OutputStream) - Static method in class com.Ostermiller.util.Base64
Encode data from the InputStream to the OutputStream in Base64.
encode(InputStream, OutputStream, boolean) - Static method in class com.Ostermiller.util.Base64
Encode data from the InputStream to the OutputStream in Base64.
encodeToString(byte[]) - Static method in class com.Ostermiller.util.Base64
Encode bytes in Base64.
encodeToString(byte[], boolean) - Static method in class com.Ostermiller.util.Base64
Encode bytes in Base64.
endsWithAny(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string ends with any of the given terms.
endsWithAnyIgnoreCase(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string ends with any of the given terms.
EnumerationIterator<ElementType> - Class in com.Ostermiller.util
Converts an Enumeration to an iterator.
EnumerationIterator(Enumeration<ElementType>) - Constructor for class com.Ostermiller.util.EnumerationIterator
Create an Iterator from an Enumeration.
equal(Object[], Object[]) - Static method in class com.Ostermiller.util.ArrayHelper
Tests two arrays to see if the arrays are equal.
equalsAny(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string equals any of the given terms.
equalsAnyIgnoreCase(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string equals any of the given terms.
error - Variable in class com.Ostermiller.util.CSVPrinter
true iff an error has occurred.
error - Variable in class com.Ostermiller.util.ExcelCSVPrinter
true iff an error has occurred.
escapeHTML(String) - Static method in class com.Ostermiller.util.StringHelper
Replaces characters that may be confused by a HTML parser with their equivalent character entity references.
escapeJavaLiteral(String) - Static method in class com.Ostermiller.util.StringHelper
Replaces characters that are not allowed in a Java style string literal with their escape characters.
escapeRegularExpressionLiteral(String) - Static method in class com.Ostermiller.util.StringHelper
Escapes characters that have special meaning to regular expressions
escapeSQL(String) - Static method in class com.Ostermiller.util.StringHelper
Replaces characters that may be confused by an SQL parser with their equivalent escape characters.
ExcelCSVParser - Class in com.Ostermiller.util
Read files in comma separated value format as outputted by the Microsoft Excel Spreadsheet program.
ExcelCSVParser(InputStream, char) - Constructor for class com.Ostermiller.util.ExcelCSVParser
Create a parser to parse delimited values from an InputStream.
ExcelCSVParser(InputStream) - Constructor for class com.Ostermiller.util.ExcelCSVParser
Create a parser to parse comma separated values from an InputStream.
ExcelCSVParser(Reader, char) - Constructor for class com.Ostermiller.util.ExcelCSVParser
Create a parser to parse delimited values from a Reader.
ExcelCSVParser(Reader) - Constructor for class com.Ostermiller.util.ExcelCSVParser
Create a parser to parse comma separated values from a Reader.
ExcelCSVPrinter - Class in com.Ostermiller.util
Print values as a comma separated list that can be read by the Excel spreadsheet.
ExcelCSVPrinter(OutputStream) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer, boolean, boolean) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer, char, char) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer, char, char, String) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer, char, char, boolean, boolean) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
ExcelCSVPrinter(Writer, char, char, String, boolean, boolean) - Constructor for class com.Ostermiller.util.ExcelCSVPrinter
Create a printer that will print values to the given stream.
exchange(String[]) - Method in class gnu.getopt.Getopt
Exchange the shorter segment with the far end of the longer segment.
exec - Static variable in class com.Ostermiller.util.Browser
A list of commands to try in order to display the url.
exec(String[]) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[]) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[], File) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[], String) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[], File, String) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
ExecHelper - Class in com.Ostermiller.util
Convenience methods for executing non-Java processes.
execUsingShell(String) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command using a shell.
execUsingShell(String, String) - Static method in class com.Ostermiller.util.ExecHelper
Executes the specified command using a shell.
ExtraCmdLnArgumentException - Exception in com.Ostermiller.util
Exception thrown when a command line option is missing an argument

A B C D E F G H I J L M N O P Q R S T U V W Y