public class Resources extends Object
| Constructor and Description |
|---|
Resources() |
| Modifier and Type | Method and Description |
|---|---|
static String |
load_file(String file_path) |
static byte[] |
load_resource_as_bytes(String resource_name) |
static String |
load_resource(String resource_name) |
public static byte[] load_resource_as_bytes(String resource_name) throws IOException
IOExceptionpublic static String load_resource(String resource_name) throws IOException
IOExceptionpublic static String load_file(String file_path) throws IOException
IOExceptionCopyright © 2023. All rights reserved.