| Interface | Description |
|---|---|
| IOExceptionConsumer<T> |
Consumer that can throw an
IOException. |
| IOExceptionFunction<F,T> |
Function that can throw an I/O Exception
|
| IOExceptionRunnable |
Runnable that can throw I/O exceptions.
|
| Class | Description |
|---|---|
| ApkZLibPair<T1,T2> |
Pair implementation to use with the
apkzlib library. |
| CachedFileContents<T> |
A cache for file contents.
|
| CachedSupplier<T> |
Supplier that will cache a computed value and always supply the same value.
|
| Exception | Description |
|---|---|
| IOExceptionWrapper |
Runtime exception used to encapsulate an IO Exception.
|
apkzlib.