Class PngIconResizer


  • public class PngIconResizer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PngIconResizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] resizeIcon​(byte[] bytes, int size)  
      byte[] resizeIcon​(java.io.InputStream inputStream, int size)  
      • Methods inherited from class java.lang.Object

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

      • PngIconResizer

        public PngIconResizer()
    • Method Detail

      • resizeIcon

        public byte[] resizeIcon​(byte[] bytes,
                                 int size)
      • resizeIcon

        public byte[] resizeIcon​(java.io.InputStream inputStream,
                                 int size)