Java com.google.common.jimfs Jimfs fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.jimfs Jimfs fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.jimfs Jimfs.

The text is from its open source code.

Method

FileSystemnewFileSystem()
Creates a new in-memory file system with a default configuration appropriate to the current operating system.
FileSystemnewFileSystem(String name)
Creates a new in-memory file system with a default configuration appropriate to the current operating system.
FileSystemnewFileSystem(Configuration configuration)
Creates a new in-memory file system with the given configuration.
FileSystemnewFileSystem(String name, Configuration configuration)
Creates a new in-memory file system with the given configuration.
FileSystemnewFileSystem(URI uri, Configuration config)