public class Streams extends Object
Modifier and Type | Method and Description |
---|---|
static void |
io(InputStream in,
OutputStream out) |
static void |
io(InputStream in,
OutputStream out,
int bufferSize) |
public static void io(InputStream in, OutputStream out) throws IOException
IOException
public static void io(InputStream in, OutputStream out, int bufferSize) throws IOException
IOException
Copyright © 2007-2019. All Rights Reserved.