Class ArchivistUtils


  • public class ArchivistUtils
    extends Object
    This class contains utility methods that handles the archives.
    Version:
    Author:
    Deployment Dev Team
    • Constructor Detail

      • ArchivistUtils

        public ArchivistUtils()
    • Method Detail

      • copyWithoutClose

        public static void copyWithoutClose​(InputStream is,
                                            OutputStream os)
                                     throws IOException
        Utility method that eads the input stream fully and writes the bytes to the current entry in the output stream.
        Throws:
        IOException