public synchronized int readBuffer(int[] gelesen,int length) throws IOException, Exception {\r
int i=0; // init helper variables\r
//byte [] gelesen = new byte[length.intValue()];\r
- while (!dis.ready() && i++<20) {\r
+ while (!dis.ready() && i++<200) {\r
Thread.sleep(100);\r
}\r
i=0;\r
public synchronized int readBuffer(byte[] gelesen,int length) throws IOException, Exception {\r
int i=0; // init helper variables\r
//byte [] gelesen = new byte[length.intValue()];\r
- while (!dis.ready() && i++<20) {\r
+ while (!dis.ready() && i++<200) {\r
Thread.sleep(100);\r
}\r
i=0;\r