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