Class RLE

java.lang.Object
com.fluendo.jkate.RLE

public class RLE extends Object
RLE decoding routines.
  • Constructor Details

    • RLE

      public RLE()
  • Method Details

    • decodeRLE

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