comparison src/main/java/com/glavsoft/rfb/encoding/decoder/FramebufferUpdateRectangle.java @ 230:f4ea9ff04741

reply checkdelay
author oc
date Mon, 06 Oct 2014 21:10:31 +0900
parents 2cb2279ca95c
children 6ee4cdca104c
comparison
equal deleted inserted replaced
229:5eb8aa65f387 230:f4ea9ff04741
62 int encoding = reader.readInt32(); 62 int encoding = reader.readInt32();
63 63
64 encodingType = EncodingType.byId(encoding); 64 encodingType = EncodingType.byId(encoding);
65 if (encoding == 17) { 65 if (encoding == 17) {
66 time = reader.readInt64(); 66 time = reader.readInt64();
67 System.out.println("time = " + time); 67 // System.out.println("time = " + time);
68 } 68 }
69 } 69 }
70 70
71 public EncodingType getEncodingType() { 71 public EncodingType getEncodingType() {
72 return encodingType; 72 return encodingType;