Package com.Ostermiller.util
package com.Ostermiller.util
-
ClassDescriptionArrayEnumeration<ElementType>Converts an array to an enumerator.Convenience methods for working with Java arrays.ArrayIterator<ElementType>Converts an array to an iterator.An Illegal delimiter was specified.An Illegal delimiter was specified.An illegal line ending was specified.An illegal quote was specified.Implements Base64 encoding and decoding as defined by RFC 2045: "Multi-purpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" page 23.Exception that is thrown when an unexpected character is encountered during Base64 decoding.Signals that binary data was encountered and continuing with a text operation would likely corrupt the data.Allows URLs to be opened in the system browser on Windows and Unix.An indication that there was a buffer overflow.Parses query string data from a CGI request into name value pairs.Implements the Circular Buffer producer/consumer model for bytes.Implements the Circular Buffer producer/consumer model for characters.CircularObjectBuffer<ElementType>Implements the Circular Buffer producer/consumer model for Objects.Command line argument parser for Java command line programs.Exception thrown for a problem with a specific command line option.Exception thrown when a command line cannot be parsed.Call back for when a command line option is found.A command line option used by the CommandLineOptions parser.Result when a command line option is found.An input stream which reads sequentially from multiple sources.A reader which reads sequentially from multiple sources.Read files in comma separated value format.Read files in comma separated value format.Read files in comma separated value format.Print values as a comma separated list.Print values as a comma separated list.Parses a variety of formatted date strings with minimal configuration.EnumerationIterator<ElementType>Converts an Enumeration to an iterator.Read files in comma separated value format as outputted by the Microsoft Excel Spreadsheet program.Print values as a comma separated list that can be read by the Excel spreadsheet.Convenience methods for executing non-Java processes.Exception thrown when a command line option is missing an argumentUtilities for File manipulation.IteratorEnumeration<ElementType>Converts an iterator to an enumerator.Decorate a CSVParse object to provide an index of field names.Stream editor to alter the line separators on text to match that of a given platform.MD5 hash generator.Implements MD5 functionality on a stream.Implements MD5 functionality on a stream.Exception thrown when a command line option is missing an argumentRepresents a name value pair as would be used as a CGI parameter.An input stream with a close method with no effect.An output stream with a close method with no effect.A reader which a close method with no effect.A wrapper for a stream (either input or output) which has a close method with no effect.A writer with a close method with no effect.Runs multiple jobs in parallel, n threads at a time, and waits until all threads are complete before continuing.A modal dialog that asks the user for a user name and password.Interface to verify passwords.Generates a random String using a cryptographically secure random number generator.An applet that will let the user generate random passwords.A number with an associated number of significant figures.An input stream wrapper that will read only a set number of bytes from the underlying stream.A StraightStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters without using a character encoding.Utilities for String formatting, manipulation, and queries.The string tokenizer class allows an application to break a string into tokens.Stream editor to alter the line separators on text to match that of a given platform.The Properties class represents a persistent set of properties.Exception thrown when a command line option that was unexpected is found.Extend years like '99 to 1999 based on dates around the current date.Null object for year extension policy.Interface for extending two digit years to full years.