FileSystemProvider
Class FileSystemProvider
- java.lang.Object
-
- java.nio.file.spi.FileSystemProvider
public abstract class FileSystemProvider extends Object
Service-provider class for file systems. The methods defined by the Files
class will typically delegate to an instance of this class.
A file system provider is a concrete implementation of this class that implements the abstract methods defined by this class. A provider is identified by a URI
scheme
. The default provider is identified by the URI scheme "file". It creates the FileSystem
登录查看完整内容