Package org.codehaus.commons.compiler.io
Class InputStreams
- java.lang.Object
-
- org.codehaus.commons.compiler.io.InputStreams
-
public final class InputStreams extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copy(InputStream is, OutputStream os)
static byte[]
readAll(InputStream is)
-
-
-
Method Detail
-
readAll
public static byte[] readAll(InputStream is) throws IOException
- Throws:
IOException
-
copy
public static void copy(InputStream is, OutputStream os) throws IOException
- Throws:
IOException
-
-