Class IoUtil

java.lang.Object
ca.uhn.fhir.util.IoUtil

public class IoUtil extends Object
  • Constructor Details

  • Method Details

    • closeQuietly

      public static void closeQuietly(AutoCloseable theCloseable)
      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