Interface ImageDecoder

  • All Known Implementing Classes:
    DefaultDecoder

    public interface ImageDecoder
    Image Decoder Interface use this interface if you want to change the default decoder.
    • Method Detail

      • decode

        java.awt.image.BufferedImage decode​(java.io.ByteArrayInputStream stream)
                                     throws java.io.IOException
        Throws:
        java.io.IOException