public class IOUtil extends Object
| Constructor and Description |
|---|
IOUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ReaderWriter |
createReaderWriter(char[] data,
int offset,
int length) |
static void |
write(Reader reader,
Writer writer) |
public static ReaderWriter createReaderWriter(char[] data, int offset, int length) throws IOException
IOExceptionpublic static void write(Reader reader, Writer writer) throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.