t3.remotehrd.protocol
Class RLE

java.lang.Object
  extended by t3.remotehrd.protocol.RLE

public class RLE
extends java.lang.Object


Field Summary
 byte[][] buf
           
 
Constructor Summary
RLE(int byteBufSize, int maxByteBufs)
           
 
Method Summary
static int decode(byte[][] eba, int totallength, int[] uia)
           
 int encode(int[] uia)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buf

public final byte[][] buf
Constructor Detail

RLE

public RLE(int byteBufSize,
           int maxByteBufs)
Method Detail

encode

public int encode(int[] uia)

decode

public static int decode(byte[][] eba,
                         int totallength,
                         int[] uia)

main

public static void main(java.lang.String[] args)