@Internal public final class IOUtils extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(java.io.Reader input,
java.io.Writer output,
int bufferSize)
Does not close the
Reader. |
static java.lang.String |
toString(java.io.Reader input)
The reader is closed right after the input is read.
|
static java.lang.String |
toString(java.io.Reader input,
int bufferSize)
Does not close the
Reader. |
public static java.lang.String toString(java.io.Reader input)
throws java.io.IOException
input - java.io.IOExceptionpublic static java.lang.String toString(java.io.Reader input,
int bufferSize)
throws java.io.IOException
Reader.input - bufferSize - java.io.IOExceptionpublic static void copy(java.io.Reader input,
java.io.Writer output,
int bufferSize)
throws java.io.IOException
Reader.input - output - bufferSize - java.io.IOExceptionCopyright © 2014. All Rights Reserved.