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
- IOException
public static String toString(Reader input, int bufferSize) throws IOException
input
- bufferSize
- IOException
public static String toString(Reader input, int bufferSize, boolean close) throws IOException
Reader
.input
- bufferSize
- close
- IOException
public static void copy(Readable in, Appendable out, int bufferSize) throws IOException
in
- out
- bufferSize
- IOException
Copyright © 2017. All rights reserved.