Descripción
Sintaxis
public int read() throws IOException
public int read(byte[] b) throws IOException
public int read(byte[] b, int off, int len) throws IOException
Parámetros
- int off,
- int len,
- byte[] b,
Excepciones
IndexOutOfBoundsException, NullPointerException, IOException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.