Class FileHelper


  • public class FileHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] createArchive​(java.util.List<java.nio.file.Path> files)  
      static byte[] createArchiveForFilesInFolder​(java.nio.file.Path folder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileHelper

        public FileHelper()
    • Method Detail

      • createArchiveForFilesInFolder

        public static byte[] createArchiveForFilesInFolder​(java.nio.file.Path folder)
      • createArchive

        public static byte[] createArchive​(java.util.List<java.nio.file.Path> files)