Class DefaultEncoder

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultEncoder()  
    • Method Summary

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

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

      • encode

        public java.io.ByteArrayOutputStream encode​(java.awt.image.BufferedImage bufferedImage)
        Specified by:
        encode in interface ImageEncoder