Class TIFFJPEGCompressor.JPEGSPIFilter

  • All Implemented Interfaces:
    javax.imageio.spi.ServiceRegistry.Filter
    Enclosing class:
    TIFFJPEGCompressor

    private static class TIFFJPEGCompressor.JPEGSPIFilter
    extends java.lang.Object
    implements javax.imageio.spi.ServiceRegistry.Filter
    A filter which identifies the ImageReaderSpi of a JPEG reader which supports JPEG native stream metadata.
    • Constructor Summary

      Constructors 
      Constructor Description
      JPEGSPIFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.Object provider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JPEGSPIFilter

        JPEGSPIFilter()
    • Method Detail

      • filter

        public boolean filter​(java.lang.Object provider)
        Specified by:
        filter in interface javax.imageio.spi.ServiceRegistry.Filter