public class ArchivistUtils extends Object
| Constructor and Description |
|---|
ArchivistUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream is,
OutputStream os)
Utility method that eads the input stream fully and writes the bytes to
the current entry in the output stream.
|
static void |
copyWithoutClose(InputStream is,
OutputStream os)
Utility method that eads the input stream fully and writes the bytes to
the current entry in the output stream.
|
public static void copy(InputStream is, OutputStream os) throws IOException
IOExceptionpublic static void copyWithoutClose(InputStream is, OutputStream os) throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.