ANUBIS Typhoon Wireless Access Point Manuel d'utilisateur Page 117

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 124
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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());
}
}
}
Vue de la page 116

Commentaires sur ces manuels

Pas de commentaire