| Interface | Description |
|---|---|
| PropertyHandler<T> |
Encapsulates getter/setter behavior.
|
| Class | Description |
|---|---|
| ArgumentGuard |
Argument validation utilities.
|
| BlockingInstanceContainer<T> |
A generic container for objects to be shared between threads.
|
| CountingOutputStream |
An output stream with a counter of the number of bytes written.
|
| GeneralUtils |
General purpose utilities.
|
| ImageDeltaCompressor |
Provides image compression based on delta between consecutive images.
|
| ImageUtils | |
| Iso8610CalendarSerializer |
Serializes
Calendar instances as an ISO8610 formatted string. |
| NetworkUtils |
Network-related utilities.
|
| ReadOnlyPropertyHandler<T> |
A property handler for read-only properties (i.e., set always fails).
|
| SimplePropertyHandler<T> |
A simple implementation of
PropertyHandler. |
Copyright © 2017. All rights reserved.