comparison src/myVncProxy/ProxyVncCanvas.java @ 176:189af4af9b2b

modify checkArgs
author e085711
date Mon, 24 Oct 2011 20:23:16 +0900
parents 4fca6f516880
children
comparison
equal deleted inserted replaced
167:1d16dcf966e1 176:189af4af9b2b
557 557
558 558
559 559
560 // int bufSize = (int)(rfb.getNumBytesRead() - numBytesRead); 560 // int bufSize = (int)(rfb.getNumBytesRead() - numBytesRead);
561 long bufSize = rfb.getNumBytesRead() - numBytesRead; 561 long bufSize = rfb.getNumBytesRead() - numBytesRead;
562 System.out.println("bufSize="+bufSize); 562 // System.out.println("bufSize="+bufSize);
563 563
564 buf += rfb.getNumBytesRead() - numBytesRead; 564 buf += rfb.getNumBytesRead() - numBytesRead;
565 System.out.println("total buf = " + buf); 565 // System.out.println("total buf = " + buf);
566 // rfb.bufResetSend(bufSize); 566 // rfb.bufResetSend(bufSize);
567 567
568 568
569 569
570 if(rfb.createBimgFlag){ 570 if(rfb.createBimgFlag){