public class StreamUtils extends Object
| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
join(byte[]... buffers) |
static String |
streamToString(InputStream in) |
static InputStream |
stringToStream(String original) |
public static String streamToString(InputStream in) throws IOException
IOExceptionpublic static InputStream stringToStream(String original)
public static byte[] join(byte[]... buffers)
Copyright © 2021 The Codehaus Foundation. All rights reserved.