See: Description
| Interface | Description |
|---|---|
| Adapter<Input,Output> |
An adapter allows to convert an object from one type to another.
|
| Class | Description |
|---|---|
| AdapterRegistry |
Register available adapters.
|
| FileInfoToFile |
Return the File contained in a FileInfo.
|
| FileInfoToPath |
Return the Path contained in a FileInfo.
|
| FileToIO |
Contains classes to convert a file into an IO.
|
| FileToIO.Readable |
Convert a File into an IO.Readable by opening it.
|
| FileToIO.Writable |
Convert a File into an IO.Writable by opening it.
|
| LinkedAdapter |
Link several adapters to create a new one, adapting step by step the input to create the final output.
|
| Exception | Description |
|---|---|
| AdapterException |
Error while adapting an object.
|
Copyright © 2019. All rights reserved.