Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ dataRect
Method
dataRect
java/com/tigervnc/rfb/CConnection.java:480–483 ·
view source on GitHub ↗
(Rect r, int encoding)
Source
from the content-addressed store, hash-verified
478
}
479
480
public
void
dataRect(Rect r,
int
encoding)
481
{
482
decoder.decodeRect(r, encoding, framebuffer);
483
}
484
485
// Methods to be overridden in a derived class
486
Callers
1
readRect
Method · 0.45
Calls
1
decodeRect
Method · 0.45
Tested by
no test coverage detected