| Interface | Description |
|---|---|
| ObtainInputStream |
Obtain an input stream in some way.
|
| Class | Description |
|---|---|
| ObtainFallbackStream |
A fallback stream that will attempt to read from the resource first, failing that, read from a file.
|
| ObtainFileInputStream |
Obtain an input stream from a file.
|
| ObtainResourceInputStream |
Obtain an InputStream from an embedded resource.
|