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