public final class DefaultResourceLoader extends Object implements ResourceLoader
| Constructor and Description |
|---|
DefaultResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream(String path) |
List<String> |
list(String dirPath) |
byte[] |
toByteArray(String path) |
public InputStream getInputStream(String path)
getInputStream in interface ResourceLoaderpublic byte[] toByteArray(String path)
toByteArray in interface ResourceLoaderpublic List<String> list(String dirPath)
list in interface ResourceLoaderCopyright © 2019. All rights reserved.