Descripción
Sintaxis
public static Path write(Path path, byte[] bytes, OpenOption... options) throws IOException
public static Path write(Path path, Iterable<? extends CharSequence> lines, Charset cs, OpenOption... options) throws IOException
public static Path write(Path path, Iterable<? extends CharSequence> lines, OpenOption... options) throws IOException
Parámetros
- Charset cs,
- OpenOption… options,
- byte[] bytes,
- Path path,
- Iterable<? extends CharSequence> lines,
Excepciones
SecurityException, IllegalArgumentException, UnsupportedOperationException, 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.