com.fluendo.jkate
Class RLE

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

public class RLE
extends java.lang.Object

RLE decoding routines.


Constructor Summary
RLE()
           
 
Method Summary
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)