Interface ResourceUtils


public interface ResourceUtils
  • Method Details

    • closeMany

      static boolean closeMany​(AutoCloseable... resources)
    • closeResource

      static boolean closeResource​(AutoCloseable resource)
    • closeResource

      static boolean closeResource​(Closeable closeable)
    • openResource

      static boolean openResource​(InputStream inputStream)
    • signerPoliciesInformation

      static InputStream signerPoliciesInformation() throws IOException
      Throws:
      IOException