| Interface | Description |
|---|---|
| Loader<T> |
A simple interface for loading objects from a
Source object |
| Source |
Used with
Loader to represent the source of an object. |
| SourceFactory |
A factory interface for getting
Source objects given a String path |
| Class | Description |
|---|---|
| FileBatch |
FileBatch: stores the raw contents of multiple files in byte arrays (one per file) along with their original paths.
|
| LocalFileSource |
A simple
Source that returns a (buffered) FileInputStream for the specified file path |
| LocalFileSourceFactory |
Copyright © 2019. All rights reserved.