java.lang.Object
org.mbari.jcommons.util.IOUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream in, OutputStream out) Copy ALL available data from one stream into anotherstatic byte[]
-
Constructor Details
-
IOUtil
public IOUtil()
-
-
Method Details
-
copy
Copy ALL available data from one stream into another- Parameters:
in-out-- Throws:
IOException
-
toByteArray
- Throws:
IOException
-