public final class EmbeddedResourceProvider extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
readEmbeddedFile(String fileName)
Reads a provided file and transfers it to a string.
|
public static String readEmbeddedFile(String fileName) throws IOException
fileName - the name of the file to be read.IOException - if the reading of the file failsCopyright © 2023. All rights reserved.