| Modifier and Type | Method and Description |
|---|---|
static void |
copy(Reader input,
Writer output,
int bufferSize)
Does not close the
Reader. |
static String |
toString(Reader input)
The reader is closed right after the input is read.
|
static String |
toString(Reader input,
int bufferSize)
Does not close the
Reader. |
public static String toString(Reader input) throws IOException
input - IOExceptionpublic static String toString(Reader input, int bufferSize) throws IOException
Reader.input - bufferSize - IOExceptionpublic static void copy(Reader input, Writer output, int bufferSize) throws IOException
Reader.input - output - bufferSize - IOExceptionCopyright © 2015. All rights reserved.