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

B

BadDelimeterException - Exception in com.Ostermiller.util
An Illegal delimiter was specified.
BadDelimeterException() - Constructor for exception com.Ostermiller.util.BadDelimeterException
Constructs an exception with null as its error detail message.
BadDelimeterException(String) - Constructor for exception com.Ostermiller.util.BadDelimeterException
Constructs an exception with the specified detail message.
BadDelimiterException - Exception in com.Ostermiller.util
An Illegal delimiter was specified.
BadDelimiterException() - Constructor for exception com.Ostermiller.util.BadDelimiterException
Constructs an exception with null as its error detail message.
BadDelimiterException(String) - Constructor for exception com.Ostermiller.util.BadDelimiterException
Constructs an exception with the specified detail message.
BadLineEndingException - Exception in com.Ostermiller.util
An illegal line ending was specified.
BadLineEndingException() - Constructor for exception com.Ostermiller.util.BadLineEndingException
Constructs an exception with null as its error detail message.
BadLineEndingException(String) - Constructor for exception com.Ostermiller.util.BadLineEndingException
Constructs an exception with the specified detail message.
BadQuoteException - Exception in com.Ostermiller.util
An illegal quote was specified.
BadQuoteException() - Constructor for exception com.Ostermiller.util.BadQuoteException
Constructs an exception with null as its error detail message.
BadQuoteException(String) - Constructor for exception com.Ostermiller.util.BadQuoteException
Constructs an exception with the specified detail message.
Base64 - Class in com.Ostermiller.util
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.
base64Chars - Static variable in class com.Ostermiller.util.Base64
Table of the sixty-four characters that are used as the Base64 alphabet: [a-z0-9A-Z+/]
Base64DecodingException - Exception in com.Ostermiller.util
Exception that is thrown when an unexpected character is encountered during Base64 decoding.
Base64DecodingException(String, char) - Constructor for exception com.Ostermiller.util.Base64DecodingException
Construct an new exception.
BEFORE - Static variable in class com.Ostermiller.util.CSVLexer
lexical states
BinaryDataException - Exception in com.Ostermiller.util
Signals that binary data was encountered and continuing with a text operation would likely corrupt the data.
BinaryDataException() - Constructor for exception com.Ostermiller.util.BinaryDataException
Constructs an IOException with null as its error detail message.
BinaryDataException(String) - Constructor for exception com.Ostermiller.util.BinaryDataException
Constructs an IOException with the specified detail message.
blockingWrite - Variable in class com.Ostermiller.util.CircularByteBuffer
True if a write to a full buffer should block until the buffer has room, false if the write method should throw an IOException
blockingWrite - Variable in class com.Ostermiller.util.CircularCharBuffer
True if a write to a full buffer should block until the buffer has room, false if the write method should throw an IOException
blockingWrite - Variable in class com.Ostermiller.util.CircularObjectBuffer
True if a write to a full buffer should block until the buffer has room, false if the write method should throw an IOException
Browser - Class in com.Ostermiller.util
Allows URLs to be opened in the system browser on Windows and Unix.
Browser() - Constructor for class com.Ostermiller.util.Browser
 
buffer - Variable in class com.Ostermiller.util.CircularByteBuffer
The circular buffer.
buffer - Variable in class com.Ostermiller.util.CircularCharBuffer
The circular buffer.
buffer - Variable in class com.Ostermiller.util.CircularObjectBuffer
The circular buffer.
BufferOverflowException - Exception in com.Ostermiller.util
An indication that there was a buffer overflow.
BufferOverflowException() - Constructor for exception com.Ostermiller.util.BufferOverflowException
Create a new Exception
BufferOverflowException(String) - Constructor for exception com.Ostermiller.util.BufferOverflowException
Create a new Exception with the given message.
bytesRead - Variable in class com.Ostermiller.util.SizeLimitInputStream
The number of bytes that have been read from this stream.
bytesReadSinceMark - Variable in class com.Ostermiller.util.SizeLimitInputStream
The number of bytes that have been read from this stream since mark() was called.
byteValue() - Method in class com.Ostermiller.util.SignificantFigures
Returns the value of this number as a byte.

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