Class InputSourceUtil
java.lang.Object
org.apache.tomcat.util.descriptor.InputSourceUtil
Utility methods for working with
InputSource instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclose(InputSource inputSource) Close the byte stream associated with the given InputSource, if any.
-
Method Details
-
close
Close the byte stream associated with the given InputSource, if any.- Parameters:
inputSource- the InputSource to close
-