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

C

cancelButton - Variable in class com.Ostermiller.util.PasswordDialog
The cancel button.
cat(Object[], Object[]) - Static method in class com.Ostermiller.util.ArrayHelper
Concatenates the given arrays into a single long array.
CGIParser - Class in com.Ostermiller.util
Parses query string data from a CGI request into name value pairs.
CGIParser(InputStream) - Constructor for class com.Ostermiller.util.CGIParser
Deprecated. This method does not decode URLEncoded values properly. Please use a method that specifies a character set.
CGIParser(InputStream, String) - Constructor for class com.Ostermiller.util.CGIParser
Extract the name, value pairs from the given input stream and make them available for retrieval.
CGIParser(Reader) - Constructor for class com.Ostermiller.util.CGIParser
Deprecated. This method does not decode URLEncoded values properly. Please use a method that specifies a character set.
CGIParser(Reader, String) - Constructor for class com.Ostermiller.util.CGIParser
Extract the name, value pairs from the given reader and make them available for retrieval.
CGIParser(String) - Constructor for class com.Ostermiller.util.CGIParser
Deprecated. This method does not decode URLEncoded values properly. Please use a method that specifies a character set.
CGIParser(String, String) - Constructor for class com.Ostermiller.util.CGIParser
Extract the name, value pairs from the given string and make them available for retrieval.
changeDelimiter(char) - Method in class com.Ostermiller.util.CSVLexer
Change this Lexer so that it uses a new delimiter.
changeDelimiter(char) - Method in interface com.Ostermiller.util.CSVParse
Change this parser so that it uses a new delimiter.
changeDelimiter(char) - Method in class com.Ostermiller.util.CSVParser
Change this parser so that it uses a new delimiter.
changeDelimiter(char) - Method in interface com.Ostermiller.util.CSVPrint
Change this printer so that it uses a new delimiter.
changeDelimiter(char) - Method in class com.Ostermiller.util.CSVPrinter
Change this printer so that it uses a new delimiter.
changeDelimiter(char) - Method in class com.Ostermiller.util.ExcelCSVParser
Change this parser so that it uses a new delimiter.
changeDelimiter(char) - Method in class com.Ostermiller.util.ExcelCSVPrinter
Change this printer so that it uses a new delimiter.
changeDelimiter(char) - Method in class com.Ostermiller.util.LabeledCSVParser
Change this parser so that it uses a new delimiter.
changeQuote(char) - Method in class com.Ostermiller.util.CSVLexer
Change this Lexer so that it uses a new character for quoting.
changeQuote(char) - Method in interface com.Ostermiller.util.CSVParse
Change this parser so that it uses a new character for quoting.
changeQuote(char) - Method in class com.Ostermiller.util.CSVParser
Change this parser so that it uses a new character for quoting.
changeQuote(char) - Method in interface com.Ostermiller.util.CSVPrint
Change this printer so that it uses a new character for quoting.
changeQuote(char) - Method in class com.Ostermiller.util.CSVPrinter
Change this printer so that it uses a new character for quoting.
changeQuote(char) - Method in class com.Ostermiller.util.ExcelCSVParser
Change this parser so that it uses a new character for quoting.
changeQuote(char) - Method in class com.Ostermiller.util.ExcelCSVPrinter
Change this printer so that it uses a new character for quoting.
changeQuote(char) - Method in class com.Ostermiller.util.LabeledCSVParser
Change this parser so that it uses a new character for quoting.
checkError() - Method in interface com.Ostermiller.util.CSVPrint
Flush the stream if it's not closed and check its error state.
checkError() - Method in class com.Ostermiller.util.CSVPrinter
Flush the stream if it's not closed and check its error state.
checkError() - Method in class com.Ostermiller.util.ExcelCSVPrinter
Flush the stream if it's not closed and check its error state.
checkLongOption() - Method in class gnu.getopt.Getopt
Check to see if an option is a valid long option.
CircularByteBuffer - Class in com.Ostermiller.util
Implements the Circular Buffer producer/consumer model for bytes.
CircularByteBuffer() - Constructor for class com.Ostermiller.util.CircularByteBuffer
Create a new buffer with a default capacity.
CircularByteBuffer(int) - Constructor for class com.Ostermiller.util.CircularByteBuffer
Create a new buffer with given capacity.
CircularByteBuffer(boolean) - Constructor for class com.Ostermiller.util.CircularByteBuffer
Create a new buffer with a default capacity and given blocking behavior.
CircularByteBuffer(int, boolean) - Constructor for class com.Ostermiller.util.CircularByteBuffer
Create a new buffer with the given capacity and blocking behavior.
CircularByteBuffer.CircularByteBufferInputStream - Class in com.Ostermiller.util
Class for reading from a circular byte buffer.
CircularByteBuffer.CircularByteBufferInputStream() - Constructor for class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferInputStream
 
