Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/09/2006, 12:54
actitud
 
Fecha de Ingreso: agosto-2005
Mensajes: 41
Antigüedad: 18 años, 8 meses
Puntos: 0
es en la clase "class SocketInputStream extends FileInputStream" y especificamente en el metodo public int read(byte b[], int off, int length) , que lleva por comentario /**
* Reads into a byte array <i>b</i> at offset <i>off</i>,
* <i>length</i> bytes of data.
* @param b the buffer into which the data is read
* @param off the start offset of the data
* @param len the maximum number of bytes read
* @return the actual number of bytes read, -1 is
* returned when the end of the stream is reached.
* @exception IOException If an I/O error has occurred.
*/
y el metodo public synchronized int read(byte b[], int off, int len) de la clase class BufferedInputStream extends FilterInputStream
.... ahora los import estan.... no se cual es el problema no logo visualizar... Gracias