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
RuntimeException
public static String readReader(Reader in) throws RuntimeException
RuntimeException
public static byte[] readStream(InputStream in) throws RuntimeException
RuntimeException
Copyright © 2017. All Rights Reserved.