CircularByteBuffer.CircularByteBufferOutputStream - Class in com.Ostermiller.util
Class for writing to a circular byte buffer.
CircularByteBuffer.CircularByteBufferOutputStream() - Constructor for class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferOutputStream
 
CircularCharBuffer - Class in com.Ostermiller.util
Implements the Circular Buffer producer/consumer model for characters.
CircularCharBuffer() - Constructor for class com.Ostermiller.util.CircularCharBuffer
Create a new buffer with a default capacity.
CircularCharBuffer(int) - Constructor for class com.Ostermiller.util.CircularCharBuffer
Create a new buffer with given capacity.
CircularCharBuffer(boolean) - Constructor for class com.Ostermiller.util.CircularCharBuffer
Create a new buffer with a default capacity and given blocking behavior.
CircularCharBuffer(int, boolean) - Constructor for class com.Ostermiller.util.CircularCharBuffer
Create a new buffer with the given capacity and blocking behavior.
CircularCharBuffer.CircularCharBufferReader - Class in com.Ostermiller.util
Class for reading from a circular character buffer.
CircularCharBuffer.CircularCharBufferReader() - Constructor for class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferReader
 
CircularCharBuffer.CircularCharBufferWriter - Class in com.Ostermiller.util
Class for writing to a circular character buffer.
CircularCharBuffer.CircularCharBufferWriter() - Constructor for class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferWriter
 
CircularObjectBuffer<ElementType> - Class in com.Ostermiller.util
Implements the Circular Buffer producer/consumer model for Objects.
CircularObjectBuffer() - Constructor for class com.Ostermiller.util.CircularObjectBuffer
Create a new buffer with a default capacity.
CircularObjectBuffer(int) - Constructor for class com.Ostermiller.util.CircularObjectBuffer
Create a new buffer with given capacity.
CircularObjectBuffer(boolean) - Constructor for class com.Ostermiller.util.CircularObjectBuffer
Create a new buffer with a default capacity and given blocking behavior.
CircularObjectBuffer(int, boolean) - Constructor for class com.Ostermiller.util.CircularObjectBuffer
Create a new buffer with the given capacity and blocking behavior.
clear() - Method in class com.Ostermiller.util.CircularByteBuffer
Make this buffer ready for reuse.
clear() - Method in class com.Ostermiller.util.CircularCharBuffer
Make this buffer ready for reuse.
clear() - Method in class com.Ostermiller.util.CircularObjectBuffer
Make this buffer ready for reuse.
close() - Method in class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferInputStream
Close the stream.
close() - Method in class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferOutputStream
Close the stream, flushing it first.
close() - Method in class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferReader
Close the stream.
close() - Method in class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferWriter
Close the stream, flushing it first.
close() - Method in class com.Ostermiller.util.ConcatInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.Ostermiller.util.ConcatReader
Close the stream and any underlying streams.
close() - Method in interface com.Ostermiller.util.CSVParse
Close any stream upon which this parser is based.
close() - Method in class com.Ostermiller.util.CSVParser
Close any stream upon which this parser is based.
close() - Method in interface com.Ostermiller.util.CSVPrint
Close any underlying streams.
close() - Method in class com.Ostermiller.util.CSVPrinter
Close any underlying streams.
close() - Method in class com.Ostermiller.util.ExcelCSVParser
Close any stream upon which this parser is based.
close() - Method in class com.Ostermiller.util.ExcelCSVPrinter
Close any underlying streams.
close() - Method in class com.Ostermiller.util.LabeledCSVParser
Close any stream upon which this parser is based.
close() - Method in class com.Ostermiller.util.NoCloseInputStream
Has no effect.
close() - Method in class com.Ostermiller.util.NoCloseOutputStream
Has no effect.
close() - Method in class com.Ostermiller.util.NoCloseReader
Has no effect.
close() - Method in class com.Ostermiller.util.NoCloseWriter
Has no effect.
close() - Method in class com.Ostermiller.util.SizeLimitInputStream
Close this stream and underlying streams.
close() - Method in class com.Ostermiller.util.StraightStreamReader
Close the stream.
CmdLn - Class in com.Ostermiller.util
Command line argument parser for Java command line programs.
CmdLn(String[]) - Constructor for class com.Ostermiller.util.CmdLn
New command line options with the given command line arguments
CmdLnArgumentException - Exception in com.Ostermiller.util
Exception thrown for a problem with a specific command line option.
CmdLnException - Exception in com.Ostermiller.util
Exception thrown when a command line cannot be parsed.
CmdLnListener - Class in com.Ostermiller.util
Call back for when a command line option is found.
CmdLnListener() - Constructor for class com.Ostermiller.util.CmdLnListener
 
