public class GetResourceFunctions extends Object
| Constructor and Description |
|---|
GetResourceFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getResourceAsByteArray(String path) |
static InputStream |
getResourceAsReusableStream(String path) |
static InputStream |
getResourceAsStream(String path) |
static String |
getResourceAsString(String path,
String encoding) |
public static byte[] getResourceAsByteArray(String path)
public static InputStream getResourceAsStream(String path)
public static InputStream getResourceAsReusableStream(String path)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.