| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.vncviewer.rfb.Decoder
public abstract class Decoder
| 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 | 
|---|
public Decoder()
| Method Detail | 
|---|
public abstract void readRect(int x,
                              int y,
                              int w,
                              int h,
                              CMsgHandler handler)
public static boolean supported(int encoding)
public static Decoder createDecoder(int encoding,
                                    CMsgReader reader)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||