Package com.c8db.internal.util
Class IOUtils
- java.lang.Object
-
- com.c8db.internal.util.IOUtils
-
public final class IOUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]toByteArray(InputStream input)static StringtoString(InputStream input)static StringtoString(InputStream input, String encode)
-
-
-
Method Detail
-
toString
public static String toString(InputStream input) throws IOException
- Throws:
IOException
-
toString
public static String toString(InputStream input, String encode) throws IOException
- Throws:
IOException
-
toByteArray
public static byte[] toByteArray(InputStream input) throws IOException
- Throws:
IOException
-
-