Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y
R
rand
- Variable in class com.Ostermiller.util.
RandPass
Random number generator used.
RandPass
- Class in
com.Ostermiller.util
Generates a random String using a cryptographically secure random number generator.
RandPass()
- Constructor for class com.Ostermiller.util.
RandPass
Create a new random password generator with the default secure random number generator and default NONCONFUSING alphabet for all characters.
RandPass(SecureRandom)
- Constructor for class com.Ostermiller.util.
RandPass
Create a new random password generator with the given secure random number generator and default NONCONFUSING alphabet for all characters.
RandPass(char[])
- Constructor for class com.Ostermiller.util.
RandPass
Create a new random password generator with the default secure random number generator and given alphabet for all characters.
RandPass(SecureRandom, char[])
- Constructor for class com.Ostermiller.util.
RandPass
Create a new random password generator with the given secure random number generator and given alphabet for all characters.
RandPassApplet
- Class in
com.Ostermiller.util
An applet that will let the user generate random passwords.
RandPassApplet()
- Constructor for class com.Ostermiller.util.
RandPassApplet
read()
- Method in class com.Ostermiller.util.
CircularByteBuffer.CircularByteBufferInputStream
Read a single byte.
read(byte[])
- Method in class com.Ostermiller.util.
CircularByteBuffer.CircularByteBufferInputStream
Read bytes into an array.
read(byte[], int, int)
- Method in class com.Ostermiller.util.
CircularByteBuffer.CircularByteBufferInputStream
Read bytes into a portion of an array.
read()
- Method in class com.Ostermiller.util.
CircularCharBuffer.CircularCharBufferReader
Read a single character.
read(char[])
- Method in class com.Ostermiller.util.
CircularCharBuffer.CircularCharBufferReader
Read characters into an array.
read(char[], int, int)
- Method in class com.Ostermiller.util.
CircularCharBuffer.CircularCharBufferReader
Read characters into a portion of an array.
read()
- Method in class com.Ostermiller.util.
CircularObjectBuffer
Get a single Object from this buffer.
read(ElementType[])
- Method in class com.Ostermiller.util.
CircularObjectBuffer
Get Objects into an array from this buffer.
read(ElementType[], int, int)
- Method in class com.Ostermiller.util.
CircularObjectBuffer
Get Objects into a portion of an array from this buffer.
read()
- Method in class com.Ostermiller.util.
ConcatInputStream
Reads the next byte of data from the underlying streams.
read(byte[])
- Method in class com.Ostermiller.util.
ConcatInputStream
Reads some number of bytes from the underlying streams and stores them into the buffer array b.
read(byte[], int, int)
- Method in class com.Ostermiller.util.
ConcatInputStream
Reads up to length bytes of data from the underlying streams into an array of bytes.
read()
- Method in class com.Ostermiller.util.
ConcatReader
Read a single character.
read(char[])
- Method in class com.Ostermiller.util.
ConcatReader
Read characters into an array.
read(char[], int, int)
- Method in class com.Ostermiller.util.
ConcatReader
Read characters into a portion of an array.
read()
- Method in class com.Ostermiller.util.
MD5InputStream
Reads the next byte of data from this input stream.
read(byte[], int, int)
- Method in class com.Ostermiller.util.
MD5InputStream
Reads up to length bytes of data from this input stream into an array of bytes.
read()
- Method in class com.Ostermiller.util.
NoCloseInputStream
read(byte[])
- Method in class com.Ostermiller.util.
NoCloseInputStream
read(byte[], int, int)
- Method in class com.Ostermiller.util.
NoCloseInputStream
read()
- Method in class com.Ostermiller.util.
NoCloseReader
read(char[])
- Method in class com.Ostermiller.util.
NoCloseReader
read(char[], int, int)
- Method in class com.Ostermiller.util.
NoCloseReader
read()
- Method in class com.Ostermiller.util.
SizeLimitInputStream
read(byte[])
- Method in class com.Ostermiller.util.
SizeLimitInputStream
read(byte[], int, int)
- Method in class com.Ostermiller.util.
SizeLimitInputStream
read()
- Method in class com.Ostermiller.util.
StraightStreamReader
Read a single character.
read(char[])
- Method in class com.Ostermiller.util.
StraightStreamReader
Read characters into an array.
read(char[], int, int)
- Method in class com.Ostermiller.util.
StraightStreamReader
Read characters into an array.
reader
- Variable in class com.Ostermiller.util.
CircularCharBuffer
The Reader that can empty this buffer.
readerClosed
- Variable in class com.Ostermiller.util.
CircularCharBuffer
true if the close() method has been called on the Reader
readPosition
- Variable in class com.Ostermiller.util.
CircularByteBuffer
Index of the first byte available to be read.
readPosition
- Variable in class com.Ostermiller.util.
CircularCharBuffer
Index of the first character available to be read.
readPosition
- Variable in class com.Ostermiller.util.
CircularObjectBuffer
Index of the first Object available to be read.
ready()
- Method in class com.Ostermiller.util.
CircularCharBuffer.CircularCharBufferReader
Tell whether this stream is ready to be read.
ready()
- Method in class com.Ostermiller.util.
ConcatReader
Tell whether this stream is ready to be read.
ready()
- Method in class com.Ostermiller.util.
NoCloseReader
ready()
- Method in class com.Ostermiller.util.
StraightStreamReader
Tell whether this stream is ready to be read.
reallyClose()
- Method in class com.Ostermiller.util.
NoCloseInputStream
Actually closes this stream and releases any system resources associated with the stream, as opposed to the close() method, which does nothing.
reallyClose()
- Method in class com.Ostermiller.util.
NoCloseOutputStream
Actually closes this stream and releases any system resources associated with the stream, as opposed to the close() method, which does nothing.
reallyClose()
- Method in class com.Ostermiller.util.
NoCloseReader
Actually closes this stream and releases any system resources associated with the stream, as opposed to the close() method, which does nothing.
reallyClose()
- Method in interface com.Ostermiller.util.
NoCloseStream
Actually closes this stream and releases any system resources associated with the stream, as opposed to the close() method, which does nothing.
reallyClose()
- Method in class com.Ostermiller.util.
NoCloseWriter
Actually closes this stream and releases any system resources associated with the stream, as opposed to the close() method, which does nothing.
remove()
- Method in class com.Ostermiller.util.
ArrayIterator
Removes the last object from the array by setting the slot in the array to null.
remove()
- Method in class com.Ostermiller.util.
EnumerationIterator
Operation not supported.
remove()
- Method in class com.Ostermiller.util.
StringTokenizer
This implementation always throws
UnsupportedOperationException
.
remove(String)
- Method in class com.Ostermiller.util.
UberProperties
Remove any property with the given name.
repetition
- Variable in class com.Ostermiller.util.
RandPass
One less than the maximum number of repeated characters that are allowed in a password.
replace(String, String, String)
- Static method in class com.Ostermiller.util.
StringHelper
Replace occurrences of a substring.
REQUIRE_ORDER
- Static variable in class gnu.getopt.
Getopt
Describe how to deal with options that follow non-option ARGV-elements.
REQUIRED_ARGUMENT
- Static variable in class gnu.getopt.
LongOpt
Constant value used for the "has_arg" constructor argument.
reset()
- Method in class com.Ostermiller.util.
CircularByteBuffer.CircularByteBufferInputStream
Reset the stream.
reset()
- Method in class com.Ostermiller.util.
CircularCharBuffer.CircularCharBufferReader
Reset the stream.
reset()
- Method in class com.Ostermiller.util.
ConcatInputStream
Reset not supported.
reset()
- Method in class com.Ostermiller.util.
ConcatReader
Reset not supported.
reset()
- Method in class com.Ostermiller.util.
MD5
Reset the MD5 sum to its initial state.
reset()
- Method in class com.Ostermiller.util.
NoCloseInputStream
reset()
- Method in class com.Ostermiller.util.
NoCloseReader
reset()
- Method in class com.Ostermiller.util.
SizeLimitInputStream
reset()
- Method in class com.Ostermiller.util.
StraightStreamReader
Reset the stream.
restOfText()
- Method in class com.Ostermiller.util.
StringTokenizer
Retrieves the rest of the text as a single token.
RETURN_IN_ORDER
- Static variable in class gnu.getopt.
Getopt
RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two.
returnEmptyTokens
- Variable in class com.Ostermiller.util.
StringTokenizer
Whether empty tokens should be returned.
reverseBase64Chars
- Static variable in class com.Ostermiller.util.
Base64
Reverse lookup table for the Base64 alphabet.
run(Runnable)
- Method in class com.Ostermiller.util.
Parallelizer
Run the given job.
run(Runnable, String)
- Method in class com.Ostermiller.util.
Parallelizer
Run the given job.
run(ThreadGroup, Runnable)
- Method in class com.Ostermiller.util.
Parallelizer
Run the given job.
run(ThreadGroup, Runnable, String)
- Method in class com.Ostermiller.util.
Parallelizer
Run the given job.
run(ThreadGroup, Runnable, String, long)
- Method in class com.Ostermiller.util.
Parallelizer
Run the given job.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y