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
IOException
public static void copyWithoutClose(InputStream is, OutputStream os) throws IOException
IOException
Copyright © 2021. All rights reserved.