Class PackageUtil
java.lang.Object
com.github.jaiimageio.impl.common.PackageUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringReturn the Specification Title string for the package.static final StringReturn a vendor string for the package.static final StringReturn a version string for the package.static final booleanReturns abooleanindicating whether codecLib is available.
-
Constructor Details
-
PackageUtil
public PackageUtil()
-
-
Method Details
-
isCodecLibAvailable
public static final boolean isCodecLibAvailable()Returns abooleanindicating whether codecLib is available. -
getVersion
Return a version string for the package. -
getVendor
Return a vendor string for the package. -
getSpecificationTitle
Return the Specification Title string for the package.
-