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

M

main(String[]) - Static method in class com.Ostermiller.util.Base64
Converts the line ending on files, or standard input.
main(String[]) - Static method in class com.Ostermiller.util.Browser
Open the url(s) specified on the command line in your browser.
main(String[]) - Static method in class com.Ostermiller.util.CSVLexer
Prints out tokens and line numbers from a file or System.in.
main(String[]) - Static method in class com.Ostermiller.util.LineEnds
Converts the line ending on files, or standard input.
main(String[]) - Static method in class com.Ostermiller.util.MD5
Command line program that will take files as arguments and output the MD5 sum for each file.
main(String[]) - Static method in class com.Ostermiller.util.RandPass
Generate a random passwords.
main(String[]) - Static method in class com.Ostermiller.util.Tabs
Converts the tabs in files, or standard input.
main(String[]) - Static method in class GetoptDemo
 
mark(int) - Method in class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferInputStream
Mark the present position in the stream.
mark(int) - Method in class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferReader
Mark the present position in the stream.
mark(int) - Method in class com.Ostermiller.util.ConcatInputStream
Mark not supported
mark(int) - Method in class com.Ostermiller.util.ConcatReader
Mark not supported.
mark(int) - Method in class com.Ostermiller.util.NoCloseInputStream
mark(int) - Method in class com.Ostermiller.util.NoCloseReader
mark(int) - Method in class com.Ostermiller.util.SizeLimitInputStream
mark(int) - Method in class com.Ostermiller.util.StraightStreamReader
Mark the present position in the stream.
markPosition - Variable in class com.Ostermiller.util.CircularByteBuffer
Index of the first saved byte.
markPosition - Variable in class com.Ostermiller.util.CircularCharBuffer
Index of the first saved character.
markReadLimitBytes - Variable in class com.Ostermiller.util.SizeLimitInputStream
The number of bytes the user has request to have been marked for reset.
markSize - Variable in class com.Ostermiller.util.CircularByteBuffer
Number of bytes that have to be saved to support mark() and reset() on the InputStream.
markSize - Variable in class com.Ostermiller.util.CircularCharBuffer
Number of characters that have to be saved to support mark() and reset() on the Reader.
markSupported() - Method in class com.Ostermiller.util.CircularByteBuffer.CircularByteBufferInputStream
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.Ostermiller.util.CircularCharBuffer.CircularCharBufferReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.Ostermiller.util.ConcatInputStream
Does not support mark.
markSupported() - Method in class com.Ostermiller.util.ConcatReader
Mark not supported.
markSupported() - Method in class com.Ostermiller.util.NoCloseInputStream
markSupported() - Method in class com.Ostermiller.util.NoCloseReader
markSupported() - Method in class com.Ostermiller.util.SizeLimitInputStream
markSupported() - Method in class com.Ostermiller.util.StraightStreamReader
Tell whether this stream supports the mark() operation.
maxBytesToRead - Variable in class com.Ostermiller.util.SizeLimitInputStream
The number of bytes to read at most from this Stream.
maxDelimChar - Variable in class com.Ostermiller.util.StringTokenizer
Stores the value of the delimiter character with the highest value.
MD5 - Class in com.Ostermiller.util
MD5 hash generator.
MD5() - Constructor for class com.Ostermiller.util.MD5
Class constructor
MD5InputStream - Class in com.Ostermiller.util
Implements MD5 functionality on a stream.
MD5InputStream(InputStream) - Constructor for class com.Ostermiller.util.MD5InputStream
Creates a MD5InputStream
MD5OutputStream - Class in com.Ostermiller.util
Implements MD5 functionality on a stream.
MD5OutputStream(OutputStream) - Constructor for class com.Ostermiller.util.MD5OutputStream
Creates MD5OutputStream
midpad(String, int) - Static method in class com.Ostermiller.util.StringHelper
Pad the beginning and end of the given String with spaces until the String is of the given length.
midpad(String, int, char) - Static method in class com.Ostermiller.util.StringHelper
Pad the beginning and end of the given String with the given character until the result is the desired length.
MissingCmdLnArgumentException - Exception in com.Ostermiller.util
Exception thrown when a command line option is missing an argument
move(File, File) - Static method in class com.Ostermiller.util.FileHelper
Move a file from one location to another.
move(File, File, boolean) - Static method in class com.Ostermiller.util.FileHelper
Move a file from one location to another.

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