Descripción
Sintaxis
protected abstract void write() throws IOException, BadLocationException
protected void write(char ch) throws IOException
protected void write(char[] chars, int startIndex, int length) throws IOException
protected void write(String content) throws IOException
Parámetros
- int startIndex,
- int length,
- char ch,
- String content,
- char[] chars,
Excepciones
BadLocationException, 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.