public final class IOHelper extends Object
| Constructor and Description |
|---|
IOHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
readLines(ByteSource source) |
static List<String> |
readLines(CharSource source) |
static String |
readString(ByteSource source) |
static String |
readString(CharSource source) |
static ByteSource |
toByteSource(InputStream in) |
static CharSource |
toCharSource(ByteSource source) |
public static CharSource toCharSource(ByteSource source)
public static String readString(CharSource source)
public static String readString(ByteSource source)
public static ByteSource toByteSource(InputStream in)
public static List<String> readLines(ByteSource source)
public static List<String> readLines(CharSource source)