ANUBIS Typhoon Wireless Access Point Manuale Utente Pagina 117

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 124
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 116
Anhang A
117
public synchronized void anfrageStop()
{
anfrage = true;
}
public void run()
{
int len;
byte[] b = new byte[100];
try {
while (!anfrage) {
try {
if ((len = in.read(b)) == -1)
{
break;
}
System.out.write(b, 0, len);
}
catch (InterruptedIOException e) {}
}
}
catch (IOException e) {
System.err.println(e.toString());
}
}
}
Vedere la pagina 116

Commenti su questo manuale

Nessun commento