ImageInputStream.readFully() | Java

 

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

ImageInputStream

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.