Package org.codehaus.commons.compiler.io
Class InputStreams
java.lang.Object
org.codehaus.commons.compiler.io.InputStreams
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream is, OutputStream os) static byte[]readAll(InputStream is)
-
Method Details
-
readAll
- Throws:
IOException
-
copy
- Throws:
IOException
-