public class FixJava extends Object
| Constructor and Description |
|---|
FixJava() |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(List<String> strings,
String separator) |
static <T,R> List<R> |
map(List<T> objects,
Mapper<T,R> mapper) |
static String |
readReader(Reader in) |
static String |
readResource(String resourcePath) |
static byte[] |
readStream(InputStream in) |
public static String readResource(String resourcePath) throws RuntimeException
RuntimeExceptionpublic static String readReader(Reader in) throws RuntimeException
RuntimeExceptionpublic static byte[] readStream(InputStream in) throws RuntimeException
RuntimeExceptionCopyright © 2018. All rights reserved.