Descripción
Sintaxis
void readFully(byte[] b) throws IOException
void readFully(byte[] b, int off, int len) throws IOException
void readFully(char[] c, int off, int len) throws IOException
void readFully(double[] d, int off, int len) throws IOException
void readFully(float[] f, int off, int len) throws IOException
void readFully(int[] i, int off, int len) throws IOException
void readFully(long[] l, int off, int len) throws IOException
void readFully(short[] s, int off, int len) throws IOException
Parámetros
- double[] d,
- float[] f,
- short[] s,
- int[] i,
- int len,
- byte[] b,
- char[] c,
- int off,
- long[] l,
Excepciones
IOException, IndexOutOfBoundsException, EOFException, NullPointerException
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.