public class ResourcesUtil extends Object
| Constructor and Description |
|---|
ResourcesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getFileBytes(String path) |
static String |
getFileContent(String path) |
static InputStream |
getFileStream(String path) |
public static InputStream getFileStream(String path)
public static byte[] getFileBytes(String path) throws IOException
IOExceptionpublic static String getFileContent(String path) throws IOException
IOExceptionCopyright © 2016–2020 Lundegaard a.s.. All rights reserved.