@Beta public class ByteStreams2 extends Object
| Constructor and Description |
|---|
ByteStreams2() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
public static com.google.common.hash.HashCode hashAndClose(InputStream input, com.google.common.hash.HashFunction hashFunction) throws IOException
IOExceptionpublic static byte[] toByteArrayAndClose(InputStream input) throws IOException
IOExceptionpublic static long copy(InputStream from, OutputStream to, int bufferSize) throws IOException
IOExceptionCopyright © 2009–2021 The Apache Software Foundation. All rights reserved.