B2ByteRange |
Represents a range of bytes in an HTTP entity.
|
B2Clock |
This class provides access to two different time measurements.
|
B2ClockImpl |
B2ClockImpl uses values from the System class to provide a "real"
implementation of B2Clock whose clocks are determined by the system.
|
B2ClockSim |
B2ClockSim provides a simple simulation of a clock, for use in tests.
|
B2Collections |
|
B2DateTimeUtil |
|
B2ExecutorUtils |
|
B2FlushAndSyncFileOnCloseOutputStream |
Wrap your FileOutputStreams with a B2FlushAndSyncFileOnCloseOutputStream to ensure that
your files are always sync'd before being closed.
|
B2InputStreamExcerpt |
B2InputStreamExcerpt is a stream that provides the contents
of an underlying stream starting from the start'th byte
and continuing up to and including the (start + length - 1)'th
byte.
|
B2InputStreamWithByteProgressListener |
B2InputStreamWithByteProgressListener provides progress notifications
to a listener.
|
B2IoUtils |
|
B2Sha1AppenderInputStream |
Use this to create a stream that contains the contents a wrapped stream
concatenated with the sha1 of that stream.
|
B2Sha1InputStream |
Wrapper for an InputStream that computes the SHA1 of the bytes
going through it.
|
B2StringUtil |
String utilities
|
B2Utf8Util |
B2Utf8Util has methods that are useful for processing Utf8.
|