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
IOException
public static byte[] suck(InputStream is) throws IOException
IOException
Copyright © 2021 The Apache Software Foundation. All rights reserved.