net.rfb
Class RREDecoder

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

public class RREDecoder
extends Decoder


Constructor Summary
RREDecoder(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

RREDecoder

public RREDecoder(CMsgReader reader_)
Method Detail

readRect

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