public class Streams extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
pump(InputStream is,
OutputStream os) |
static byte[] |
suck(InputStream is) |
public static void pump(InputStream is, OutputStream os) throws IOException
IOExceptionpublic static byte[] suck(InputStream is) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.