Class DefaultDecoder

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultDecoder()  
    • Method Summary

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

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

      • decode

        public java.awt.image.BufferedImage decode​(java.io.ByteArrayInputStream stream)
                                            throws java.io.IOException
        Specified by:
        decode in interface ImageDecoder
        Throws:
        java.io.IOException