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

Method encodingName

java/com/tigervnc/rfb/Encodings.java:76–87  ·  view source on GitHub ↗
(int num)

Source from the content-addressed store, hash-verified

74 }
75
76 public static String encodingName(int num) {
77 switch (num) {
78 case encodingRaw: return "raw";
79 case encodingCopyRect: return "copyRect";
80 case encodingRRE: return "RRE";
81 case encodingCoRRE: return "CoRRE";
82 case encodingHextile: return "hextile";
83 case encodingTight: return "Tight";
84 case encodingZRLE: return "ZRLE";
85 default: return "[unknown encoding]";
86 }
87 }
88}

Callers 2

storeOptionsMethod · 0.95
connectionInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected