6162636465666768697071
// Process rectangle Rect rect; switch (encodingType) { case RfbConstants.ENCODING_RAW: { rect = new RawRect(screen, x, y, width, height, is); break; } case RfbConstants.ENCODING_COPY_RECT: { rect = new CopyRect(x, y, width, height, is);