net.rfb
Class Decoder

java.lang.Object
  extended by net.rfb.Decoder
Direct Known Subclasses:
HextileDecoder, RawDecoder, RREDecoder, ZRLEDecoder

public abstract class Decoder
extends java.lang.Object


Constructor Summary
Decoder()
           
 
Method Summary
static Decoder createDecoder(int encoding, CMsgReader reader)
           
abstract  void readRect(int x, int y, int w, int h, CMsgHandler handler)
           
static boolean supported(int encoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

readRect

public abstract void readRect(int x,
                              int y,
                              int w,
                              int h,
                              CMsgHandler handler)

supported

public static boolean supported(int encoding)

createDecoder

public static Decoder createDecoder(int encoding,
                                    CMsgReader reader)