| Class | Description |
|---|---|
| NullDecoder<T,Z> |
A simple
ResourceDecoder that always returns null. |
| NullEncoder<T> |
A simple
Encoder that never writes data. |
| NullResourceEncoder<T> |
A simple
ResourceEncoder that never writes data. |
| SimpleResource<T> |
Simple wrapper for an arbitrary object which helps to satisfy some of the glide engine's contracts.
|
| UnitTransformation<T> |
A noop Transformation that simply returns the given resource.
|