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

S

save(Properties) - Static method in class com.Ostermiller.util.Browser
Save the options used to the given properties file.
save(String[]) - Method in class com.Ostermiller.util.UberProperties
Save these properties from a user file.
save(OutputStream) - Method in class com.Ostermiller.util.UberProperties
Save these properties to the given stream.
setAlphabet(char[]) - Method in class com.Ostermiller.util.RandPass
Set the alphabet used by this random password generator.
setAlwaysQuote(boolean) - Method in interface com.Ostermiller.util.CSVPrint
Set whether values printers should always be quoted, or whether the printer may, at its discretion, omit quotes around the value.
setAlwaysQuote(boolean) - Method in class com.Ostermiller.util.CSVPrinter
Set whether values printers should always be quoted, or whether the printer may, at its discretion, omit quotes around the value.
setAlwaysQuote(boolean) - Method in class com.Ostermiller.util.ExcelCSVPrinter
Set whether values printers should always be quoted, or whether the printer may, at its discretion, omit quotes around the value.
setArgumentBounds(int, int) - Method in class com.Ostermiller.util.CmdLnOption
Sets the bounds for command line arguments.
setArgv(String[]) - Method in class gnu.getopt.Getopt
Since in GNU getopt() the argument vector is passed back in to the function every time, the caller can swap out argv on the fly.
setAutoFlush(boolean) - Method in interface com.Ostermiller.util.CSVPrint
Set flushing behavior.
setAutoFlush(boolean) - Method in class com.Ostermiller.util.CSVPrinter
Set flushing behavior.
setAutoFlush(boolean) - Method in class com.Ostermiller.util.ExcelCSVPrinter
Set flushing behavior.
setCancelText(String) - Method in class com.Ostermiller.util.PasswordDialog
Set the label on the cancel button.
setComment(String) - Method in class com.Ostermiller.util.UberProperties
Set the comment associated with this set of properties.
setCommentStart(String) - Method in class com.Ostermiller.util.CSVLexer
Set the characters that indicate a comment at the beginning of the line.
setCommentStart(String) - Method in class com.Ostermiller.util.CSVParser
Set the characters that indicate a comment at the beginning of the line.
setCommentStart(String) - Method in class com.Ostermiller.util.ExcelCSVParser
Set the characters that indicate a comment at the beginning of the line.
setDelimiters(String) - Method in class com.Ostermiller.util.StringTokenizer
Set the delimiters used to this set of (non-token) delimiters.
setDelimiters(String, boolean) - Method in class com.Ostermiller.util.StringTokenizer
Set the delimiters used to this set of delimiters.
setDelimiters(String, String) - Method in class com.Ostermiller.util.StringTokenizer
Set the delimiters used to this set of delimiters.
setDelimiters(String, String, boolean) - Method in class com.Ostermiller.util.StringTokenizer
Set the delimiters used to this set of delimiters.
setDescription(String) - Method in class com.Ostermiller.util.CmdLn
Set the description for the program.
setDescription(String) - Method in class com.Ostermiller.util.CmdLnOption
 
