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