Memory File System Provider

public final class MemoryFileSystemProvider implements FileSystemProvider

Constructors

Types

Link copied to clipboard
public class Companion

Functions

Link copied to clipboard
public FileSystem createFileSystem(ParameterList parameterList)

Creates a FileSystem with the given parameters. An implementation may reuse the created filesystem if possible.

Link copied to clipboard

Returns a list of parameters for the creation of a FileSystem. A FileSystem may require none or only optional parameters.

Link copied to clipboard
public String getScheme()

Returns the scheme of the FileSystem. The scheme must be a unique string to distinguish between the providers.