net.rfb
Class ZRLEDecoder

java.lang.Object
  extended by net.rfb.Decoder
      extended by net.rfb.ZRLEDecoder

public class ZRLEDecoder
extends Decoder


Constructor Summary
ZRLEDecoder(CMsgReader reader_)
           
 
Method Summary
 void readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 
Methods inherited from class net.rfb.Decoder
createDecoder, supported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZRLEDecoder

public ZRLEDecoder(CMsgReader reader_)
Method Detail

readRect

public void readRect(int x,
                     int y,
                     int w,
                     int h,
                     CMsgHandler handler)
Specified by:
readRect in class Decoder