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
IOException
public static InputStream stringToStream(String original)
public static byte[] join(byte[]... buffers)
Copyright © 2015 The Codehaus Foundation. All rights reserved.