net.rfb
Class RawDecoder

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

public class RawDecoder
extends Decoder


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

RawDecoder

public RawDecoder(CMsgReader reader_)
Method Detail

readRect

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