MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / startMsg

Method startMsg

java/com/tigervnc/rfb/CMsgWriter.java:171–173  ·  view source on GitHub ↗
(int type)

Source from the content-addressed store, hash-verified

169 }
170
171 synchronized protected void startMsg(int type) {
172 os.writeU8(type);
173 }
174
175 synchronized protected void endMsg() {
176 os.flush();

Callers 9

writeSetPixelFormatMethod · 0.95
writeSetEncodingsMethod · 0.95
writeSetDesktopSizeMethod · 0.95
writeFenceMethod · 0.95
writeKeyEventMethod · 0.95
writePointerEventMethod · 0.95
writeClientCutTextMethod · 0.95

Calls 1

writeU8Method · 0.45

Tested by

no test coverage detected