Class RLE


  • public class RLE
    extends java.lang.Object
    RLE decoding routines.
    • Constructor Summary

      Constructors 
      Constructor Description
      RLE()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decodeRLE​(com.jcraft.jogg.Buffer opb, int width, int height, int bpp)  
      • Methods inherited from class java.lang.Object

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

      • RLE

        public RLE()
    • Method Detail

      • decodeRLE

        public static byte[] decodeRLE​(com.jcraft.jogg.Buffer opb,
                                       int width,
                                       int height,
                                       int bpp)