ImageOutputStream.writeChars() | Java

 

Descripción

Sintaxis

void writeChars(char[] c, int off, int len) throws IOException
void writeChars(String s) throws IOException

Parámetros

  • int len,
  • int off,
  • char[] c,
  • String s,

Excepciones

IOException, IndexOutOfBoundsException, NullPointerException

Clase Padre

ImageOutputStream

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.