setEscapes(String, String) - Method in class com.Ostermiller.util.CSVLexer
Specify escape sequences and their replacements.
setEscapes(String, String) - Method in class com.Ostermiller.util.CSVParser
Specify escape sequences and their replacements.
setFirstAlphabet(char[]) - Method in class com.Ostermiller.util.RandPass
Set the alphabet used by this random password generator for the first character of passwords.
setLastAlphabet(char[]) - Method in class com.Ostermiller.util.RandPass
Set the alphabet used by this random password generator for the last character of passwords.
setLineEnding(String) - Method in class com.Ostermiller.util.CSVPrinter
Change this printer so that it uses a new line ending.
setLineEnding(String) - Method in class com.Ostermiller.util.ExcelCSVPrinter
Change this printer so that it uses a new line ending.
setListener(CmdLnListener) - Method in class com.Ostermiller.util.CmdLnOption
Set the call back object
setLMSD(int, int) - Method in class com.Ostermiller.util.SignificantFigures
Adjust the number of significant figures such that the least significant digit is at the given place.
setLocale(Locale) - Static method in class com.Ostermiller.util.Browser
Set the locale used for getting localized strings.
setLocale(Locale) - Method in class com.Ostermiller.util.PasswordDialog
Set the locale used for getting localized strings.
setLSD(int) - Method in class com.Ostermiller.util.SignificantFigures
Adjust the number of significant figures such that the least significant digit is at the given place.
setMaxRepetition(int) - Method in class com.Ostermiller.util.RandPass
Set the maximum number of characters that may appear in sequence more than once in a password.
setName(String) - Method in class com.Ostermiller.util.PasswordDialog
Set the name that appears as the default An empty string will be used if this in not specified before the dialog is displayed.
setNameLabel(String) - Method in class com.Ostermiller.util.PasswordDialog
Set the label for the field in which the name is entered.
setNoArguments() - Method in class com.Ostermiller.util.CmdLnOption
Sets the argument bounds to require no arguments (zero arguments minimum, zero arguments maximum).
setNonOptionSeparators(String[]) - Method in class com.Ostermiller.util.CmdLn
Set the "stop" option that causes any following arguments to be treated as non-option arguments, even if they look like an option.
setNumberSignificantFigures(int) - Method in class com.Ostermiller.util.SignificantFigures
Adjust the number of digits in the number.
setOKText(String) - Method in class com.Ostermiller.util.PasswordDialog
Set the label on the OK button.
setOpterr(boolean) - Method in class gnu.getopt.Getopt
Normally Getopt will print a message to the standard error when an invalid option is encountered.
setOptind(int) - Method in class gnu.getopt.Getopt
This method allows the optind index to be set manually.
setOptionalArgument() - Method in class com.Ostermiller.util.CmdLnOption
Sets the argument bounds for a single optional argument (zero arguments minimum, one argument maximum).
setOptionArgumentDelimiters(char[]) - Method in class com.Ostermiller.util.CmdLn
Set the delimiters that separate a option name from a value within a single argument.
setOptionStarts(String, String) - Method in class com.Ostermiller.util.CmdLn
Set what long options and short options start with.
setOptionStarts(String[], String[]) - Method in class com.Ostermiller.util.CmdLn
Set what long options and short options start with.
setOptstring(String) - Method in class gnu.getopt.Getopt
In GNU getopt, it is possible to change the string containg valid options on the fly because it is passed as an argument to getopt() each time.
setParameter(String, String) - Method in class com.Ostermiller.util.CGIParser
Set a name value pair as used in a URL.
setParameter(String, String[]) - Method in class com.Ostermiller.util.CGIParser
Set a name value pair as used in a URL.
setPass(String) - Method in class com.Ostermiller.util.PasswordDialog
Set the password that appears as the default An empty string will be used if this in not specified before the dialog is displayed.
setPassLabel(String) - Method in class com.Ostermiller.util.PasswordDialog
Set the label for the field in which the password is entered.
setProperties(String, String[]) - Method in class com.Ostermiller.util.UberProperties
Replaces all properties of the given name with properties with the given values.
setProperties(String, String[], String) - Method in class com.Ostermiller.util.UberProperties
Replaces all properties of the given name with properties with the given values.
setProperty(String, String) - Method in class com.Ostermiller.util.UberProperties
Replaces all properties of the given name with a single property with the given value.
setProperty(String, String, String) - Method in class com.Ostermiller.util.UberProperties
Replaces all properties of the given name with a single property with the given value.
setRandomGenerator(SecureRandom) - Method in class com.Ostermiller.util.RandPass
Set the random number generator used by this random password generator.
setRequiredArgument() - Method in class com.Ostermiller.util.CmdLnOption
Sets the argument bounds for a single required argument (one argument minimum, one argument maximum).
setReturnEmptyTokens(boolean) - Method in class com.Ostermiller.util.StringTokenizer
Set whether empty tokens should be returned from this point in in the tokenizing process onward.
setText(String) - Method in class com.Ostermiller.util.StringTokenizer
Set the text to be tokenized in this StringTokenizer.
setUnlimitedArguments() - Method in class com.Ostermiller.util.CmdLnOption
Sets the argument bounds for unlimited (but optional) arguments (zero arguments minimum, Integer.MAX_VALUE arguments maximum).
setUserObject(Object) - Method in class com.Ostermiller.util.CmdLnOption
An object that may be set by the user.
shortValue() - Method in class com.Ostermiller.util.SignificantFigures
Returns the value of this number as a short.
showDialog() - Method in class com.Ostermiller.util.PasswordDialog
Shows the dialog and returns true if the user pressed ok.
SignificantFigures - Class in com.Ostermiller.util
A number with an associated number of significant figures.
SignificantFigures(String) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a String representation of a number.
SignificantFigures(byte) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a byte.
SignificantFigures(short) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a short.
SignificantFigures(int) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from an integer.
SignificantFigures(long) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a long.
SignificantFigures(float) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a float.
SignificantFigures(double) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a double.
SignificantFigures(Number) - Constructor for class com.Ostermiller.util.SignificantFigures
Create a SignificantFigures object from a java number such as a BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, or Short.
SizeLimitInputStream - Class in com.Ostermiller.util
An input stream wrapper that will read only a set number of bytes from the underlying stream.
SizeLimitInputStream(InputStream, long) - Constructor for class com.Ostermiller.util.SizeLimitInputStream
Create a new size limit input stream from another stream given a size limit.
skip(long) - Method in class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferInputStream
Skip bytes.
skip(long) - Method in class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferReader
Skip characters.
skip(long) - Method in class com.Ostermiller.util.CircularObjectBuffer
Skip Objects.
skip(long) - Method in class com.Ostermiller.util.ConcatInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.Ostermiller.util.ConcatReader
Skip characters.
skip(long) - Method in class com.Ostermiller.util.NoCloseInputStream
skip(long) - Method in class com.Ostermiller.util.NoCloseReader
skip(long) - Method in class com.Ostermiller.util.SizeLimitInputStream
skip(long) - Method in class com.Ostermiller.util.StraightStreamReader
Skip characters.
skipDelimiters() - Method in class com.Ostermiller.util.StringTokenizer
Advances the current position so it is before the next token.
split(String, String) - Static method in class com.Ostermiller.util.StringHelper
Split the given String into tokens.
splitIncludeDelimiters(String, String) - Static method in class com.Ostermiller.util.StringHelper
Split the given String into tokens.
startsWithAny(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string starts with any of the given terms.
startsWithAnyIgnoreCase(String, String[]) - Static method in class com.Ostermiller.util.StringHelper
Tests to see if the given string starts with any of the given terms.
StraightStreamReader - Class in com.Ostermiller.util
A StraightStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters without using a character encoding.
StraightStreamReader(InputStream) - Constructor for class com.Ostermiller.util.StraightStreamReader
Create a StraightStreamReader from an InputStream
StringHelper - Class in com.Ostermiller.util
Utilities for String formatting, manipulation, and queries.
StringHelper() - Constructor for class com.Ostermiller.util.StringHelper
 
StringTokenizer - Class in com.Ostermiller.util
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, String) - Constructor for class com.Ostermiller.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, String, boolean) - Constructor for class com.Ostermiller.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean) - Constructor for class com.Ostermiller.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class com.Ostermiller.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class com.Ostermiller.util.StringTokenizer
Constructs a string tokenizer for the specified string.
strLength - Variable in class com.Ostermiller.util.StringTokenizer
The length of the text.
STYLE_DOS - Static variable in class com.Ostermiller.util.LineEnds
The Windows and DOS line ending ("\r\n")
STYLE_JAVA - Static variable in class com.Ostermiller.util.LineEnds
The UNIX and Java line ending ("\n")
STYLE_MAC - Static variable in class com.Ostermiller.util.LineEnds
The MacIntosh line ending ("\r")
STYLE_N - Static variable in class com.Ostermiller.util.LineEnds
The UNIX and Java line ending ("\n")
STYLE_R - Static variable in class com.Ostermiller.util.LineEnds
The MacIntosh line ending ("\r")
STYLE_RN - Static variable in class com.Ostermiller.util.LineEnds
The Windows and DOS line ending ("\r\n")
STYLE_SYSTEM - Static variable in class com.Ostermiller.util.LineEnds
The system line ending as determined by System.getProperty("line.separator")
STYLE_UNIX - Static variable in class com.Ostermiller.util.LineEnds
The UNIX and Java line ending ("\n")
STYLE_WINDOWS - Static variable in class com.Ostermiller.util.LineEnds
The Windows and DOS line ending ("\r\n")
SYMBOLS_ALPHABET - Static variable in class com.Ostermiller.util.RandPass
Alphabet consisting of all the printable ASCII symbols.

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