public final class StringTools extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LINE_DELIMITER
Default line break character.
|
Constructor and Description |
---|
StringTools() |
Modifier and Type | Method and Description |
---|---|
static String |
toString(InputStream stream) |
static String |
toString(Reader reader) |
public static final String LINE_DELIMITER
public static final String toString(InputStream stream) throws IOException
IOException
public static String toString(Reader reader) throws IOException
IOException