(int width, int height,
PixelFormat pf, String name)
| 77 | String x509subject); |
| 78 | |
| 79 | public void serverInit(int width, int height, |
| 80 | PixelFormat pf, String name) |
| 81 | { |
| 82 | server.setDimensions(width, height); |
| 83 | server.setPF(pf); |
| 84 | server.setName(name); |
| 85 | } |
| 86 | |
| 87 | abstract public void readAndDecodeRect(Rect r, int encoding, |
| 88 | ModifiablePixelBuffer pb); |
nothing calls this directly
no test coverage detected