public abstract class StreamUtil extends Object
Constructor and Description |
---|
StreamUtil() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
copyStream(InputStream in) |
static byte[] |
streamToByteArray(InputStream in) |
public static byte[] streamToByteArray(InputStream in) throws IOException
IOException
public static InputStream copyStream(InputStream in) throws IOException
IOException
Copyright © 2021 org.pitest. All rights reserved.