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

Method readServerInit

java/com/tigervnc/rfb/CMsgReader.java:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public void readServerInit()
50 {
51 int width = is.readU16();
52 int height = is.readU16();
53 PixelFormat pf = new PixelFormat();
54 pf.read(is);
55 String name = is.readString();
56 handler.serverInit(width, height, pf, name);
57 }
58
59 public void readMsg()
60 {

Callers 1

processInitMsgMethod · 0.45

Calls 4

readMethod · 0.95
readU16Method · 0.45
readStringMethod · 0.45
serverInitMethod · 0.45

Tested by

no test coverage detected