Class Streams
java.lang.Object
io.github.applecommander.bastools.api.utils.Streams
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
toByteArray
(InputStream inputStream) Utility method to read all bytes from an InputStream.
-
Method Details
-
toByteArray
Utility method to read all bytes from an InputStream.- Throws:
IOException
-