CmdLnOption - Class in com.Ostermiller.util
A command line option used by the CommandLineOptions parser.
CmdLnOption(String[]) - Constructor for class com.Ostermiller.util.CmdLnOption
 
CmdLnOption(char[]) - Constructor for class com.Ostermiller.util.CmdLnOption
 
CmdLnOption(String) - Constructor for class com.Ostermiller.util.CmdLnOption
 
CmdLnOption(Character) - Constructor for class com.Ostermiller.util.CmdLnOption
 
CmdLnOption(String[], char[]) - Constructor for class com.Ostermiller.util.CmdLnOption
 
CmdLnOption(String, Character) - Constructor for class com.Ostermiller.util.CmdLnOption
 
CmdLnResult - Class in com.Ostermiller.util
Result when a command line option is found.
com.Ostermiller.util - package com.Ostermiller.util
 
COMMENT - Static variable in class com.Ostermiller.util.CSVLexer
 
commentStart - Variable in class com.Ostermiller.util.CSVPrinter
Character used to start comments.
ConcatInputStream - Class in com.Ostermiller.util
An input stream which reads sequentially from multiple sources.
ConcatInputStream() - Constructor for class com.Ostermiller.util.ConcatInputStream
Create a new input stream that can dynamically accept new sources.
ConcatInputStream(InputStream) - Constructor for class com.Ostermiller.util.ConcatInputStream
Create a new InputStream with one source.
ConcatInputStream(InputStream, InputStream) - Constructor for class com.Ostermiller.util.ConcatInputStream
Create a new InputStream with two sources.
ConcatInputStream(InputStream[]) - Constructor for class com.Ostermiller.util.ConcatInputStream
Create a new InputStream with an arbitrary number of sources.
ConcatReader - Class in com.Ostermiller.util
A reader which reads sequentially from multiple sources.
ConcatReader() - Constructor for class com.Ostermiller.util.ConcatReader
Create a new reader that can dynamically accept new sources.
ConcatReader(Reader) - Constructor for class com.Ostermiller.util.ConcatReader
Create a new reader with one source.
ConcatReader(Reader, Reader) - Constructor for class com.Ostermiller.util.ConcatReader
Create a new reader with two sources.
ConcatReader(Reader[]) - Constructor for class com.Ostermiller.util.ConcatReader
Create a new reader with an arbitrary number of sources.
contains(String) - Method in class com.Ostermiller.util.UberProperties
Test to see if a property with the given name exists.
containsAny(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string contains any of the given terms.
containsAnyIgnoreCase(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string contains any of the given terms.
convert(InputStream, OutputStream) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings of the text on the input stream and write it to the output stream.
convert(InputStream, OutputStream, int) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings of the text on the input stream and write it to the output stream.
convert(InputStream, OutputStream, boolean) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings of the text on the input stream and write it to the output stream.
convert(InputStream, OutputStream, int, boolean) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings of the text on the input stream and write it to the output stream.
convert(File) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings on given file.
convert(File, int) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings on given file.
convert(File, boolean) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings on given file.
convert(File, int, boolean) - Static method in class com.Ostermiller.util.LineEnds
Change the line endings on given file.
convert(InputStream, OutputStream) - Static method in class com.Ostermiller.util.Tabs
Read form the input stream, changing the tabs at the beginning of each line to four spaces, write the result to the output stream.
convert(InputStream, OutputStream, int) - Static method in class com.Ostermiller.util.Tabs
Read form the input stream, changing the tabs at the beginning of each line to the specified number of spaces, write the result to the output stream.
convert(InputStream, OutputStream, int, int) - Static method in class com.Ostermiller.util.Tabs
Read form the input stream, changing the tabs at the beginning of each line to the specified number of spaces or the other way around, write the result to the output stream.
convert(InputStream, OutputStream, int, int, boolean) - Static method in class com.Ostermiller.util.Tabs
Read form the input stream, changing the tabs at the beginning of each line to the specified number of spaces or the other way around, write the result to the output stream.
convert(File) - Static method in class com.Ostermiller.util.Tabs
Change the tabs at the beginning of each line of the file to four spaces.
convert(File, int) - Static method in class com.Ostermiller.util.Tabs
Change the tabs at the beginning of each line of the file to the specified number of spaces.
convert(File, int, int) - Static method in class com.Ostermiller.util.Tabs
Change the tabs at the beginning of each line of the file to the specified number of spaces or the other way around.
convert(File, int, int, boolean) - Static method in class com.Ostermiller.util.Tabs
Change the tabs at the beginning of each line of the file to the specified number of spaces or the other way around.
countTokens() - Method in class com.Ostermiller.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
countTokens(String) - Method in class com.Ostermiller.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception using the given set of (non-token) delimiters.
countTokens(String, boolean) - Method in class com.Ostermiller.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception using the given set of delimiters.
countTokens(String, String) - Method in class com.Ostermiller.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception using the given set of delimiters.
countTokens(String, String, boolean) - Method in class com.Ostermiller.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception using the given set of delimiters.
CSVLexer - Class in com.Ostermiller.util
Read files in comma separated value format.
CSVLexer(Reader) - Constructor for class com.Ostermiller.util.CSVLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CSVLexer(InputStream) - Constructor for class com.Ostermiller.util.CSVLexer
Creates a new scanner.
CSVParse - Interface in com.Ostermiller.util
Read files in comma separated value format.
CSVParser - Class in com.Ostermiller.util
Read files in comma separated value format.
CSVParser(InputStream) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse comma separated values from an InputStream.
CSVParser(InputStream, char) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse delimited values from an InputStream.
CSVParser(Reader) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse comma separated values from a Reader.
CSVParser(Reader, char) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse delimited values from a Reader.
CSVParser(InputStream, char, String, String, String) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse delimited values from an InputStream.
CSVParser(InputStream, String, String, String) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse comma separated values from an InputStream.
CSVParser(Reader, char, String, String, String) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse delimited values from a Reader.
CSVParser(Reader, String, String, String) - Constructor for class com.Ostermiller.util.CSVParser
Create a parser to parse comma separated values from a Reader.
CSVPrint - Interface in com.Ostermiller.util
Print values as a comma separated list.
CSVPrinter - Class in com.Ostermiller.util
Print values as a comma separated list.
CSVPrinter(OutputStream) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(OutputStream, char) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer, char) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer, boolean, boolean) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer, char, char, char) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer, char, char, char, String) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer, char, char, char, boolean, boolean) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.
CSVPrinter(Writer, char, char, char, String, boolean, boolean) - Constructor for class com.Ostermiller.util.CSVPrinter
Create a printer that will print values to the given stream.

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