Class PngDecoder


  • public final class PngDecoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PngDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.RenderedImage decode​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

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

      • PngDecoder

        public PngDecoder()
    • Method Detail

      • decode

        public java.awt.image.RenderedImage decode​(java.io.InputStream in)
                                            throws java.io.IOException
        Throws:
        java.io.IOException