- BeepFeedback - Class in net.java.truecommons.key.swing.feedback
-
Provides feedback by beeping using the default toolkit.
- BeepFeedback() - Constructor for class net.java.truecommons.key.swing.feedback.BeepFeedback
-
- bigEndian() - Method in class net.java.truecommons.io.PowerBuffer
-
Sets the byte order to big endian.
- BitField<E extends Enum<E>> - Class in net.java.truecommons.shed
-
A type-safe, immutable set of enums which emulates the concept of a bit
field, i.e.
- BitFieldBeanInfo - Class in net.java.truecommons.shed
-
- BitFieldBeanInfo() - Constructor for class net.java.truecommons.shed.BitFieldBeanInfo
-
- buffer() - Method in class net.java.truecommons.io.PowerBuffer
-
Returns the adapted byte buffer.
- BUFFER_SIZE - Static variable in class net.java.truecommons.io.Streams
-
The buffer size used for reading and writing, which is 8192.
- BufferedReadOnlyChannel - Class in net.java.truecommons.io
-
Provides buffered random read-only access to its decorated seekable byte
channel.
- BufferedReadOnlyChannel(SeekableByteChannel) - Constructor for class net.java.truecommons.io.BufferedReadOnlyChannel
-
Constructs a new buffered read-only channel.
- BufferedReadOnlyChannel(SeekableByteChannel, int) - Constructor for class net.java.truecommons.io.BufferedReadOnlyChannel
-
Constructs a new buffered read-only channel.
- Buffers - Class in net.java.truecommons.shed
-
- BundledMessage - Class in net.java.truecommons.logging
-
Lazily resolves and formats localized messages for debugging or logging
purposes.
- BundledMessage(Class<?>, String, Object...) - Constructor for class net.java.truecommons.logging.BundledMessage
-
- BundledMessage(ResourceBundle, String, Object...) - Constructor for class net.java.truecommons.logging.BundledMessage
-
- BusyException - Exception in net.java.truecommons.cio
-
Indicates that an entity (an entry or container) could not get
read or written
because the entity or its container is busy.
- BusyException(String) - Constructor for exception net.java.truecommons.cio.BusyException
-
- BusyException(Throwable) - Constructor for exception net.java.truecommons.cio.BusyException
-
- byteBuffer(String) - Static method in class net.java.truecommons.shed.Buffers
-
- byteBuffer(char[]) - Static method in class net.java.truecommons.shed.Buffers
-
- byteBuffer(CharBuffer) - Static method in class net.java.truecommons.shed.Buffers
-
- ByteBufferChannel - Class in net.java.truecommons.io
-
- ByteBufferChannel(ByteBuffer) - Constructor for class net.java.truecommons.io.ByteBufferChannel
-
Constructs a new byte buffer channel which shares its contents with the
given byte buffer
.