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