public final class InputStreams extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream is,
OutputStream os) |
static byte[] |
readAll(InputStream is) |
public static byte[] readAll(InputStream is) throws IOException
IOExceptionpublic static void copy(InputStream is, OutputStream os) throws IOException
IOExceptionCopyright © 2023. All rights reserved.