| Package | Description |
|---|---|
| me.sniggle.pgp.crypt.internal.io |
| Modifier and Type | Method and Description |
|---|---|
static void |
IOUtils.copy(InputStream inputStream,
OutputStream outputStream,
byte[] buffer,
IOUtils.StreamHandler addtionalHandling)
copies the input stream to the output stream using a custom buffer size and applying additional stream handling
|
static void |
IOUtils.process(InputStream inputStream,
IOUtils.StreamHandler handler)
generic processing of a stream
|
static void |
IOUtils.process(InputStream inputStream,
IOUtils.StreamHandler handler,
byte[] buffer)
generic processing of a stream with a custom buffer
|
Copyright © 2015. All rights reserved.