Package ca.uhn.fhir.util
Class IoUtil
java.lang.Object
ca.uhn.fhir.util.IoUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeQuietly
(AutoCloseable theCloseable) Replacement for the deprecated commons-lang method of the same name.
-
Constructor Details
-
IoUtil
public IoUtil()
-
-
Method Details
-
closeQuietly
Replacement for the deprecated commons-lang method of the same name. Use sparingly since they are right that most uses of this should be replaced with try-with-resources
-