Class PackageUtil

java.lang.Object
com.github.jaiimageio.impl.common.PackageUtil

public class PackageUtil extends Object
  • Field Details

    • isCodecLibAvailable

      private static boolean isCodecLibAvailable
      Flag indicating whether codecLib is available.
    • version

      private static String version
      Implementation version derived from Manifest.
    • vendor

      private static String vendor
      Implementation vendor derived from Manifest.
    • specTitle

      private static String specTitle
      Specification Title derived from Manifest.
  • Constructor Details

    • PackageUtil

      public PackageUtil()
  • Method Details

    • isCodecLibAvailable

      public static final boolean isCodecLibAvailable()
      Returns a boolean indicating whether codecLib is available.
    • getVersion

      public static final String getVersion()
      Return a version string for the package.
    • getVendor

      public static final String getVendor()
      Return a vendor string for the package.
    • getSpecificationTitle

      public static final String getSpecificationTitle()
      Return the Specification Title string for the package.