public abstract class CMsgReader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Decoder[] |
decoders |
protected CMsgHandler |
handler |
protected int[] |
imageBuf |
int |
imageBufIdealSize |
protected int |
imageBufSize |
protected InStream |
is |
| Modifier | Constructor and Description |
|---|---|
protected |
CMsgReader(CMsgHandler handler_,
InStream is_) |
| Modifier and Type | Method and Description |
|---|---|
int |
bpp() |
int[] |
getImageBuf(int required) |
int[] |
getImageBuf(int required,
int requested,
int nPixels) |
InStream |
getInStream() |
protected void |
readBell() |
protected void |
readCopyRect(Rect r) |
protected void |
readFramebufferUpdateEnd() |
protected void |
readFramebufferUpdateStart() |
abstract void |
readMsg() |
protected void |
readRect(Rect r,
int encoding) |
protected void |
readServerCutText() |
abstract void |
readServerInit() |
protected void |
readSetColourMapEntries() |
protected void |
readSetCursor(int width,
int height,
Point hotspot) |
public int imageBufIdealSize
protected CMsgHandler handler
protected InStream is
protected Decoder[] decoders
protected int[] imageBuf
protected int imageBufSize
protected CMsgReader(CMsgHandler handler_, InStream is_)
protected void readSetColourMapEntries()
protected void readBell()
protected void readServerCutText()
protected void readFramebufferUpdateStart()
protected void readFramebufferUpdateEnd()
protected void readRect(Rect r, int encoding)
protected void readCopyRect(Rect r)
protected void readSetCursor(int width,
int height,
Point hotspot)
public int[] getImageBuf(int required)
public int[] getImageBuf(int required,
int requested,
int nPixels)
public final int bpp()
public abstract void readServerInit()
public abstract void readMsg()
public InStream getInStream()
Copyright © 2019. All rights reserved.