comparison src/RfbProto.java @ 1:cbe9c4ac0369

change to javaproject
author e085711
date Tue, 12 Apr 2011 14:39:00 +0900
parents 30bb7074acb1
children 498393e502bf
comparison
equal deleted inserted replaced
0:30bb7074acb1 1:cbe9c4ac0369
171 // count how many bytes were read. 171 // count how many bytes were read.
172 private DataInputStream is; 172 private DataInputStream is;
173 private long numBytesRead = 0; 173 private long numBytesRead = 0;
174 public long getNumBytesRead() { return numBytesRead; } 174 public long getNumBytesRead() { return numBytesRead; }
175 175
176 boolean TEST=true; 176 boolean TEST=false;
177 Socket cliSock; 177 Socket cliSock;
178 ByteBuffer buffer; 178 ByteBuffer buffer;
179 int rnBytes; 179 int rnBytes;
180 180
181 181