FileSystemProvider

Class 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登录查看完整内容