comparison src/treeVnc/MyRfbProtoProxy.java @ 5:970d5ac80256

add MyDataInputStream.java and DataInputStream1.java
author one
date Mon, 23 Apr 2012 21:10:23 +0900
parents 3b341997141a
children
comparison
equal deleted inserted replaced
4:657c691c2936 5:970d5ac80256
400 } catch (Exception e) { 400 } catch (Exception e) {
401 } 401 }
402 cliListTmp.clear(); 402 cliListTmp.clear();
403 } 403 }
404 404
405 boolean ready() throws IOException { 405 // boolean ready() throws IOException {
406 BufferedReader br = new BufferedReader(new InputStreamReader(is)); 406 // BufferedReader br = new BufferedReader(new InputStreamReader(is));
407 return br.ready(); 407 // return br.ready();
408 } 408 // }
409 409
410 int cliSize() { 410 int cliSize() {
411 return cliList.size(); 411 return cliList.size();
412 } 412 }
413 413