Package br.ufsc.labsec.utils
Interface ResourceUtils
public interface ResourceUtils
-
Method Summary
Static Methods Modifier and Type Method Description static boolean
closeMany(AutoCloseable... resources)
static boolean
closeResource(Closeable closeable)
static boolean
closeResource(AutoCloseable resource)
static boolean
openResource(InputStream inputStream)
static InputStream
signerPoliciesInformation()
-
Method Details
-
closeMany
-
closeResource
-
closeResource
-
openResource
-
signerPoliciesInformation
- Throws:
IOException
-