Package org.jclouds.io
Class ByteStreams2
java.lang.Object
org.jclouds.io.ByteStreams2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
copy
(InputStream from, OutputStream to, int bufferSize) static com.google.common.hash.HashCode
hashAndClose
(InputStream input, com.google.common.hash.HashFunction hashFunction) static byte[]
toByteArrayAndClose
(InputStream input)
-
Constructor Details
-
ByteStreams2
public ByteStreams2()
-
-
Method Details
-
hashAndClose
public static com.google.common.hash.HashCode hashAndClose(InputStream input, com.google.common.hash.HashFunction hashFunction) throws IOException - Throws:
IOException
-
toByteArrayAndClose
- Throws:
IOException
-
copy
- Throws:
IOException
-