Class StreamUtilities
public final class StreamUtilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream in, OutputStream out) static voidcopy(InputStream in, Path file) static voidcopy(Path file, OutputStream out) static byte[]getBytes(InputStream in)
-
Method Details
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-
getBytes
-