Supprimer un message
Raison de suppression du message (envoyée à l'utilisateur)

Voulez vous réellement supprimer ce message?  


gizmo
Bon, j'ai recu leur "code" ce matin. Je suis en train de le parcourir, et je tombe sur des perles. La derniere en date est celle-ci (desole pour les non programmeurs):

  1.     /** 
  2. * Reads in an <code>int</code> from the input stream. 
  3. * @return The integer just read. 
  4. * @throws IOException If an I/O error occurs. 
  5. */ 
  6.     public int readInt() 
  7.                 throws IOException 
  8.     { 
  9.         inputStream.read(buffer, 04); 
  10.         int returnValue = (buffer[0] & 0xff) + ((buffer[1] & 0xff) << 8
  11.                           + ((buffer[2] & 0xff) << 16) + ((buffer[3] & 0xff) << 24); 
  12.         return returnValue; 
  13.     }


Ai-je besoin de preciser que c'est en java et non en C?
Informaticien.be - © 2002-2024 AkretioSPRL  - Generated via Kelare
The Akretio Network: Akretio - Freedelity - KelCommerce - Votre publicité sur informaticien.be ?