public interface Loadable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
load(File file)
Load from a
File. |
T |
load(InputStream is)
Load from an
InputStream. |
T |
load(String path)
Load from path.
|
T |
load(URL url)
Load from a
URL. |
T load(InputStream is)
InputStream.is - The input stream.T load(URL url)
URL.url - The url.T load(File file)
File.file - The file.Copyright © 2015–2021 Red Hat. All rights reserved.