public class IOTools extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_BUFFER_SIZE |
| Constructor and Description |
|---|
IOTools() |
| Modifier and Type | Method and Description |
|---|---|
static void |
flow(InputStream is,
OutputStream os) |
static void |
flow(InputStream is,
OutputStream os,
byte[] buf) |
static void |
flow(Reader reader,
Writer writer) |
static void |
flow(Reader reader,
Writer writer,
char[] buf) |
protected static final int DEFAULT_BUFFER_SIZE
public static void flow(Reader reader, Writer writer, char[] buf) throws IOException
IOExceptionpublic static void flow(Reader reader, Writer writer) throws IOException
IOExceptionpublic static void flow(InputStream is, OutputStream os, byte[] buf) throws IOException
IOExceptionpublic static void flow(InputStream is, OutputStream os) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.