All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pxb.java.nio.file.FileSystem Maven / Gradle / Ivy

There is a newer version: 2.25.11
Show newest version
package pxb.java.nio.file;

import java.io.Closeable;

public abstract class FileSystem implements Closeable {
    public abstract Path getPath(String first, String... more);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy