Class UnpackHelper


  • public final class UnpackHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UnpackHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean unpack​(java.net.URL resource, java.nio.file.Path target)  
      static boolean unpackZipNoCheck​(java.lang.String resource, java.nio.file.Path target)  
      static boolean unpackZipNoCheck​(java.net.URL resource, java.nio.file.Path target)  
      • Methods inherited from class java.lang.Object

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

      • UnpackHelper

        public UnpackHelper()
    • Method Detail

      • unpack

        public static boolean unpack​(java.net.URL resource,
                                     java.nio.file.Path target)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • unpackZipNoCheck

        public static boolean unpackZipNoCheck​(java.net.URL resource,
                                               java.nio.file.Path target)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • unpackZipNoCheck

        public static boolean unpackZipNoCheck​(java.lang.String resource,
                                               java.nio.file.Path target)
                                        throws java.io.IOException
        Throws:
        java.io.IOException