Package org.primefaces.util
Class IOUtils
- java.lang.Object
-
- org.primefaces.util.IOUtils
-
public class IOUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyLarge(InputStream input, OutputStream output)
static byte[]
toByteArray(InputStream input)
static String
toString(InputStream is, Charset charset)
-
-
-
Method Detail
-
toString
public static String toString(InputStream is, Charset charset) throws IOException
- Throws:
IOException
-
toByteArray
public static byte[] toByteArray(InputStream input) throws IOException
- Throws:
IOException
-
copyLarge
public static void copyLarge(InputStream input, OutputStream output) throws IOException
- Throws:
IOException
-
-