ANUBIS Typhoon Wireless Access Point Uživatelský manuál Strana 117

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 124
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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());
}
}
}
Zobrazit stránku 116

Komentáře k této Příručce

Žádné komentáře