public final class ResourceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
concat(String basePath,
String path) |
static InputStream |
getInputStream(String path) |
static List<String> |
listDirectory(String dirPath) |
static byte[] |
toByteArray(String path) |
static Path |
toFilePath(String path) |
static URL |
toResourceUrl(Class<?> contextClass,
String path) |
static URL |
toResourceUrl(String path) |
public static byte[] toByteArray(String path)
public static InputStream getInputStream(String path)
Copyright © 2019. All rights reserved.