apuntes:ficheros
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apuntes:ficheros [2023/05/28 12:12] – [FileSystems] Santiago Faci | apuntes:ficheros [2023/05/28 12:12] (current) – [Files] Santiago Faci | ||
|---|---|---|---|
| Line 337: | Line 337: | ||
| Es una factoría que permite acceder a un sistema de ficheros: | Es una factoría que permite acceder a un sistema de ficheros: | ||
| - | * static FileSystem getDefault(): | + | * //static FileSystem getDefault()//: Devuelve el sistema de ficheros por defecto |
| ==== FileSystem ==== | ==== FileSystem ==== | ||
| Line 369: | Line 369: | ||
| * //static long copy(. . .)// | * //static long copy(. . .)// | ||
| * //static Path createFile(. . .)// | * //static Path createFile(. . .)// | ||
| - | * //static void delete(. . .) | + | * //static void delete(. . .)// |
| * //static boolean deleteIfExists(Path path)// | * //static boolean deleteIfExists(Path path)// | ||
| * //static Stream< | * //static Stream< | ||
apuntes/ficheros.1685275926.txt.gz · Last modified: by Santiago Faci
