Package pi.util
Class StreamUtilities
java.lang.Object
pi.util.StreamUtilities
- Author:
- Steffen Wilke, Matthias Wilke
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(File file, OutputStream out) static voidcopy(InputStream in, File file) static voidcopy(InputStream in, OutputStream out) static byte[]getBytes(InputStream in)
-
Method Details
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-
getBytes
-