Class Rle24Compression


  • final class Rle24Compression
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Rle24Compression()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decompress​(int width, int height, byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • Rle24Compression

        private Rle24Compression()
    • Method Detail

      • decompress

        public static byte[] decompress​(int width,
                                        int height,
                                        byte[] data)