Package io.github.toolfactory.jvm.util
Class Streams
java.lang.Object
io.github.toolfactory.jvm.util.Streams
public class Streams extends Object
-
Constructor Summary
Constructors Constructor Description Streams()
-
Method Summary
Modifier and Type Method Description static void
copy(InputStream input, OutputStream output)
static byte[]
toByteArray(InputStream inputStream)
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
toByteArray
- Throws:
IOException
-
copy
- Throws:
IOException
-