| Modifier and Type | Method and Description |
|---|---|
static long |
IoUtils.copySilently(InputStream inputStream,
OutputStream outputStream,
boolean closeStreams,
InputStreamListener listener)
Copies data.
|
static byte[] |
CodingUtils.digestSilently(MessageDigest md,
byte[] bytes,
InputStreamListener listener)
Calculates a hash value.
|
static byte[] |
CodingUtils.digestSilently(MessageDigest md,
InputStream inputStream,
boolean closeInputStream,
InputStreamListener listener)
Calculates a hash value.
|
Copyright © 2017 bremersee.org. All rights reserved.